Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_vmem.c176 #define BT_TYPE_CURSOR 5 /* Cursor for nextfit allocations. */ macro
502 MPASS(bt->bt_type != BT_TYPE_CURSOR); in bt_remseg()
1259 vm->vm_cursor.bt_type = BT_TYPE_CURSOR; in vmem_init()
1590 case BT_TYPE_CURSOR: in bt_type_string()
1783 if (bt->bt_type == BT_TYPE_CURSOR) { in vmem_check_sanity()
1794 if (bt2->bt_type == BT_TYPE_CURSOR) { in vmem_check_sanity()