Searched refs:fprc (Results 1 – 1 of 1) sorted by relevance
312 fasttrap_scraddr(struct thread *td, fasttrap_proc_t *fprc) in fasttrap_scraddr() argument329 mutex_enter(&fprc->ftpc_mtx); in fasttrap_scraddr()330 if (LIST_EMPTY(&fprc->ftpc_fscr)) { in fasttrap_scraddr()345 LIST_INSERT_HEAD(&fprc->ftpc_scrblks, scrblk, ftsb_next); in fasttrap_scraddr()355 LIST_INSERT_HEAD(&fprc->ftpc_fscr, scrspc, in fasttrap_scraddr()364 scrspc = LIST_FIRST(&fprc->ftpc_fscr); in fasttrap_scraddr()366 LIST_INSERT_HEAD(&fprc->ftpc_ascr, scrspc, ftss_next); in fasttrap_scraddr()374 mutex_exit(&fprc->ftpc_mtx); in fasttrap_scraddr()387 fasttrap_proc_t *fprc; in fasttrap_thread_dtor() local396 fprc = NULL; in fasttrap_thread_dtor()[all …]