Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A DMakefile.inc4 bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \
H A Dbt_split.c46 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
96 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split()
208 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split()
333 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page() function
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c1782 else if (!coex_stat->bt_page) in rtw_coex_action_bt_inquiry()
1824 else if (!coex_stat->bt_page) in rtw_coex_action_bt_inquiry()
1847 wl_hi_pri, coex_stat->bt_page); in rtw_coex_action_bt_inquiry()
3168 coex_stat->bt_page = ((coex_stat->bt_info_lb3 & BIT(7)) == BIT(7)); in rtw_coex_bt_info_notify()
3169 if (coex_stat->bt_page) in rtw_coex_bt_info_notify()
H A Dmain.h1424 bool bt_page;
1413 bool bt_page; global() member