Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Docmem.c61 unsigned long active_allocations; member
232 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
269 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate()
298 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()