Searched refs:low_bits_empty (Results 1 – 2 of 2) sorted by relevance
124 uint16_t low_bits_empty; member186 assert(bin->low_bits_full > bin->low_bits_empty); in cache_bin_assert_earlier()217 (uint16_t)(uintptr_t)bin->stack_head, bin->low_bits_empty, racy); in cache_bin_ncached_get_internal()256 (uint16_t)(uintptr_t)bin->stack_head, bin->low_bits_empty, in cache_bin_empty_position_get()278 return (uint16_t)bin->low_bits_empty - in cache_bin_low_bits_low_bound_get()314 bin->low_bits_empty, /* racy */ false) / sizeof(void *); in cache_bin_low_water_get_internal()383 if (likely(low_bits != bin->low_bits_empty)) { in cache_bin_alloc_impl()
85 bin->low_bits_empty = (uint16_t)(uintptr_t)empty_position; in cache_bin_init()