Searched refs:req_list (Results 1 – 2 of 2) sorted by relevance
27 struct list_head req_list; member50 (!list_empty(&ecryptfs_kthread_ctl.req_list) in ecryptfs_threadfn()57 while (!list_empty(&ecryptfs_kthread_ctl.req_list)) { in ecryptfs_threadfn()58 req = list_first_entry(&ecryptfs_kthread_ctl.req_list, in ecryptfs_threadfn()78 INIT_LIST_HEAD(&ecryptfs_kthread_ctl.req_list); in ecryptfs_init_kthread()95 list_for_each_entry_safe(req, tmp, &ecryptfs_kthread_ctl.req_list, in ecryptfs_destroy_kthread()151 list_add_tail(&req.kthread_ctl_list, &ecryptfs_kthread_ctl.req_list); in ecryptfs_privileged_open()
108 LIST_HEAD(req_list); in fuse_uring_abort_end_queue_requests()113 list_splice_init(&queue->fuse_req_queue, &req_list); in fuse_uring_abort_end_queue_requests()117 fuse_dev_end_requests(&req_list); in fuse_uring_abort_end_queue_requests()
Completed in 5 milliseconds