| D | workqueue.h | 229 #define __INIT_WORK(_work, _func, _onstack)				\  argument240 #define __INIT_WORK(_work, _func, _onstack)				\  argument
 249 #define INIT_WORK(_work, _func)						\  argument
 252 #define INIT_WORK_ONSTACK(_work, _func)					\  argument
 255 #define __INIT_DELAYED_WORK(_work, _func, _tflags)			\  argument
 263 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags)		\  argument
 271 #define INIT_DELAYED_WORK(_work, _func)					\  argument
 274 #define INIT_DELAYED_WORK_ONSTACK(_work, _func)				\  argument
 277 #define INIT_DEFERRABLE_WORK(_work, _func)				\  argument
 280 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func)			\  argument
 [all …]
 
 |