Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 4 of 4) sorted by relevance

/fs/fuse/
A Ddev_uring.c127 queue = READ_ONCE(ring->queues[qid]); in fuse_uring_abort_end_requests()
214 ring->queues[qid] = NULL; in fuse_uring_destruct()
217 kfree(ring->queues); in fuse_uring_destruct()
238 if (!ring->queues) in fuse_uring_create()
263 kfree(ring->queues); in fuse_uring_create()
300 if (ring->queues[qid]) { in fuse_uring_create_queue()
304 return ring->queues[qid]; in fuse_uring_create_queue()
894 queue = ring->queues[qid]; in fuse_uring_commit_fetch()
958 queue = ring->queues[qid]; in is_ring_ready()
1100 queue = ring->queues[qid]; in fuse_uring_register()
[all …]
A Ddev_uring_i.h118 struct fuse_ring_queue **queues; member
/fs/autofs/
A Dwaitq.c28 wq = sbi->queues; in autofs_catatonic_mode()
29 sbi->queues = NULL; /* Erase all wait queues */ in autofs_catatonic_mode()
184 for (wq = sbi->queues; wq; wq = wq->next) { in autofs_find_wait()
389 wq->next = sbi->queues; in autofs_wait()
390 sbi->queues = wq; in autofs_wait()
493 for (wql = &sbi->queues; (wq = *wql) != NULL; wql = &wq->next) { in autofs_wait_release()
A Dautofs_i.h128 struct autofs_wait_queue *queues; /* Wait queue pointer */ member

Completed in 11 milliseconds