Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcall_once.h44 static inline int call_once(struct once *once, int (*cb)(struct once *)) in call_once() function
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c7663 return call_once(&kvm->arch.nx_once, kvm_mmu_start_lpage_recovery); in kvm_mmu_post_init_vm()