Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c286 wq_entry->func = autoremove_wake_function; in init_wait_entry()
403 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in autoremove_wake_function() function
413 EXPORT_SYMBOL(autoremove_wake_function);
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h1162 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
1171 #define DEFINE_WAIT(name) DEFINE_WAIT_FUNC(name, autoremove_wake_function)
1176 (wait)->func = autoremove_wake_function; \
H A Dsbitmap.h552 .func = autoremove_wake_function, \
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera7 autoremove_wake_function
H A Dabi_gki_aarch64_asus7 autoremove_wake_function
H A Dabi_gki_aarch64_mtk45 autoremove_wake_function
2716 autoremove_wake_function
H A Dabi_gki_aarch64_virtual_device830 autoremove_wake_function
H A Dabi_gki_aarch64_generic42 autoremove_wake_function
H A Dabi_gki_aarch64_db845c1590 autoremove_wake_function
H A Dabi_gki_aarch64_exynos41 autoremove_wake_function
H A Dabi_gki_aarch64_qcom55 autoremove_wake_function
H A Dabi_gki_aarch64_oplus60 autoremove_wake_function
H A Dabi_gki_aarch64_galaxy628 autoremove_wake_function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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()
/OK3568_Linux_fs/kernel/net/core/
H A Ddatagram.c83 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbug-hunting.rst168 [<ffffffff810482d9>] autoremove_wake_function+0x0/0x2e
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c187 return autoremove_wake_function(wait, mode, sync, NULL); in wake_exceptional_entry_func()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c102 return autoremove_wake_function(wait, mode, sync, key); in glock_wake_function()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c3117 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c1929 return autoremove_wake_function(wait, mode, sync, arg); in memcg_oom_wake_function()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c7435 return autoremove_wake_function(curr, mode, wake_flags, key); in io_wake_function()