Searched refs:prepare_to_wait_event (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/sched/ |
| A D | wait.c | 270 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event() function 304 EXPORT_SYMBOL(prepare_to_wait_event);
|
| /linux/include/linux/ |
| A D | wait_bit.h | 252 long __int = prepare_to_wait_event(__wq_head, \
|
| A D | wait.h | 307 long __int = prepare_to_wait_event(&wq_head, &__wq_entry, state);\ 1194 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int …
|
| /linux/fs/afs/ |
| A D | fs_probe.c | 495 prepare_to_wait_event(&server->probe_wq, &wait, in afs_wait_for_one_fs_probe()
|
| /linux/fs/ |
| A D | fs-writeback.c | 1526 prepare_to_wait_event(wq_head, &wqe.wq_entry, TASK_UNINTERRUPTIBLE); in inode_wait_for_writeback() 1552 prepare_to_wait_event(wq_head, &wqe.wq_entry, TASK_UNINTERRUPTIBLE); in inode_sleep_on_writeback()
|
| A D | inode.c | 524 prepare_to_wait_event(wq_head, &wqe.wq_entry, TASK_UNINTERRUPTIBLE); in inode_wait_for_lru_isolating() 2389 prepare_to_wait_event(wq_head, &wqe.wq_entry, TASK_UNINTERRUPTIBLE); in __wait_on_freeing_inode()
|
| A D | aio.c | 1351 ret2 = prepare_to_wait_event(&ctx->wait, &w.w, TASK_INTERRUPTIBLE); in read_events()
|
| /linux/fs/btrfs/ |
| A D | space-info.c | 1501 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()
|
| /linux/kernel/ |
| A D | seccomp.c | 1499 ret = prepare_to_wait_event(&filter->wqh, &wait, TASK_INTERRUPTIBLE); in recv_wait_event()
|
| /linux/fs/bcachefs/ |
| A D | fs.c | 1889 prepare_to_wait_event(wq_head, &wqe.wq_entry, in bch2_evict_subvolume_inodes()
|
| /linux/drivers/block/ |
| A D | pktcdvd.c | 2388 prepare_to_wait_event(__var_waitqueue(&pd->congested), in pkt_make_request_write()
|
Completed in 48 milliseconds