Searched refs:autoremove_wake_function (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ ! |
H A D | wait.h | 1204 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key); 1213 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function) 1223 #define init_wait(wait) init_wait_func(wait, autoremove_wake_function)
|
H A D | sbitmap.h | 596 .func = autoremove_wake_function, \
|
/linux/Documentation/translations/zh_CN/admin-guide/ ! |
H A D | bug-hunting.rst | 164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/linux/net/core/ ! |
H A D | datagram.c | 84 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
/linux/Documentation/admin-guide/ ! |
H A D | bug-hunting.rst | 168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
|
/linux/mm/ ! |
H A D | memcontrol-v1.c | 1317 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
|
/linux/kernel/ ! |
H A D | seccomp.c | 1505 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
|
/linux/fs/ ! |
H A D | dax.c | 177 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
|
/linux/fs/gfs2/ ! |
H A D | glock.c | 105 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
|
/linux/io_uring/ ! |
H A D | io_uring.c | 2428 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()
|