Home
last modified time | relevance | path

Searched refs:call_once (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcall_once.h44 static inline int call_once(struct once *once, int (*cb)(struct once *)) in call_once() function
/linux/rust/proc-macro2/
H A Ddetection.rs16 INIT.call_once(initialize); in inside_proc_macro()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c7883 return call_once(&kvm->arch.nx_once, kvm_mmu_start_lpage_recovery); in kvm_mmu_post_init_vm()