Searched refs:autoremove_wake_function (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 305 wq_entry->func = autoremove_wake_function; in init_wait_entry() 422 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function 431 EXPORT_SYMBOL(autoremove_wake_function);
|
H A D | wait_bit.c | 31 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function() 171 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 1203 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key); 1212 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function) 1217 (wait)->func = autoremove_wake_function; \
|
H A D | sbitmap.h | 613 .func = autoremove_wake_function, \
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-hunting.rst | 164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | bug-hunting.rst | 167 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/openbmc/linux/net/core/ |
H A D | datagram.c | 81 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-hunting.rst | 168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/openbmc/linux/kernel/ |
H A D | seccomp.c | 1471 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
|
H A D | workqueue.c | 3466 return autoremove_wake_function(wait, mode, sync, key); in __cancel_work_timer()
|
/openbmc/linux/fs/ |
H A D | dax.c | 173 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 107 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 2507 return autoremove_wake_function(curr, mode, wake_flags, key); in io_run_task_work_sig()
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 1904 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
|