Home
last modified time | relevance | path

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

/linux-6.15/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);
H A Dwait_bit.c31 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function()
179 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
/linux-6.15/include/linux/
H A 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)
1221 #define init_wait(wait) init_wait_func(wait, autoremove_wake_function)
H A Dsbitmap.h613 .func = autoremove_wake_function, \
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dbug-hunting.rst167 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/linux-6.15/net/core/
H A Ddatagram.c82 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/linux-6.15/Documentation/admin-guide/
H A Dbug-hunting.rst168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/linux-6.15/mm/
H A Dmemcontrol-v1.c1317 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
/linux-6.15/kernel/
H A Dseccomp.c1505 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
/linux-6.15/fs/
H A Ddax.c178 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/linux-6.15/fs/gfs2/
H A Dglock.c105 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/linux-6.15/io_uring/
H A Dio_uring.c2368 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()