Searched refs:mthd (Results 1 – 1 of 1) sorted by relevance
275 struct msgring_thread *mthd; in msgring_process_fast_intr() local280 mthd = &msgring_threads[cpu]; in msgring_process_fast_intr()282 td = mthd->thread; in msgring_process_fast_intr()288 mthd->needed = 1; in msgring_process_fast_intr()305 volatile struct msgring_thread *mthd; in msgring_process() local311 mthd = &msgring_threads[hwtid]; in msgring_process()312 td = mthd->thread; in msgring_process()352 if (mthd->needed) { in msgring_process()369 struct msgring_thread *mthd; in create_msgring_thread() local373 mthd = &msgring_threads[hwtid]; in create_msgring_thread()[all …]