MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_bitmap

Function is_bitmap

freebsd/kern/subr_unit.c:401–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401static __inline int
402is_bitmap(struct unrhdr *uh, struct unr *up)
403{
404 return (up->ptr != uh && up->ptr != NULL);
405}
406
407/*
408 * Look for sequence of items which can be combined into a bitmap, if

Callers 4

optimize_unrFunction · 0.85
collapse_unrFunction · 0.85
alloc_unr_specificlFunction · 0.85
free_unrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected