Searched defs:_fn (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | timer.h | 91 #define __timer_init(_timer, _fn, _flags) \ argument 97 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument 104 #define __timer_init(_timer, _fn, _flags) \ argument 106 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument
|
| A D | closure.h | 370 #define continue_at(_cl, _fn, _wq) \ argument 398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument
|
| A D | workqueue.h | 843 #define work_on_cpu(_cpu, _fn, _arg) \ argument
|
| /include/linux/perf/ |
| A D | arm_pmu.h | 156 #define PMU_PROBE(_cpuid, _mask, _fn) \ argument 163 #define ARM_PMU_PROBE(_cpuid, _fn) \ argument 168 #define XSCALE_PMU_PROBE(_version, _fn) \ argument
|
| /include/acpi/ |
| A D | acoutput.h | 196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
|
Completed in 16 milliseconds