Lines Matching refs:br
66 struct bhndb_resources *br);
69 struct bhndb_resources *br,
76 struct bhndb_resources *br,
87 struct bhndb_resources *br,
90 struct bhndb_resources *br,
93 struct bhndb_resources *br,
97 struct bhndb_resources *br,
101 struct bhndb_resources *br,
109 struct bhndb_resources *br,
113 struct bhndb_resources *br,
118 struct bhndb_resources *br,
123 struct bhndb_resources *br,
127 struct bhndb_dw_alloc *bhndb_dw_steal(struct bhndb_resources *br,
131 struct bhndb_resources *br,
223 bhndb_dw_all_free(struct bhndb_resources *br) in bhndb_dw_all_free() argument
226 bit_ffs(br->dwa_freelist, br->dwa_count, &bit); in bhndb_dw_all_free()
236 bhndb_dw_next_free(struct bhndb_resources *br) in bhndb_dw_next_free() argument
241 bit_ffc(br->dwa_freelist, br->dwa_count, &bit); in bhndb_dw_next_free()
245 dw_free = &br->dw_alloc[bit]; in bhndb_dw_next_free()
260 bhndb_dw_is_free(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa) in bhndb_dw_is_free() argument
264 KASSERT(is_free == !bit_test(br->dwa_freelist, dwa->rnid), in bhndb_dw_is_free()