Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-bufio.c147 unsigned hold_count; member
784 BUG_ON(b->hold_count); in __make_buffer_clean()
806 if (!b->hold_count) { in __get_unclaimed_buffer()
817 if (!b->hold_count) { in __get_unclaimed_buffer()
1017 b->hold_count = 1; in __bufio_new()
1045 b->hold_count++; in __bufio_new()
1085 if (b && b->hold_count == 1) in new_read()
1190 BUG_ON(!b->hold_count); in dm_bufio_release()
1192 b->hold_count--; in dm_bufio_release()
1193 if (!b->hold_count) { in dm_bufio_release()
[all …]
/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhfi_helper.h1116 u32 hold_count; member
1121 ((ver) == HFI_VERSION_4XX ? 0 : (bufreq)->hold_count)
1123 ((ver) == HFI_VERSION_4XX ? (bufreq)->hold_count : (bufreq)->count_min)
1131 u32 hold_count; member
Dhfi_plat_bufs_v6.c1221 bufreq->hold_count = 1; in bufreq_dec()
1287 bufreq->hold_count = 1; in bufreq_enc()
Dhfi_cmds.c472 count->hold_count = in->hold_count; in pkt_session_set_property_1x()