Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_unit.c202 is_bitmap(struct unrhdr *uh, struct unr *up) in is_bitmap() function
295 } else if (is_bitmap(uh, up)) { in next_iter_unrl()
366 if (is_bitmap(uh, up)) { in check_unrhdr()
555 if (is_bitmap(uh, uf)) in optimize_unr()
566 if (is_bitmap(uh, up)) in optimize_unr()
583 if (!is_bitmap(uh, us)) { in optimize_unr()
592 if (!is_bitmap(uh, uf)) { in optimize_unr()
658 if (is_bitmap(uh, up)) { in collapse_unr()
847 if (is_bitmap(uh, up)) { in alloc_unr_specificl()
964 if (is_bitmap(uh, up)) { in free_unrl()
/freebsd/lib/libc/db/hash/
H A Dhash_page.c515 int is_bitmap) in __get_page() argument
541 if (!is_bitmap && !bp[0]) { in __get_page()
547 if (is_bitmap) { in __get_page()
569 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page() argument
584 if (is_bitmap) { in __put_page()