Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h265 int quiesce_all_cpus(const char *, int);
/f-stack/freebsd/kern/
H A Dkern_ktr.c228 if ((error = quiesce_all_cpus("ktrent", PCATCH)) != 0) { in sysctl_debug_ktr_entries()
H A Dsubr_smp.c988 quiesce_all_cpus(const char *wmesg, int prio) in quiesce_all_cpus() function