Home
last modified time | relevance | path

Searched defs:_func (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dworkqueue.h216 #define __INIT_WORK(_work, _func, _onstack) \ argument
227 #define __INIT_WORK(_work, _func, _onstack) \ argument
236 #define INIT_WORK(_work, _func) \ argument
239 #define INIT_WORK_ONSTACK(_work, _func) \ argument
242 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
250 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument
259 #define INIT_DELAYED_WORK(_work, _func) \ argument
262 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument
265 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument
268 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument
Dide.h911 #define ide_devset_rw(_name, _func) \ argument
914 #define ide_devset_w(_name, _func) \ argument
917 #define ide_ext_devset_rw(_name, _func) \ argument
920 #define ide_ext_devset_rw_sync(_name, _func) \ argument
/include/drm/
Ddrm_ioctl.h165 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument