Home
last modified time | relevance | path

Searched refs:tname (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/x86/tools/
H A Dgen-insn-attr-x86.awk25 tname = ""
138 if (tname != "")
149 tname = sprintf("inat_escape_table_%d", eid)
160 if (tname == "") # AVX only opcode table
161 tname = sprintf("inat_avx_table_%d", $2)
164 tname = "inat_primary_table"
174 if (tname == "") # XOP only opcode table
175 tname = sprintf("inat_xop_table_%d", $2)
178 tname = "inat_primary_table"
186 tname = "inat_group_table_" gid
[all …]
/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk25 tname = ""
138 if (tname != "")
149 tname = sprintf("inat_escape_table_%d", eid)
160 if (tname == "") # AVX only opcode table
161 tname = sprintf("inat_avx_table_%d", $2)
164 tname = "inat_primary_table"
174 if (tname == "") # XOP only opcode table
175 tname = sprintf("inat_xop_table_%d", $2)
178 tname = "inat_primary_table"
186 tname = "inat_group_table_" gid
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_ma.c18 char tname[32]; in do_bpf_ma_test() local
29 snprintf(tname, sizeof(tname), "bin_data_%u", skel->rodata->data_sizes[i]); in do_bpf_ma_test()
30 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in do_bpf_ma_test()
31 if (!ASSERT_GT(id, 0, tname)) in do_bpf_ma_test()
37 snprintf(tname, sizeof(tname), "percpu_bin_data_%u", skel->rodata->percpu_data_sizes[i]); in do_bpf_ma_test()
38 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in do_bpf_ma_test()
39 if (!ASSERT_GT(id, 0, tname)) in do_bpf_ma_test()
/linux/sound/core/
H A Djack.c349 char *tname; in snd_jack_debugfs_add_inject_node() local
356 tname = kstrdup(jack_kctl->kctl->id.name, GFP_KERNEL); in snd_jack_debugfs_add_inject_node()
357 if (!tname) in snd_jack_debugfs_add_inject_node()
361 for (i = 0; tname[i]; i++) in snd_jack_debugfs_add_inject_node()
362 if (!isalnum(tname[i])) in snd_jack_debugfs_add_inject_node()
363 tname[i] = '_'; in snd_jack_debugfs_add_inject_node()
365 jack_kctl->jack_debugfs_root = debugfs_create_dir(tname, jack->card->debugfs_root); in snd_jack_debugfs_add_inject_node()
366 kfree(tname); in snd_jack_debugfs_add_inject_node()
/linux/fs/nfsd/
H A Dxdr.h51 char * tname; member
58 char * tname; member
66 char * tname; member
H A Dxdr3.h69 char * tname; member
76 char * tname; member
84 char * tname; member
H A Dvfs.c2137 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
2146 trace_nfsd_vfs_rename(rqstp, ffhp, tfhp, fname, flen, tname, tlen); in nfsd_rename()
2160 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
2182 &QSTR_LEN(tname, tlen)); in nfsd_rename()
/linux/kernel/bpf/
H A Dbtf.c619 const char *tname; in btf_find_by_name_kind_bsearch() local
627 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind_bsearch()
628 if (strcmp(tname, name) >= 0) { in btf_find_by_name_kind_bsearch()
644 const char *tname; in btf_find_by_name_kind() local
658 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
659 if (strcmp(tname, name) != 0) in btf_find_by_name_kind()
669 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
670 if (strcmp(tname, name) == 0) in btf_find_by_name_kind()
6045 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_projection_of() argument
6047 if (strcmp(pname, "__sk_buff") == 0 && strcmp(tname, "sk_buff") == 0) in btf_is_projection_of()
[all …]
H A Dbpf_struct_ops.c643 static void bpf_struct_ops_ksym_init(const char *tname, const char *mname, in bpf_struct_ops_ksym_init() argument
647 snprintf(ksym->name, KSYM_NAME_LEN, "bpf__%s_%s", tname, mname); in bpf_struct_ops_ksym_init()
703 const char *tname, *mname; in bpf_struct_ops_map_update_elem() local
744 tname = btf_name_by_offset(st_map->btf, t->name_off); in bpf_struct_ops_map_update_elem()
855 bpf_struct_ops_ksym_init(tname, mname, in bpf_struct_ops_map_update_elem()
H A Dverifier.c7312 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local
7321 tname); in check_ptr_to_btf_access()
7327 tname); in check_ptr_to_btf_access()
7333 regno, tname, off); in check_ptr_to_btf_access()
7342 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
7349 regno, tname, off); in check_ptr_to_btf_access()
7356 regno, tname, off); in check_ptr_to_btf_access()
7468 const char *tname; in check_ptr_to_map_access() local
7484 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
7489 tname); in check_ptr_to_map_access()
[all …]
/linux/fs/ceph/
H A Dcrypto.c303 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() argument
356 if (!tname) { in ceph_fname_to_usr()
360 tname = &_tname; in ceph_fname_to_usr()
364 tname->name, false, BASE64_IMAP); in ceph_fname_to_usr()
369 iname.name = tname->name; in ceph_fname_to_usr()
H A Dcrypto.h118 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname,
207 struct fscrypt_str *tname, in ceph_fname_to_usr() argument
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh305 local tname=$1
309 if [[ "${tname}" =~ ^ns_ ]] &&
311 log_host "No NS support detected for test ${tname}"
1375 local tname
1377 tname="${1}"
1380 if [[ "${tname}" == "${testname}" ]]; then
/linux/security/apparmor/
H A Dfile.c331 const char *lname, *tname = NULL; in profile_path_link() local
347 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
362 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link()
385 tname, cond, &perms); in profile_path_link()
407 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh835 tname="$1"
852 printf "TEST: %-60s [START]\n" "${tname}"
856 eval test_${tname}
876 rm -rf test_${tname}
/linux/include/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/linux/net/netfilter/
H A Dnfnetlink_hook.c112 static int nfnl_hook_put_nft_info_desc(struct sk_buff *nlskb, const char *tname, in nfnl_hook_put_nft_info_desc() argument
119 nla_put_string(nlskb, NFNLA_CHAIN_TABLE, tname) || in nfnl_hook_put_nft_info_desc()
/linux/tools/perf/util/
H A Ddwarf-aux.h42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
H A Ddwarf-aux.c200 bool die_compare_name(Dwarf_Die *dw_die, const char *tname) in die_compare_name() argument
205 return name ? (strcmp(tname, name) == 0) : false; in die_compare_name()
/linux/tools/lib/bpf/
H A Dlibbpf.c1048 char tname[192], stname[256]; in find_struct_ops_kern_types() local
1051 snprintf(tname, sizeof(tname), "%.*s", in find_struct_ops_kern_types()
1054 snprintf(stname, sizeof(stname), "%s%s", STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types()
1068 kern_type_id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in find_struct_ops_kern_types()
1070 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", tname); in find_struct_ops_kern_types()
1088 tname, stname); in find_struct_ops_kern_types()
1176 const char *tname; in bpf_map__init_kern_struct_ops() local
1181 tname = btf__name_by_offset(btf, type->name_off); in bpf_map__init_kern_struct_ops()
1182 err = find_struct_ops_kern_types(obj, tname, &mod_btf, in bpf_map__init_kern_struct_ops()
1393 const char *tname, *var_name; in init_struct_ops_maps() local
[all …]
/linux/fs/coda/
H A Dupcall.c393 inp->coda_link.tname = offset; in venus_link()
429 inp->coda_symlink.tname = offset; in venus_symlink()
/linux/tools/testing/selftests/net/
H A Dpmtu.sh2158 tname="$1"
2171 eval test_${tname}
2211 tname="$1"
2215 run_test "${tname}" "${tdesc} - nexthop objects"
/linux/kernel/trace/
H A Dtrace_probe.c37 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \ argument
38 int PRINT_TYPE_FUNC_NAME(tname)(struct trace_seq *s, void *data, void *ent)\
43 const char PRINT_TYPE_FMT_NAME(tname)[] = fmt;
/linux/scripts/
H A Dasn1_compiler.c1215 const char *tname = t && t->name ? t->name->content : "."; in dump_element() local
1240 tname, in dump_element()
/linux/fs/
H A Ddcache.c2247 const char *tname; in __d_lookup_rcu_op_compare() local
2259 tname = dentry->d_name.name; in __d_lookup_rcu_op_compare()
2265 if (parent->d_op->d_compare(dentry, tlen, tname, name) != 0) in __d_lookup_rcu_op_compare()

12