Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dwait.c305 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);
Dwait_bit.c31 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-v6.6/include/linux/
Dwait.h1202 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1211 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
1216 (wait)->func = autoremove_wake_function; \
Dsbitmap.h608 .func = autoremove_wake_function, \
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/
Dbug-hunting.rst167 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dbug-hunting.rst164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/Linux-v6.6/net/core/
Ddatagram.c81 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/Linux-v6.6/Documentation/admin-guide/
Dbug-hunting.rst168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/Linux-v6.6/kernel/
Dseccomp.c1471 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
Dworkqueue.c3443 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
/Linux-v6.6/fs/
Ddax.c173 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/Linux-v6.6/fs/gfs2/
Dglock.c107 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/Linux-v6.6/io_uring/
Dio_uring.c2496 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
/Linux-v6.6/mm/
Dmemcontrol.c1904 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()