Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Docmem.c64 unsigned long active_allocations; member
229 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
266 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate()
295 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()