HomeSort by: relevance | last modified time | path
    Searched refs:bt_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
vmem_impl.h 131 short bt_type; member in struct:vmem_btag
139 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC)
  /src/sys/kern/
subr_vmem.c 520 KASSERT(bt->bt_type == BT_TYPE_BUSY);
557 KASSERT(bt->bt_type == BT_TYPE_FREE);
768 btspan->bt_type = spanbttype;
772 btfree->bt_type = BT_TYPE_FREE;
797 KASSERT(bt->bt_type == BT_TYPE_SPAN_STATIC);
1329 KASSERT(bt->bt_type == BT_TYPE_FREE);
1334 btnew2->bt_type = BT_TYPE_FREE;
1347 btnew->bt_type = BT_TYPE_BUSY;
1357 bt->bt_type = BT_TYPE_BUSY;
1367 btnew->bt_type = BT_TYPE_BUSY
    [all...]

Completed in 103 milliseconds