Home
last modified time | relevance | path

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

/include/linux/
Dtimer.h63 #define TIMER_INITIALIZER(_function, _expires, _data) { \ argument
65 .function = (_function), \
77 #define TIMER_DEFERRED_INITIALIZER(_function, _expires, _data) {\ argument
79 .function = (_function), \
87 #define DEFINE_TIMER(_name, _function, _expires, _data) \ argument
89 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.h179 compat_uptr_t _function; member
/include/asm-generic/
Dsiginfo.h298 void (*_function)(sigval_t); member
304 #define sigev_notify_function _sigev_un._sigev_thread._function