Home
last modified time | relevance | path

Searched refs:_function (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dtimer.h73 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \ argument
75 .function = (_function), \
84 #define TIMER_INITIALIZER(_function, _expires, _data) \ argument
85 __TIMER_INITIALIZER((_function), (_expires), (_data), 0)
87 #define TIMER_DEFERRED_INITIALIZER(_function, _expires, _data) \ argument
88 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE)
90 #define DEFINE_TIMER(_name, _function, _expires, _data) \ argument
92 TIMER_INITIALIZER(_function, _expires, _data)
Disapnp.h56 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument
57 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
Dcompat.h226 compat_uptr_t _function; member
/include/uapi/asm-generic/
Dsiginfo.h287 void (*_function)(sigval_t); member
293 #define sigev_notify_function _sigev_un._sigev_thread._function