Searched refs:xlp_hwtid_to_cpuid (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/mips/nlm/
H A Dxlp.h61 extern int xlp_hwtid_to_cpuid[];
H A Dxlp_machdep.c113 int xlp_hwtid_to_cpuid[MAXCPU]; variable
247 xlp_hwtid_to_cpuid[i] = -1;
253 xlp_hwtid_to_cpuid[i * 4 + j] = k;
696 return (xlp_hwtid_to_cpuid[nlm_cpuid()]);
H A Dcms.c318 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);

Completed in 68 milliseconds