Searched refs:autoremove_wake_function (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/sched/ |
H A D | wait.c | 265 wq_entry->func = autoremove_wake_function; in init_wait_entry() 382 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function 391 EXPORT_SYMBOL(autoremove_wake_function);
|
/linux/include/linux/ |
H A D | sbitmap.h | 613 .func = autoremove_wake_function, \
|
/linux/net/core/ |
H A D | datagram.c | 82 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
/linux/kernel/ |
H A D | seccomp.c | 1496 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
|
/linux/fs/ |
H A D | dax.c | 173 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
|
/linux/fs/gfs2/ |
H A D | glock.c | 105 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
|
/linux/io_uring/ |
H A D | io_uring.c | 2352 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|