Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv_multi.c109 u16 *p_count) in mlxfw_mfa2_tlv_multi_child_count() argument
124 *p_count = count; in mlxfw_mfa2_tlv_multi_child_count()
Dmlxfw_mfa2.h55 u32 *p_count);
Dmlxfw_mfa2_tlv_multi.h61 u16 *p_count);
Dmlxfw_mfa2.c400 u32 *p_count) in mlxfw_mfa2_file_component_count() argument
416 *p_count = count; in mlxfw_mfa2_file_component_count()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.h39 unsigned int *p_count);
Daq_vec.c364 int aq_vec_get_sw_stats(struct aq_vec_s *self, u64 *data, unsigned int *p_count) in aq_vec_get_sw_stats() argument
383 if (p_count) in aq_vec_get_sw_stats()
384 *p_count = ++count; in aq_vec_get_sw_stats()
/Linux-v4.19/fs/ocfs2/
Dextent_map.c980 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
996 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
1014 if (p_count < count) in ocfs2_read_virt_blocks()
1015 count = p_count; in ocfs2_read_virt_blocks()
/Linux-v4.19/fs/nfsd/
Dvfs.c61 unsigned int p_count; member
805 if (ra->p_count == 0) in nfsd_init_raparms()
825 ra->p_count++; in nfsd_init_raparms()
841 ra->p_count--; in nfsd_put_raparams()