Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dwait.c282 wq_entry->func = autoremove_wake_function; in init_wait_entry()
399 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function
408 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()
/kernel/linux/linux-5.10/include/linux/
Dwait.h1161 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1170 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
1175 (wait)->func = autoremove_wake_function; \
Dsbitmap.h552 .func = autoremove_wake_function, \
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_sw_fence.c157 if (pos->func == autoremove_wake_function) in __i915_sw_fence_wake_up_all()
170 if (pos->func == autoremove_wake_function) in __i915_sw_fence_wake_up_all()
/kernel/linux/linux-5.10/net/core/
Ddatagram.c83 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dbug-hunting.rst168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1489 -int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key)
1490 +__sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode,
/kernel/linux/linux-5.10/fs/
Ddax.c187 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c102 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c3090 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c1925 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c7579 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()