Searched refs:autoremove_wake_function (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/sched/
H A Dwait.c265 wq_entry->func = autoremove_wake_function;
382 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) function
391 EXPORT_SYMBOL(autoremove_wake_function); variable
H A Dwait_bit.c31 return autoremove_wake_function(wq_entry, mode, sync, key);
171 return autoremove_wake_function(wq_entry, mode, sync, key);
/linux-master/include/linux/
H A Dwait.h1198 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1207 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
1212 (wait)->func = autoremove_wake_function; \
H A Dsbitmap.h608 .func = autoremove_wake_function, \
/linux-master/net/core/
H A Ddatagram.c82 return autoremove_wake_function(wait, mode, sync, key);
/linux-master/kernel/
H A Dseccomp.c1471 return autoremove_wake_function(wait, mode, sync, key);
H A Dworkqueue.c2184 return autoremove_wake_function(wait, mode, sync, key);
/linux-master/fs/
H A Ddax.c173 return autoremove_wake_function(wait, mode, sync, NULL);
/linux-master/fs/gfs2/
H A Dglock.c107 return autoremove_wake_function(wait, mode, sync, key);
/linux-master/io_uring/
H A Dio_uring.c2523 return autoremove_wake_function(curr, mode, wake_flags, key);
/linux-master/mm/
H A Dmemcontrol.c1981 return autoremove_wake_function(wait, mode, sync, arg);

Completed in 331 milliseconds