Home
last modified time | relevance | path

Searched refs:_call (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kernel/
Dapm_32.c588 static long __apm_bios_call(void *_call) in __apm_bios_call() argument
595 struct apm_bios_call *call = _call; in __apm_bios_call()
668 static long __apm_bios_call_simple(void *_call) in __apm_bios_call_simple() argument
676 struct apm_bios_call *call = _call; in __apm_bios_call_simple()
/linux-6.12.1/include/linux/
Dbpf.h1322 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
1325 static_call(bpf_dispatcher_##name##_call)(ctx, insnsi, bpf_func)
1348 __BPF_DISPATCHER_SC_INIT(_name##_call) \