Home
last modified time | relevance | path

Searched refs:autoremove_wake_function (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/sched/
H A Dwait.c265 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 Dsbitmap.h613 .func = autoremove_wake_function, \
/linux/net/core/
H A Ddatagram.c82 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/linux/kernel/
H A Dseccomp.c1496 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
/linux/fs/
H A Ddax.c173 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/linux/fs/gfs2/
H A Dglock.c105 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/linux/io_uring/
H A Dio_uring.c2352 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()