Searched refs:autoremove_wake_function (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | wait.c | 296 wq_entry->func = autoremove_wake_function; in init_wait_entry() 413 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function 422 EXPORT_SYMBOL(autoremove_wake_function);
|
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()
|
/linux-6.1.9/include/linux/ |
D | wait.h | 1199 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key); 1208 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function) 1213 (wait)->func = autoremove_wake_function; \
|
D | sbitmap.h | 602 .func = autoremove_wake_function, \
|
/linux-6.1.9/Documentation/tools/rtla/ |
D | rtla-timerlat-top.rst | 88 => autoremove_wake_function
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | bug-hunting.rst | 164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | bug-hunting.rst | 167 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/linux-6.1.9/net/core/ |
D | datagram.c | 81 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | bug-hunting.rst | 168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/linux-6.1.9/fs/ |
D | dax.c | 187 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
|
/linux-6.1.9/fs/gfs2/ |
D | glock.c | 108 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
|
/linux-6.1.9/io_uring/ |
D | io_uring.c | 2325 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|
/linux-6.1.9/kernel/ |
D | workqueue.c | 3109 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
|
/linux-6.1.9/mm/ |
D | memcontrol.c | 1870 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
|