Searched refs:t_hatdepth (Results 1 – 4 of 4) sorted by relevance
203 (use_boot_reserve || curthread->t_hatdepth > 1 || \
1438 ++curthread->t_hatdepth; in hati_load_common()1439 ASSERT(curthread->t_hatdepth < 16); in hati_load_common()1490 --curthread->t_hatdepth; in hati_load_common()1530 ++curthread->t_hatdepth; in hat_kmap_load()1531 ASSERT(curthread->t_hatdepth < 16); in hat_kmap_load()1533 --curthread->t_hatdepth; in hat_kmap_load()3404 ++curthread->t_hatdepth; in hati_pageunload()3405 ASSERT(curthread->t_hatdepth < 16); in hati_pageunload()3434 ASSERT(curthread->t_hatdepth > 0); in hati_pageunload()3435 --curthread->t_hatdepth; in hati_pageunload()[all …]
299 uint8_t t_hatdepth; /* depth of recursive hat_memloads */ member
441 t->t_hatdepth = 0; in thread_create()