Searched refs:lockq (Results 1 – 1 of 1) sorted by relevance
126 struct lock_queue_element *lockq; member1098 bool first = (qe == f->lockq); in queue_element_wakeup()1155 for (qe = f->lockq; qe != NULL; qe = qe->next) in wake_up_queued()1187 for (qp = &f->lockq; *qp != NULL; qp = &(*qp)->next); in queue_path()1196 for (qp = &f->lockq; *qp != qe; qp = &(*qp)->next); in dequeue_path()1385 if (f->lockq) in free_path_wrlock()