Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dworkqueue.h230 #define __INIT_WORK(_work, _func, _onstack) \ argument
238 (_work)->func = (_func); \
241 #define __INIT_WORK(_work, _func, _onstack) \ argument
246 (_work)->func = (_func); \
250 #define INIT_WORK(_work, _func) \ argument
251 __INIT_WORK((_work), (_func), 0)
253 #define INIT_WORK_ONSTACK(_work, _func) \ argument
254 __INIT_WORK((_work), (_func), 1)
256 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument
258 INIT_WORK(&(_work)->work, (_func)); \
[all …]
Dide.h905 #define ide_devset_rw(_name, _func) \ argument
906 IDE_DEVSET(_name, 0, get_##_func, set_##_func)
908 #define ide_devset_w(_name, _func) \ argument
909 IDE_DEVSET(_name, 0, NULL, set_##_func)
911 #define ide_ext_devset_rw(_name, _func) \ argument
912 __IDE_DEVSET(_name, 0, get_##_func, set_##_func)
914 #define ide_ext_devset_rw_sync(_name, _func) \ argument
915 __IDE_DEVSET(_name, DS_SYNC, get_##_func, set_##_func)
/linux-4.19.296/include/drm/
Ddrm_ioctl.h159 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
162 .func = _func, \
/linux-4.19.296/fs/ocfs2/dlmfs/
Duserdlm.c107 #define user_log_dlm_error(_func, _stat, _lockres) do { \ argument
109 "resource %.*s\n", _stat, _func, \
/linux-4.19.296/fs/ocfs2/
Ddlmglue.c372 #define ocfs2_log_dlm_error(_func, _err, _lockres) do { \ argument
375 _err, _func, _lockres->l_name); \
378 _err, _func, OCFS2_DENTRY_LOCK_INO_START - 1, (_lockres)->l_name, \
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ioctl.c2554 #define IOCTL_INFO(_ioctl, _func, _debug, _flags) \ argument
2559 .func = _func, \