Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_vmem.c178 #define BT_TYPE_CURSOR 5 /* Cursor for nextfit allocations. */ macro
504 MPASS(bt->bt_type != BT_TYPE_CURSOR); in bt_remseg()
1261 vm->vm_cursor.bt_type = BT_TYPE_CURSOR; in vmem_init()
1592 case BT_TYPE_CURSOR: in bt_type_string()
1785 if (bt->bt_type == BT_TYPE_CURSOR) { in vmem_check_sanity()
1796 if (bt2->bt_type == BT_TYPE_CURSOR) { in vmem_check_sanity()