Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/arch/x86/tools/
Dgen-insn-attr-x86.awk24 tname = ""
124 if (tname != "")
135 tname = sprintf("inat_escape_table_%d", eid)
145 if (tname == "") # AVX only opcode table
146 tname = sprintf("inat_avx_table_%d", $2)
149 tname = "inat_primary_table"
157 tname = "inat_group_table_" gid
175 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
177 gtable[gid,0] = tname
180 print_table(lptable1, tname "_1[INAT_GROUP_TABLE_SIZE]",
[all …]
/linux-6.6.21/arch/x86/tools/
Dgen-insn-attr-x86.awk24 tname = ""
124 if (tname != "")
135 tname = sprintf("inat_escape_table_%d", eid)
145 if (tname == "") # AVX only opcode table
146 tname = sprintf("inat_avx_table_%d", $2)
149 tname = "inat_primary_table"
157 tname = "inat_group_table_" gid
175 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
177 gtable[gid,0] = tname
180 print_table(lptable1, tname "_1[INAT_GROUP_TABLE_SIZE]",
[all …]
/linux-6.6.21/tools/testing/selftests/net/
Dioam6_parser.c441 static int str2id(const char *tname) in str2id() argument
443 if (!strcmp("out_undef_ns", tname)) in str2id()
445 if (!strcmp("out_no_room", tname)) in str2id()
447 if (!strcmp("out_bit0", tname)) in str2id()
449 if (!strcmp("out_bit1", tname)) in str2id()
451 if (!strcmp("out_bit2", tname)) in str2id()
453 if (!strcmp("out_bit3", tname)) in str2id()
455 if (!strcmp("out_bit4", tname)) in str2id()
457 if (!strcmp("out_bit5", tname)) in str2id()
459 if (!strcmp("out_bit6", tname)) in str2id()
[all …]
Dpmtu.sh2015 tname="$1"
2028 eval test_${tname}
2068 tname="$1"
2072 run_test "${tname}" "${tdesc} - nexthop objects"
/linux-6.6.21/sound/core/
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-6.6.21/fs/nfsd/
Dxdr.h51 char * tname; member
58 char * tname; member
66 char * tname; member
Dnfsproc.c434 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename()
437 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename()
454 argp->tname); in nfsd_proc_link()
456 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link()
478 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd_proc_symlink()
481 if (IS_ERR(argp->tname)) { in nfsd_proc_symlink()
482 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd_proc_symlink()
488 argp->tlen, argp->tname); in nfsd_proc_symlink()
492 argp->tname, &attrs, &newfh); in nfsd_proc_symlink()
494 kfree(argp->tname); in nfsd_proc_symlink()
Dnfs3proc.c405 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd3_proc_symlink()
408 if (IS_ERR(argp->tname)) { in nfsd3_proc_symlink()
409 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd3_proc_symlink()
416 argp->tlen, argp->tname); in nfsd3_proc_symlink()
421 argp->flen, argp->tname, &attrs, &resp->fh); in nfsd3_proc_symlink()
422 kfree(argp->tname); in nfsd3_proc_symlink()
522 argp->tname); in nfsd3_proc_rename()
527 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename()
542 argp->tname); in nfsd3_proc_link()
546 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
Dxdr3.h69 char * tname; member
76 char * tname; member
84 char * tname; member
Dnfsxdr.c363 &args->tname, &args->tlen); in nfssvc_decode_renameargs()
373 &args->tname, &args->tlen); in nfssvc_decode_linkargs()
Dnfs3xdr.c667 &args->tname, &args->tlen); in nfs3svc_decode_renameargs()
677 &args->tname, &args->tlen); in nfs3svc_decode_linkargs()
/linux-6.6.21/net/sched/
Dact_ipt.c105 char *tname; in __tcf_ipt_init() local
181 tname = kstrdup("mangle", GFP_KERNEL); in __tcf_ipt_init()
182 if (unlikely(!tname)) in __tcf_ipt_init()
189 err = ipt_init_target(net, t, tname, hook); in __tcf_ipt_init()
201 ipt->tcfi_tname = tname; in __tcf_ipt_init()
210 kfree(tname); in __tcf_ipt_init()
/linux-6.6.21/fs/ceph/
Dcrypto.c378 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() argument
431 if (!tname) { in ceph_fname_to_usr()
435 tname = &_tname; in ceph_fname_to_usr()
438 declen = ceph_base64_decode(name, name_len, tname->name); in ceph_fname_to_usr()
443 iname.name = tname->name; in ceph_fname_to_usr()
Dcrypto.h125 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname,
222 struct fscrypt_str *tname, in ceph_fname_to_usr() argument
/linux-6.6.21/tools/testing/selftests/net/openvswitch/
Dopenvswitch.sh538 tname="$1"
551 printf "TEST: %-60s [START]\n" "${tname}"
555 eval test_${tname}
575 rm -rf test_${tname}
/linux-6.6.21/security/apparmor/
Dfile.c334 const char *lname, *tname = NULL; in profile_path_link() local
350 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
365 aa_str_perms(&(rules->file), state, tname, cond, &perms); in profile_path_link()
388 tname, cond, &perms); in profile_path_link()
410 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
/linux-6.6.21/kernel/bpf/
Dbtf.c539 const char *tname; in btf_find_by_name_kind() local
548 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
549 if (!strcmp(tname, name)) in btf_find_by_name_kind()
5619 const char *tname, *ctx_tname; in btf_get_prog_ctx_type() local
5637 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type()
5638 if (!tname) { in btf_get_prog_ctx_type()
5665 if (strcmp(ctx_tname, "__sk_buff") == 0 && strcmp(tname, "sk_buff") == 0) in btf_get_prog_ctx_type()
5667 if (strcmp(ctx_tname, "xdp_md") == 0 && strcmp(tname, "xdp_buff") == 0) in btf_get_prog_ctx_type()
5669 if (strcmp(ctx_tname, tname)) { in btf_get_prog_ctx_type()
5933 const char *tname = prog->aux->attach_func_name; in btf_ctx_access() local
[all …]
Dverifier.c6375 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() local
6384 tname); in check_ptr_to_btf_access()
6390 tname); in check_ptr_to_btf_access()
6396 regno, tname, off); in check_ptr_to_btf_access()
6405 regno, tname, off, tn_buf); in check_ptr_to_btf_access()
6412 regno, tname, off); in check_ptr_to_btf_access()
6419 regno, tname, off); in check_ptr_to_btf_access()
6526 const char *tname; in check_ptr_to_map_access() local
6542 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
6547 tname); in check_ptr_to_map_access()
[all …]
/linux-6.6.21/tools/perf/bench/
Dnuma.c1719 char tname[14 + 2 * 11 + 1]; in __bench_numa() local
1723 memset(tname, 0, sizeof(tname)); in __bench_numa()
1725 snprintf(tname, sizeof(tname), "process%d:thread%d", p, t); in __bench_numa()
1726 print_res(tname, td->speed_gbs, in __bench_numa()
1728 print_res(tname, td->system_time_ns / NSEC_PER_SEC, in __bench_numa()
1730 print_res(tname, td->user_time_ns / NSEC_PER_SEC, in __bench_numa()
/linux-6.6.21/tools/perf/util/
Ddwarf-aux.h42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
Ddwarf-aux.c199 bool die_compare_name(Dwarf_Die *dw_die, const char *tname) in die_compare_name() argument
204 return name ? (strcmp(tname, name) == 0) : false; in die_compare_name()
/linux-6.6.21/include/uapi/linux/
Dcoda.h471 int tname; /* Place holder for data. */ member
524 int tname; member
/linux-6.6.21/net/core/
Dbpf_sk_storage.c356 const char *tname; in bpf_sk_storage_tracing_allowed() local
378 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
379 return !!strncmp(tname, "bpf_sk_storage", in bpf_sk_storage_tracing_allowed()
/linux-6.6.21/fs/coda/
Dupcall.c393 inp->coda_link.tname = offset; in venus_link()
429 inp->coda_symlink.tname = offset; in venus_symlink()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.c459 const char *tname; member
925 find_struct_ops_kern_types(const struct btf *btf, const char *tname, in find_struct_ops_kern_types() argument
935 kern_type_id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT); in find_struct_ops_kern_types()
938 tname); in find_struct_ops_kern_types()
949 tname, BTF_KIND_STRUCT); in find_struct_ops_kern_types()
952 STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types()
970 tname, STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types()
998 const char *tname; in bpf_map__init_kern_struct_ops() local
1003 tname = st_ops->tname; in bpf_map__init_kern_struct_ops()
1004 err = find_struct_ops_kern_types(kern_btf, tname, in bpf_map__init_kern_struct_ops()
[all …]

12