Home
last modified time | relevance | path

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

/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
/linux/kernel/bpf/
H A Dbtf.c620 const char *tname; in btf_find_by_name_kind_bsearch() local
628 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind_bsearch()
629 if (strcmp(tname, name) >= 0) { in btf_find_by_name_kind_bsearch()
645 const char *tname; in btf_find_by_name_kind() local
659 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
660 if (strcmp(tname, name) != 0) in btf_find_by_name_kind()
670 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
671 if (strcmp(tname, name) == 0) in btf_find_by_name_kind()
6106 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_projection_of() argument
6108 if (strcmp(pname, "__sk_buff") == 0 && strcmp(tname, "sk_buff") == 0) in btf_is_projection_of()
[all …]
H A Dverifier.c5986 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local
5995 tname); in check_ptr_to_btf_access()
6001 tname); in check_ptr_to_btf_access()
6011 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
6020 regno, tname, off); in check_ptr_to_btf_access()
6027 regno, tname, off); in check_ptr_to_btf_access()
6034 regno, tname, off); in check_ptr_to_btf_access()
6146 const char *tname; in check_ptr_to_map_access() local
6162 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
6167 tname); in check_ptr_to_map_access()
[all …]
/linux/fs/ceph/
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
H A Dmds_client.c491 struct fscrypt_str tname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir() local
543 tname.name = _name; in parse_reply_info_readdir()
560 err = ceph_fname_to_usr(&fname, &tname, &oname, &rde->is_nokey); in parse_reply_info_readdir()
/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/vsock/
H A Dvmtest.sh320 local tname=$1
324 if [[ "${tname}" =~ ^ns_ ]] &&
326 log_host "No NS support detected for test ${tname}"
1412 local tname
1414 tname="${1}"
1417 if [[ "${tname}" == "${testname}" ]]; then
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh872 tname="$1"
889 printf "TEST: %-60s [START]\n" "${tname}"
893 eval test_${tname}
913 rm -rf test_${tname}
/linux/include/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/linux/tools/perf/util/
H A Ddwarf-aux.h41 /* Compare diename and tname */
42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
133 /* Get the name and type of given variable DIE, stored as "type\tname" */
H A Ddwarf-aux.c194 * die_compare_name - Compare diename and tname
196 * @tname: a string of target name
198 * Compare the name of @dw_die and @tname. Return false if @dw_die has no name.
200 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()
1197 * Get the name and type of @vr_die and stores it in @buf as "type\tname". in reg_from_dwarf_op()
/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, in bpf_map__init_kern_struct_ops()
1393 const char *tname, *var_name; init_struct_ops_maps() local
4071 const char *tname; find_extern_btf_id() local
7098 const char *tname; need_func_arg_type_fixup() 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/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1457 static void __init free_1_to_1_table(unsigned short **tp, char *tname, int min, int max, int max2) in free_1_to_1_table() argument
1472 pr_info("UV: %s is 1:1, conversion table removed\n", tname); in free_1_to_1_table()