Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dwait.c256 wq_entry->func = autoremove_wake_function; in init_wait_entry()
373 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() function
382 EXPORT_SYMBOL(autoremove_wake_function);
Dwait_bit.c30 return autoremove_wake_function(wq_entry, mode, sync, key); in wake_bit_function()
170 return autoremove_wake_function(wq_entry, mode, sync, key); in var_wake_function()
/Linux-v4.19/include/linux/
Dwait.h1106 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1115 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
1120 (wait)->func = autoremove_wake_function; \
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_sw_fence.c154 if (pos->func == autoremove_wake_function) in __i915_sw_fence_wake_up_all()
/Linux-v4.19/net/core/
Ddatagram.c80 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/Linux-v4.19/Documentation/admin-guide/
Dbug-hunting.rst164 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/Linux-v4.19/fs/
Ddax.c157 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/Linux-v4.19/fs/gfs2/
Dglock.c105 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/Linux-v4.19/mm/
Dfilemap.c1010 return autoremove_wake_function(wait, mode, sync, key); in wake_page_function()
Dmemcontrol.c1643 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
/Linux-v4.19/kernel/
Dworkqueue.c2953 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
/Linux-v4.19/fs/nfs/
Dnfs4proc.c6876 ret = autoremove_wake_function(wait, mode, flags, key); in nfs4_wake_lock_waiter()