/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 901 struct ext2_xattr_entry *entry1, *entry2; in ext2_xattr_cmp() local 903 entry1 = ENTRY(header1+1); in ext2_xattr_cmp() 905 while (!IS_LAST_ENTRY(entry1)) { in ext2_xattr_cmp() 908 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp() 909 entry1->e_name_index != entry2->e_name_index || in ext2_xattr_cmp() 910 entry1->e_name_len != entry2->e_name_len || in ext2_xattr_cmp() 911 entry1->e_value_size != entry2->e_value_size || in ext2_xattr_cmp() 912 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext2_xattr_cmp() 914 if (entry1->e_value_block != 0 || entry2->e_value_block != 0) in ext2_xattr_cmp() 918 le32_to_cpu(entry1->e_value_size))) in ext2_xattr_cmp() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.c | 224 if ((entry1->flags & NFP_FL_ACTION_DO_NAT) && in nfp_ct_merge_check_cannot_skip() 254 if (entry1->netdev && entry2->netdev && in nfp_ct_merge_check() 255 entry1->netdev != entry2->netdev) in nfp_ct_merge_check() 264 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check() 274 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check() 342 flow_rule_match_ports(entry1->rule, &match1); in nfp_ct_merge_check() 378 flow_rule_match_vlan(entry1->rule, &match1); in nfp_ct_merge_check() 388 flow_rule_match_mpls(entry1->rule, &match1); in nfp_ct_merge_check() 398 flow_rule_match_tcp(entry1->rule, &match1); in nfp_ct_merge_check() 408 flow_rule_match_ip(entry1->rule, &match1); in nfp_ct_merge_check() [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | block_validity.c | 46 static inline int can_merge(struct ext4_system_zone *entry1, in can_merge() argument 49 if ((entry1->start_blk + entry1->count) == entry2->start_blk && in can_merge() 50 entry1->ino == entry2->ino) in can_merge()
|
H A D | xattr.c | 3071 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local 3073 entry1 = ENTRY(header1+1); in ext4_xattr_cmp() 3075 while (!IS_LAST_ENTRY(entry1)) { in ext4_xattr_cmp() 3078 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp() 3079 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp() 3080 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp() 3081 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp() 3083 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp() 3085 if (!entry1->e_value_inum && in ext4_xattr_cmp() 3088 le32_to_cpu(entry1->e_value_size))) in ext4_xattr_cmp() [all …]
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | uda.c | 178 static bool irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, in irdma_compare_mgs() argument 181 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs() 182 entry1->qp_id == entry2->qp_id) in irdma_compare_mgs()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 490 entry1.masked = true; in __eoi_ioapic_pin() 491 entry1.is_level = false; in __eoi_ioapic_pin() 493 __ioapic_write_entry(apic, pin, entry1); in __eoi_ioapic_pin() 2086 memset(&entry1, 0, sizeof(entry1)); in unlock_ExtINT_logic() 2088 entry1.dest_mode_logical = true; in unlock_ExtINT_logic() 2089 entry1.masked = false; in unlock_ExtINT_logic() 2090 entry1.destid_0_7 = apic_id & 0xFF; in unlock_ExtINT_logic() 2093 entry1.active_low = entry0.active_low; in unlock_ExtINT_logic() 2094 entry1.is_level = false; in unlock_ExtINT_logic() 2095 entry1.vector = 0; in unlock_ExtINT_logic() [all …]
|
/openbmc/linux/include/linux/ |
H A D | list.h | 269 static inline void list_swap(struct list_head *entry1, in list_swap() argument 275 list_replace(entry1, entry2); in list_swap() 276 if (pos == entry1) in list_swap() 278 list_add(entry1, pos); in list_swap()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-host.c | 386 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local 388 entry1 = container_of(a, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp() 391 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 1166 void *pos, *entry0, *entry1; in translate_compat_table() local 1208 entry1 = newinfo->entries; in translate_compat_table() 1209 pos = entry1; in translate_compat_table() 1213 newinfo, entry1); in translate_compat_table() 1230 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1235 *pentry0 = entry1; in translate_compat_table()
|
H A D | ip_tables.c | 1398 void *pos, *entry0, *entry1; in translate_compat_table() local 1440 entry1 = newinfo->entries; in translate_compat_table() 1441 pos = entry1; in translate_compat_table() 1445 newinfo, entry1); in translate_compat_table() 1467 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1472 *pentry0 = entry1; in translate_compat_table()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 1413 void *pos, *entry0, *entry1; in translate_compat_table() local 1455 entry1 = newinfo->entries; in translate_compat_table() 1456 pos = entry1; in translate_compat_table() 1460 newinfo, entry1); in translate_compat_table() 1476 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1481 *pentry0 = entry1; in translate_compat_table()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2904 struct xfs_attr_leaf_entry *entry1; in xfs_attr3_leaf_flipflags() local 2940 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; in xfs_attr3_leaf_flipflags() 2954 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags() 2972 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags() 2977 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE); in xfs_attr3_leaf_flipflags() 2980 entry1->flags &= ~XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags() 2982 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); in xfs_attr3_leaf_flipflags() 2984 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_flipflags()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_offload.c | 229 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 262 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 8, in flow_offload_eth_src() 276 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 321 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_dst()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 596 direntry_t *entry1; in create_short_filename() local 602 for (entry1 = array_get(&(s->directory), directory_start); in create_short_filename() 603 entry1 < entry; entry1++) { in create_short_filename() 604 if (!is_long_name(entry1) && in create_short_filename() 605 !memcmp(entry1->name, entry->name, 11)) { in create_short_filename() 609 if (entry1 == entry) { in create_short_filename()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_fru_device.robot | 205 ${entry1}= Set Variable ${entry[0].strip()} 207 Set To Dictionary ${tmp} ${entry1} ${entry2}
|
/openbmc/linux/fs/ocfs2/ |
H A D | dir.c | 3495 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp() local 3497 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash); in dx_leaf_sort_cmp() 3499 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash); in dx_leaf_sort_cmp() 3519 struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_swap() local 3522 BUG_ON(size != sizeof(*entry1)); in dx_leaf_sort_swap() 3524 swap(*entry1, *entry2); in dx_leaf_sort_swap()
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 2426 __u32 entry1:6; member
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | maple.c | 34793 void *entry1; /* The first entry value */ member 34822 if (entry == test->entry1) in eval_rcu_entry() 35248 vals.entry1 = xa_mk_value(865); in check_rcu_threaded() 35271 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded() 35308 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded()
|