Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/lib/os/
Dheap-validate.c59 bool emptybit = (h->avail_buckets & BIT(bidx)) == 0; in check_nexts() local
61 bool empties_match = emptybit == emptylist; in check_nexts()