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

/freebsd-12-stable/sys/mips/nlm/
H A Dcms.c275 struct msgring_thread *mthd; local
280 mthd = &msgring_threads[cpu];
282 td = mthd->thread;
288 mthd->needed = 1;
305 volatile struct msgring_thread *mthd; local
311 mthd = &msgring_threads[hwtid];
312 td = mthd->thread;
339 atomic_store_rel_int(&mthd->needed, 0);
352 if (mthd->needed) {
370 struct msgring_thread *mthd; local
[all...]

Completed in 153 milliseconds