Home
last modified time | relevance | path

Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dworkqueues.h91 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro
99 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label_ratelimit.h49 .work = __DELAYED_WORK_INITIALIZER((name).work, \
58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
H A Dworkqueue.h197 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro
207 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
210 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
H A Dsrcutree.h100 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c63 ….timed_shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_tri…
67 ….timed_shrinker = __DELAYED_WORK_INITIALIZER(mali_mem_os_allocator.timed_shrinker, mali_mem_os_tri…