Home
last modified time | relevance | path

Searched refs:name2 (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/of/unittest-data/
H A Dtests-match.dtsi8 a { name2 { device_type = "type1"; }; };
9 b { name2 { }; };
10 c { name2 { device_type = "type2"; }; };
/linux/tools/perf/tests/
H A Dparse-metric.c70 const char *name2, double *ratio2) in __compute_metric() argument
109 if (name2 && ratio2) in __compute_metric()
110 *ratio2 = compute_single(evlist, name2); in __compute_metric()
127 const char *name2, double *ratio2) in compute_metric_group() argument
129 return __compute_metric(name, vals, name1, ratio1, name2, ratio2); in compute_metric_group()
/linux/net/netfilter/
H A Dxt_rateest.c96 if (strnlen(info->name2, sizeof(info->name2)) >= sizeof(info->name2)) in xt_rateest_mt_checkentry()
106 est2 = xt_rateest_lookup(par->net, info->name2); in xt_rateest_mt_checkentry()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c582 static int compare_name(const char *name1, const char *name2) in compare_name() argument
588 res2 = strstr(name2, ".llvm."); in compare_name()
590 len2 = res2 ? res2 - name2 : strlen(name2); in compare_name()
593 return strncmp(name1, name2, len1); in compare_name()
595 return strncmp(name1, name2, len1) <= 0 ? -1 : 1; in compare_name()
596 return strncmp(name1, name2, len2) >= 0 ? 1 : -1; in compare_name()
/linux/include/uapi/linux/netfilter/
H A Dxt_rateest.h26 char name2[IFNAMSIZ]; member
/linux/security/tomoyo/
H A Dfile.c309 &acl->name2);
506 tomoyo_same_name_union(&p1->name2, &p2->name2);
555 !tomoyo_parse_name_union(param, &e.name2)) in tomoyo_update_path2_acl()
562 tomoyo_put_name_union(&e.name2);
H A Dgc.c174 tomoyo_put_name_union(&entry->name2); in tomoyo_del_acl()
H A Dcommon.h744 struct tomoyo_name_union name2; member
/linux/fs/notify/fanotify/
H A Dfanotify.c645 const struct qstr *name2 = moved ? &moved->d_name : NULL; in fanotify_alloc_name_event() local
650 unsigned long name2_len = name2 ? name2->len : 0; in fanotify_alloc_name_event()
690 fanotify_info_copy_name2(info, name2); in fanotify_alloc_name_event()
691 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c1054 const struct xfs_name *name2 = du2->name; in xfs_dir_exchange_children() local
1067 error = xfs_dir_replace(tp, dp2, name2, ip1->i_ino, spaceres); in xfs_dir_exchange_children()
1146 dp2, name2, ip1); in xfs_dir_exchange_children()
1152 error = xfs_parent_replacename(tp, du2->ppargs, dp2, name2, in xfs_dir_exchange_children()
1167 xfs_dir_update_hook(dp2, ip2, -1, name2); in xfs_dir_exchange_children()
1169 xfs_dir_update_hook(dp2, ip1, 1, name2); in xfs_dir_exchange_children()
H A Dxfs_attr_leaf.c3057 char *name1, *name2; in xfs_attr3_leaf_flipflags() local
3109 name2 = (char *)name_loc->nameval; in xfs_attr3_leaf_flipflags()
3113 name2 = (char *)name_rmt->name; in xfs_attr3_leaf_flipflags()
3117 ASSERT(memcmp(name1, name2, namelen1) == 0); in xfs_attr3_leaf_flipflags()
/linux/include/trace/events/
H A Dafs.h829 const struct qstr *name, const struct qstr *name2),
831 TP_ARGS(call, fid, name, name2),
838 __array(char, name2, 24)
843 unsigned int __len2 = min_t(unsigned int, name2->len, 23);
855 memcpy(__entry->name2, name2->name, __len2);
856 __entry->name2[__len2] = 0;
866 __entry->name2)
/linux/sound/oss/dmasound/
H A Ddmasound_core.c354 strscpy(info.id, dmasound.mach.name2, sizeof(info.id)); in mixer_ioctl()
355 strscpy(info.name, dmasound.mach.name2, sizeof(info.name)); in mixer_ioctl()
1265 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, in state_open()
1401 DMASOUND_CORE_REVISION, DMASOUND_CORE_EDITION, dmasound.mach.name2, in dmasound_init()
H A Ddmasound.h108 const char *name2; member
H A Ddmasound_q40.c596 .name2 = "Q40",
H A Ddmasound_atari.c1531 .name2 = "TT",
1560 .name2 = "FALCON",
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c438 char *name2 = "PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DW UNALIGNED"; in test_multi_sethwdebug_range() local
459 check_success(child_pid, name2, "RO", wp_addr2, len2); in test_multi_sethwdebug_range()
/linux/drivers/acpi/acpica/
H A Dacnamesp.h144 int acpi_ns_compare_names(char *name1, char *name2);
/linux/fs/overlayfs/
H A Dsuper.c572 char name2[OVL_TEMPNAME_SIZE]; in ovl_check_rename_whiteout() local
584 ovl_tempname(name2); in ovl_check_rename_whiteout()
585 err = start_renaming_dentry(&rd, 0, temp, &QSTR(name2)); in ovl_check_rename_whiteout()
/linux/sound/soc/
H A Dsoc-core.c2068 #define soc_setup_card_name(card, name, name1, name2) \ argument
2069 __soc_setup_card_name(card, name, sizeof(name), name1, name2)
2072 const char *name1, const char *name2) in __soc_setup_card_name() argument
2074 const char *src = name1 ? name1 : name2; in __soc_setup_card_name()
/linux/net/netfilter/ipset/
H A Dip_set_core.c1349 const char *name2; in ip_set_rename() local
1368 name2 = nla_data(attr[IPSET_ATTR_SETNAME2]); in ip_set_rename()
1371 if (s && STRNCMP(s->name, name2)) { in ip_set_rename()
1376 strscpy_pad(set->name, name2, IPSET_MAXNAMELEN); in ip_set_rename()
/linux/fs/proc/
H A Dproc_sysctl.c103 static int namecmp(const char *name1, int len1, const char *name2, int len2) in namecmp() argument
107 cmp = memcmp(name1, name2, min(len1, len2)); in namecmp()
/linux/Documentation/mm/
H A Dpage_owner.rst239 ./page_owner_sort <input> <output> --name name1,name2
/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h175 #define PINMUX_BIAS_REG(name1, r1, name2, r2) \ argument
/linux/Documentation/admin-guide/mm/
H A Dslab.rst37 slab_debug=<Debug-Options>,<slab name1>,<slab name2>,...

12