Searched refs:bt_free (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_page.c62 h->nextpg = t->bt_free;
63 t->bt_free = h->pgno;
86 if (t->bt_free != P_INVALID &&
87 (h = mpool_get(t->bt_mp, t->bt_free, 0)) != NULL) {
88 *npg = t->bt_free;
89 t->bt_free = h->nextpg;
H A Dbt_close.c171 m.free = t->bt_free;
H A Dbt_open.c249 t->bt_free = m.free;
268 t->bt_free = P_INVALID;
H A Dbtree.h326 pgno_t bt_free; /* next free page */ member in struct:_btree
/freebsd-9.3-release/usr.bin/csup/
H A Dmisc.h144 void bt_free(struct backoff_timer *);
H A Dmain.c335 bt_free(timer);
H A Dmisc.c570 bt_free(struct backoff_timer *bt) function

Completed in 108 milliseconds