Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Docmem.c65 unsigned long active_allocations; member
226 if (test_and_set_bit_lock(BIT(client), &ocmem->active_allocations)) in ocmem_allocate()
261 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_allocate()
290 clear_bit_unlock(BIT(client), &ocmem->active_allocations); in ocmem_free()