Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dvfs_cache.c84 if (atomic_inc_not_zero(&ci->m_count)) in __ksmbd_inode_lookup()
119 atomic_dec(&ci->m_count); in ksmbd_query_inode_status()
168 atomic_set(&ci->m_count, 1); in ksmbd_inode_init()
222 if (atomic_dec_and_test(&ci->m_count)) in ksmbd_inode_put()
271 if (atomic_dec_and_test(&ci->m_count)) { in __ksmbd_inode_close()
547 atomic_dec(&ci->m_count); in ksmbd_lookup_fd_inode()
553 atomic_dec(&ci->m_count); in ksmbd_lookup_fd_inode()
Dvfs_cache.h51 atomic_t m_count; member
/linux-6.12.1/drivers/staging/media/meson/vdec/
Dcodec_vp9.c1450 int den, m_count, get_prob, factor; in vp9_tree_merge_probs() local
1462 m_count = min(den, MODE_MV_COUNT_SAT); in vp9_tree_merge_probs()
1469 factor = count_to_update_factor[m_count]; in vp9_tree_merge_probs()
1489 int num, den, m_count, get_prob, factor; in adapt_coef_probs_cxt() local
1516 m_count = min(den, count_sat); in adapt_coef_probs_cxt()
1523 factor = update_factor * m_count / count_sat; in adapt_coef_probs_cxt()
1565 int m_count; in adapt_coef_probs() local
1666 m_count = min(den, MODE_MV_COUNT_SAT); in adapt_coef_probs()
1674 factor = count_to_update_factor[m_count]; in adapt_coef_probs()
/linux-6.12.1/fs/
Dmount.h32 int m_count; member
Dnamespace.c883 mp->m_count++; in lookup_mountpoint()
928 new->m_count = 1; in get_mountpoint()
946 if (!--mp->m_count) { in __put_mountpoint()
1022 mp->m_count++; in mnt_set_mountpoint()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c336 u32 m_count; in promisc_steering_entry() local
350 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry()
352 *members_count = m_count; in promisc_steering_entry()
354 for (i = 0; i < m_count; i++) { in promisc_steering_entry()