Searched refs:autoremove_wake_function (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 284 wq_entry->func = autoremove_wake_function; in init_wait_entry() 401 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function 410 EXPORT_SYMBOL(autoremove_wake_function);
|
| H A D | wait_bit.c | 34 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function() 182 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
|
| /linux/include/linux/ |
| H A D | wait.h | 1231 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key); 1240 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function) 1250 #define init_wait(wait) init_wait_func(wait, autoremove_wake_function)
|
| /linux/net/core/ |
| H A D | datagram.c | 84 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
| /linux/mm/ |
| H A D | memcontrol-v1.c | 1339 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
|
| /linux/kernel/ |
| H A D | seccomp.c | 1521 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 | 106 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
|