Searched refs:lock_queue_element (Results 1 – 1 of 1) sorted by relevance
72 struct lock_queue_element { struct73 struct lock_queue_element *next; argument126 struct lock_queue_element *lockq;1079 static void queue_element_unlock(struct fuse *f, struct lock_queue_element *qe) in queue_element_unlock()1095 static void queue_element_wakeup(struct fuse *f, struct lock_queue_element *qe) in queue_element_wakeup()1153 struct lock_queue_element *qe; in wake_up_queued()1178 static void queue_path(struct fuse *f, struct lock_queue_element *qe) in queue_path()1180 struct lock_queue_element **qp; in queue_path()1191 static void dequeue_path(struct fuse *f, struct lock_queue_element *qe) in dequeue_path()1193 struct lock_queue_element **qp; in dequeue_path()[all …]