Searched refs:_function (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | timer.h | 67 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \ argument 69 .function = (_function), \ 78 #define TIMER_INITIALIZER(_function, _expires, _data) \ argument 79 __TIMER_INITIALIZER((_function), (_expires), (_data), 0) 81 #define TIMER_DEFERRED_INITIALIZER(_function, _expires, _data) \ argument 82 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE) 84 #define DEFINE_TIMER(_name, _function, _expires, _data) \ argument 86 TIMER_INITIALIZER(_function, _expires, _data)
|
| D | isapnp.h | 56 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument 57 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
|
| D | compat.h | 230 compat_uptr_t _function; member
|
| /include/uapi/asm-generic/ |
| D | siginfo.h | 294 void (*_function)(sigval_t); member 300 #define sigev_notify_function _sigev_un._sigev_thread._function
|