Searched refs:t_hatdepth (Results 1 – 4 of 4) sorted by relevance
200 (use_boot_reserve || curthread->t_hatdepth > 1 || \
1435 ++curthread->t_hatdepth; in hati_load_common()1436 ASSERT(curthread->t_hatdepth < 16); in hati_load_common()1488 --curthread->t_hatdepth; in hati_load_common()1528 ++curthread->t_hatdepth; in hat_kmap_load()1529 ASSERT(curthread->t_hatdepth < 16); in hat_kmap_load()1531 --curthread->t_hatdepth; in hat_kmap_load()3413 ++curthread->t_hatdepth; in hati_pageunload()3414 ASSERT(curthread->t_hatdepth < 16); in hati_pageunload()3443 ASSERT(curthread->t_hatdepth > 0); in hati_pageunload()3444 --curthread->t_hatdepth; in hati_pageunload()[all …]
299 uint8_t t_hatdepth; /* depth of recursive hat_memloads */ member
440 t->t_hatdepth = 0; in thread_create()