Searched refs:DECLARE_STATIC_CALL (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | static_call.h | 188 DECLARE_STATIC_CALL(name, _func); \ 196 DECLARE_STATIC_CALL(name, _func); \ 204 DECLARE_STATIC_CALL(name, _func); \ 235 DECLARE_STATIC_CALL(name, _func); \ 242 DECLARE_STATIC_CALL(name, _func); \ 249 DECLARE_STATIC_CALL(name, _func); \ 298 DECLARE_STATIC_CALL(name, _func); \
|
| A D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ macro
|
| A D | irq-entry-common.h | 361 DECLARE_STATIC_CALL(irqentry_exit_cond_resched, raw_irqentry_exit_cond_resched);
|
| A D | kernel.h | 57 DECLARE_STATIC_CALL(might_resched, __cond_resched);
|
| A D | perf_event.h | 1678 DECLARE_STATIC_CALL(__perf_guest_state, *perf_guest_cbs->state); 1679 DECLARE_STATIC_CALL(__perf_guest_get_ip, *perf_guest_cbs->get_ip); 1680 DECLARE_STATIC_CALL(__perf_guest_handle_intel_pt_intr, *perf_guest_cbs->handle_intel_pt_intr); 2108 DECLARE_STATIC_CALL(perf_snapshot_branch_stack, perf_snapshot_branch_stack_t);
|
| A D | tracepoint.h | 237 DECLARE_STATIC_CALL(tp_func_##name, __traceiter_##name); \
|
| A D | sched.h | 2066 DECLARE_STATIC_CALL(cond_resched, __cond_resched);
|
Completed in 31 milliseconds