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 D | workqueues.h | 91 #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 D | jump_label_ratelimit.h | 49 .work = __DELAYED_WORK_INITIALIZER((name).work, \ 58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
|
| H A D | workqueue.h | 197 #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 D | srcutree.h | 100 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_os_alloc.c | 63 ….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…
|