Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.h104 refcount_t hold_count; member
237 GEM_BUG_ON(refcount_read(&vma_res->hold_count) != 1); in i915_vma_resource_fini()
/linux/drivers/md/
H A Ddm-bufio.c332 atomic_t hold_count; member
616 atomic_inc(&b->hold_count); in __cache_inc_buffer()
663 if (atomic_read(&b->hold_count)) in __evict_pred()
852 BUG_ON(atomic_read(&b->hold_count) != 1); in cache_insert()
877 if (atomic_read(&b->hold_count) != 1) { in cache_remove()
933 if (atomic_read(&b->hold_count)) in __remove_range()
1494 BUG_ON(atomic_read(&b->hold_count)); in __make_buffer_clean()
1758 BUG_ON(!atomic_read(&b->hold_count)); in cache_put_and_wake()
1759 wake = atomic_dec_and_test(&b->hold_count); in cache_put_and_wake()
1804 atomic_set(&b->hold_count, 1); in __bufio_new()
[all …]
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c481 count->hold_count = in->hold_count; in pkt_session_set_property_1x()