__DELAYED_WORK_INITIALIZER   49 include/linux/jump_label_ratelimit.h 		.work =	__DELAYED_WORK_INITIALIZER((name).work,		\
__DELAYED_WORK_INITIALIZER   58 include/linux/jump_label_ratelimit.h 		.work =	__DELAYED_WORK_INITIALIZER((name).work,		\
__DELAYED_WORK_INITIALIZER  100 include/linux/srcutree.h 	.work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0),		\
__DELAYED_WORK_INITIALIZER  201 include/linux/workqueue.h 	struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
__DELAYED_WORK_INITIALIZER  204 include/linux/workqueue.h 	struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
__DELAYED_WORK_INITIALIZER   99 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/workqueues.h 	struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)