Searched refs:lm_cnt_free (Results 1 – 4 of 4) sorted by relevance
202 os_atomic_sub(&lm->lm_cnt_free, (uint32_t)*amount, relaxed); in logmem_alloc_impl()237 os_atomic_add(&lm->lm_cnt_free, (uint32_t)amount, relaxed); in logmem_free_impl()267 return lm->lm_cnt_free == BLOCK_SIZE(lm->lm_cap_order); in logmem_empty()293 lm->lm_cnt_free = BLOCK_SIZE(size_order); in logmem_init()
47 uint32_t lm_cnt_free; member
454 lq->lq_cnt_mem_avail += lm->lm_cnt_free; in log_queue_mem_enable()465 lq->lq_cnt_mem_avail -= lm->lm_cnt_free; in log_queue_mem_disable()
131 printf("Long logs support configured: size: %u\n", os_log_mem.lm_cnt_free); in oslog_init_logmem()