Searched refs:_fn (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | timer.h | 91 #define __timer_init(_timer, _fn, _flags) \ argument 94 timer_init_key((_timer), (_fn), (_flags), #_timer, &__key);\ 97 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument 100 timer_init_key_on_stack((_timer), (_fn), (_flags), \ 104 #define __timer_init(_timer, _fn, _flags) \ argument 105 timer_init_key((_timer), (_fn), (_flags), NULL, NULL) 106 #define __timer_init_on_stack(_timer, _fn, _flags) \ argument 107 timer_init_key_on_stack((_timer), (_fn), (_flags), NULL, NULL)
|
| A D | closure.h | 370 #define continue_at(_cl, _fn, _wq) \ argument 372 set_closure_fn(_cl, _fn, _wq); \ 398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument 400 set_closure_fn(_cl, _fn, _wq); \
|
| A D | workqueue.h | 843 #define work_on_cpu(_cpu, _fn, _arg) \ argument 847 work_on_cpu_key(_cpu, _fn, _arg, &__key); \
|
| /include/linux/perf/ |
| A D | arm_pmu.h | 156 #define PMU_PROBE(_cpuid, _mask, _fn) \ argument 160 .init = (_fn), \ 163 #define ARM_PMU_PROBE(_cpuid, _fn) \ argument 164 PMU_PROBE(_cpuid, ARM_CPU_PART_MASK, _fn) 168 #define XSCALE_PMU_PROBE(_version, _fn) \ argument 169 PMU_PROBE(ARM_CPU_IMP_INTEL << 24 | _version, ARM_PMU_XSCALE_MASK, _fn)
|
| /include/acpi/ |
| A D | acoutput.h | 196 #define ACPI_ONCE(_fn, _plist) { static char _done; if (!_done) { _done = 1; _fn _… argument
|
Completed in 15 milliseconds