Home
last modified time | relevance | path

Searched refs:local_len (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/tools/lib/bpf/
Drelo_core.c438 size_t local_len, targ_len; in bpf_core_fields_are_compat() local
443 local_len = bpf_core_essential_name_len(local_name); in bpf_core_fields_are_compat()
446 return local_len == 0 || targ_len == 0 || in bpf_core_fields_are_compat()
447 (local_len == targ_len && in bpf_core_fields_are_compat()
448 strncmp(local_name, targ_name, local_len) == 0); in bpf_core_fields_are_compat()
1426 size_t local_len, targ_len; in bpf_core_names_match() local
1435 local_len = bpf_core_essential_name_len(local_n); in bpf_core_names_match()
1437 return targ_len == local_len && strncmp(local_n, targ_n, local_len) == 0; in bpf_core_names_match()
/linux-6.1.9/fs/ocfs2/
Daops.c1226 unsigned int local_len = len; in ocfs2_write_cluster_by_desc() local
1237 local_len = len; in ocfs2_write_cluster_by_desc()
1239 if ((cluster_off + local_len) > osb->s_clustersize) in ocfs2_write_cluster_by_desc()
1240 local_len = osb->s_clustersize - cluster_off; in ocfs2_write_cluster_by_desc()
1247 wc, desc->c_cpos, pos, local_len); in ocfs2_write_cluster_by_desc()
1253 len -= local_len; in ocfs2_write_cluster_by_desc()
1254 pos += local_len; in ocfs2_write_cluster_by_desc()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_dcb.c23 u16 buf_size, u16 *local_len, u16 *remote_len, in ice_aq_get_lldp_mib() argument
45 if (local_len) in ice_aq_get_lldp_mib()
46 *local_len = le16_to_cpu(cmd->local_len); in ice_aq_get_lldp_mib()
Dice_adminq_cmd.h1667 __le16 local_len; member
/linux-6.1.9/drivers/mtd/chips/
Dcfi_cmdset_0002.c2112 size_t local_len = (-ofs)&(map_bankwidth(map)-1); in cfi_amdstd_write_buffers() local
2113 if (local_len > len) in cfi_amdstd_write_buffers()
2114 local_len = len; in cfi_amdstd_write_buffers()
2116 local_len, retlen, buf); in cfi_amdstd_write_buffers()
2119 ofs += local_len; in cfi_amdstd_write_buffers()
2120 buf += local_len; in cfi_amdstd_write_buffers()
2121 len -= local_len; in cfi_amdstd_write_buffers()
/linux-6.1.9/rust/alloc/vec/
Dmod.rs2397 let mut local_len = SetLenOnDrop::new(&mut self.len); in extend_with() localVariable
2404 local_len.increment_len(1); in extend_with()
2410 local_len.increment_len(1); in extend_with()
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h230 u16 *local_len, u16 *remote_len,
Di40e_common.c3618 u16 *local_len, u16 *remote_len, in i40e_aq_get_lldp_mib() argument
3647 if (local_len != NULL) in i40e_aq_get_lldp_mib()
3648 *local_len = le16_to_cpu(resp->local_len); in i40e_aq_get_lldp_mib()
Di40e_adminq_cmd.h2033 __le16 local_len; member