Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dmount.h31 int m_count; member
Dnamespace.c693 mp->m_count++; in lookup_mountpoint()
738 new->m_count = 1; in get_mountpoint()
756 if (!--mp->m_count) { in __put_mountpoint()
832 mp->m_count++; in mnt_set_mountpoint()
/Linux-v5.4/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()