Home
last modified time | relevance | path

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

/drivers/soc/qcom/
Docmem.c61 unsigned long active_allocations; member
236 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
273 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate()
302 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()