| /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() 916 if (memcmp((char *)header1 + le16_to_cpu(entry1->e_value_offs), in ext2_xattr_cmp() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | conntrack.c | 220 static bool nfp_ct_merge_check_cannot_skip(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check_cannot_skip() argument 224 if ((entry1->flags & NFP_FL_ACTION_DO_NAT) && in nfp_ct_merge_check_cannot_skip() 236 static int nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check() argument 242 ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check() 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() 294 nfp_ct_merge_check_cannot_skip(entry1, entry2)) { in nfp_ct_merge_check() 297 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check() [all …]
|
| /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 | 3061 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local 3063 entry1 = ENTRY(header1+1); in ext4_xattr_cmp() 3065 while (!IS_LAST_ENTRY(entry1)) { in ext4_xattr_cmp() 3068 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp() 3069 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp() 3070 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp() 3071 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp() 3072 entry1->e_value_inum != entry2->e_value_inum || in ext4_xattr_cmp() 3073 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp() 3075 if (!entry1->e_value_inum && in ext4_xattr_cmp() [all …]
|
| H A D | mballoc.c | 6362 ext4_freed_extents_can_be_merged(struct ext4_free_data *entry1, in ext4_freed_extents_can_be_merged() argument 6365 if (entry1->efd_tid != entry2->efd_tid) in ext4_freed_extents_can_be_merged() 6367 if (entry1->efd_start_cluster + entry1->efd_count != in ext4_freed_extents_can_be_merged() 6370 if (WARN_ON_ONCE(entry1->efd_group != entry2->efd_group)) in ext4_freed_extents_can_be_merged() 6377 struct ext4_free_data *entry1, in ext4_merge_freed_extents() argument 6380 entry1->efd_count += entry2->efd_count; in ext4_merge_freed_extents()
|
| /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()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 444 struct IO_APIC_route_entry entry, entry1; in __eoi_ioapic_pin() local 446 entry = entry1 = __ioapic_read_entry(apic, pin); in __eoi_ioapic_pin() 449 entry1.masked = true; in __eoi_ioapic_pin() 450 entry1.is_level = false; in __eoi_ioapic_pin() 452 __ioapic_write_entry(apic, pin, entry1); in __eoi_ioapic_pin() 1948 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 1967 memset(&entry1, 0, sizeof(entry1)); in unlock_ExtINT_logic() 1969 entry1.dest_mode_logical = true; in unlock_ExtINT_logic() 1970 entry1.masked = false; in unlock_ExtINT_logic() 1971 entry1.destid_0_7 = apic_id & 0xFF; in unlock_ExtINT_logic() [all …]
|
| /linux/include/linux/ |
| H A D | list.h | 277 static inline void list_swap(struct list_head *entry1, in list_swap() argument 283 list_replace(entry1, entry2); in list_swap() 284 if (pos == entry1) in list_swap() 286 list_add(entry1, pos); in list_swap()
|
| /linux/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-host.c | 416 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local 418 entry1 = container_of(a, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp() 421 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
|
| /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()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 2897 struct xfs_attr_leaf_entry *entry1; in xfs_attr3_leaf_flipflags() local 2934 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; in xfs_attr3_leaf_flipflags() 2948 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags() 2966 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags() 2971 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE); in xfs_attr3_leaf_flipflags() 2974 entry1->flags &= ~XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags() 2976 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); in xfs_attr3_leaf_flipflags() 2978 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_flipflags()
|
| /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()
|
| /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()
|
| /linux/drivers/staging/media/ipu3/include/uapi/ |
| H A D | intel-ipu3.h | 2427 __u32 entry1:6; member
|
| /linux/fs/ocfs2/ |
| H A D | dir.c | 3518 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp() local 3520 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash); in dx_leaf_sort_cmp() 3522 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash); in dx_leaf_sort_cmp()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 4789 const struct syscall_entry *entry1 = e1; in entry_cmp() local 4792 return entry1->msecs > entry2->msecs ? -1 : 1; in entry_cmp()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 34394 void *entry1; /* The first entry value */ member 34423 if (entry == test->entry1) in eval_rcu_entry() 34850 vals.entry1 = xa_mk_value(865); in check_rcu_threaded() 34873 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded() 34910 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded()
|