| /linux/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 25 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 D | gen-insn-attr-x86.awk | 25 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 D | test_bpf_ma.c | 18 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 D | jack.c | 349 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 D | xdr.h | 51 char * tname; member 58 char * tname; member 66 char * tname; member
|
| H A D | xdr3.h | 69 char * tname; member 76 char * tname; member 84 char * tname; member
|
| H A D | vfs.c | 2117 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument 2126 trace_nfsd_vfs_rename(rqstp, ffhp, tfhp, fname, flen, tname, tlen); in nfsd_rename() 2140 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename() 2162 &QSTR_LEN(tname, tlen)); in nfsd_rename()
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 302 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() argument 355 if (!tname) { in ceph_fname_to_usr() 359 tname = &_tname; in ceph_fname_to_usr() 363 tname->name, false, BASE64_IMAP); in ceph_fname_to_usr() 368 iname.name = tname->name; in ceph_fname_to_usr()
|
| H A D | crypto.h | 118 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 D | mds_client.c | 449 struct fscrypt_str tname = FSTR_INIT(NULL, 0); in parse_reply_info_readdir() local 501 tname.name = _name; in parse_reply_info_readdir() 518 err = ceph_fname_to_usr(&fname, &tname, &oname, &rde->is_nokey); in parse_reply_info_readdir()
|
| /linux/tools/testing/selftests/vsock/ |
| H A D | vmtest.sh | 471 local tname 473 tname="${1}" 476 if [[ "${tname}" == "${testname}" ]]; then
|
| /linux/security/apparmor/ |
| H A D | file.c | 326 const char *lname, *tname = NULL; in profile_path_link() local 342 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link() 357 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link() 380 tname, cond, &perms); in profile_path_link() 402 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 835 tname="$1" 852 printf "TEST: %-60s [START]\n" "${tname}" 856 eval test_${tname} 876 rm -rf test_${tname}
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 471 int tname; /* Place holder for data. */ member 524 int tname; member
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_hook.c | 112 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 D | dwarf-aux.h | 42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
|
| H A D | dwarf-aux.c | 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()
|
| /linux/fs/coda/ |
| H A D | upcall.c | 393 inp->coda_link.tname = offset; in venus_link() 429 inp->coda_symlink.tname = offset; in venus_symlink()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 7212 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local 7221 tname); in check_ptr_to_btf_access() 7227 tname); in check_ptr_to_btf_access() 7233 regno, tname, off); in check_ptr_to_btf_access() 7242 regno, tname, off, tn_buf); in check_ptr_to_btf_access() 7249 regno, tname, off); in check_ptr_to_btf_access() 7256 regno, tname, off); in check_ptr_to_btf_access() 7368 const char *tname; in check_ptr_to_map_access() local 7384 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access() 7389 tname); in check_ptr_to_map_access() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | pmtu.sh | 2158 tname="$1" 2171 eval test_${tname} 2211 tname="$1" 2215 run_test "${tname}" "${tdesc} - nexthop objects"
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 37 #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 D | asn1_compiler.c | 1215 const char *tname = t && t->name ? t->name->content : "."; in dump_element() local 1240 tname, in dump_element()
|
| /linux/fs/ |
| H A D | dcache.c | 2237 const char *tname; in __d_lookup_rcu_op_compare() local 2249 tname = dentry->d_name.name; in __d_lookup_rcu_op_compare() 2255 if (parent->d_op->d_compare(dentry, tlen, tname, name) != 0) in __d_lookup_rcu_op_compare()
|
| /linux/drivers/atm/ |
| H A D | idt77252.c | 3270 char tname[10]; in init_card() local 3514 sprintf(tname, "eth%d", card->index); in init_card() 3515 tmp = dev_get_by_name(&init_net, tname); /* jhs: was "tmp = dev_get(tname);" */ in init_card()
|