Home
last modified time | relevance | path

Searched refs:BT_ISSPAN_P (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/sys/
Dvmem_impl.h139 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC) macro
/netbsd/src/sys/kern/
Dsubr_vmem.c1485 KASSERT(BT_ISSPAN_P(t) || t->bt_type == BT_TYPE_BUSY); in vmem_xfree_bt()
1678 if (BT_ISSPAN_P(bt)) { in vmem_whatis_lookup()
1764 if (BT_ISSPAN_P(bt) != BT_ISSPAN_P(bt2)) { in vmem_check_sanity()