Searched refs:lock_queue_element (Results 1 – 1 of 1) sorted by relevance
67 struct lock_queue_element { struct68 struct lock_queue_element *next; argument119 struct lock_queue_element *lockq;1093 static void queue_element_wakeup(struct fuse *f, struct lock_queue_element *qe) in queue_element_wakeup()1127 struct lock_queue_element *qe; in wake_up_queued()1152 static void queue_path(struct fuse *f, struct lock_queue_element *qe) in queue_path()1154 struct lock_queue_element **qp; in queue_path()1163 static void dequeue_path(struct fuse *f, struct lock_queue_element *qe) in dequeue_path()1165 struct lock_queue_element **qp; in dequeue_path()1172 static int wait_path(struct fuse *f, struct lock_queue_element *qe) in wait_path()[all …]