Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsmp.h34 void (*poll_sync_state)(void); member
/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c973 if (smp_ops.poll_sync_state) in arch_cpuhp_sync_state_poll()
974 smp_ops.poll_sync_state(); in arch_cpuhp_sync_state_poll()
/linux-6.15/arch/x86/xen/
H A Dsmp_pv.c431 .poll_sync_state = xen_pv_poll_sync_state,