Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dwait.c284 wq_entry->func = autoremove_wake_function; in init_wait_entry()
401 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function
410 EXPORT_SYMBOL(autoremove_wake_function);
H A Dwait_bit.c34 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function()
182 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
/linux/io_uring/
H A Dwait.c28 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
/linux/net/core/
H A Ddatagram.c84 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/linux/kernel/
H A Dseccomp.c1521 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()