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

/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c291 struct msgring_thread *mthd; local
297 mthd = &msgring_threads[core];
299 mtx_lock_spin(&mthd->lock);
300 nt = mthd->running;
301 if(nt >= mthd->nthreads) {
303 mtx_unlock_spin(&mthd->lock);
307 td = mthd->threads[nt].thread;
315 mtx_unlock_spin(&mthd->lock);
318 mthd->threads[nt].needed = 1;
333 struct msgring_thread *mthd; local
387 struct msgring_thread *mthd; local
[all...]
/freebsd-11-stable/sys/mips/nlm/
H A Dcms.c273 struct msgring_thread *mthd; local
278 mthd = &msgring_threads[cpu];
280 td = mthd->thread;
286 mthd->needed = 1;
303 volatile struct msgring_thread *mthd; local
309 mthd = &msgring_threads[hwtid];
310 td = mthd->thread;
337 atomic_store_rel_int(&mthd->needed, 0);
350 if (mthd->needed) {
368 struct msgring_thread *mthd; local
[all...]

Completed in 129 milliseconds