/linux/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 24 tname = "" 129 if (tname != "") 182 gtable[gid,0] = tname 187 gtable[gid,1] = tname "_1" 192 gtable[gid,2] = tname "_2" 197 gtable[gid,3] = tname "_3" 204 etable[eid,0] = tname 206 atable[aid,0] = tname 211 etable[eid,1] = tname "_1" 218 etable[eid,2] = tname "_2" [all …]
|
/linux/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 24 tname = "" 129 if (tname != "") 182 gtable[gid,0] = tname 187 gtable[gid,1] = tname "_1" 192 gtable[gid,2] = tname "_2" 197 gtable[gid,3] = tname "_3" 204 etable[eid,0] = tname 206 atable[aid,0] = tname 211 etable[eid,1] = tname "_1" 218 etable[eid,2] = tname "_2" [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 446 if (!strcmp("out_bit0", tname)) in str2id() 480 if (!strcmp("in_bit0", tname)) in str2id() 482 if (!strcmp("in_bit1", tname)) in str2id() 484 if (!strcmp("in_bit2", tname)) in str2id() 486 if (!strcmp("in_bit3", tname)) in str2id() 488 if (!strcmp("in_bit4", tname)) in str2id() 490 if (!strcmp("in_bit5", tname)) in str2id() 492 if (!strcmp("in_bit6", tname)) in str2id() 494 if (!strcmp("in_bit7", tname)) in str2id() 496 if (!strcmp("in_bit8", tname)) in str2id() [all …]
|
H A D | pmtu.sh | 2110 tname="$1" 2123 eval test_${tname} 2163 tname="$1" 2167 run_test "${tname}" "${tdesc} - nexthop objects"
|
/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 | 347 char *tname; in snd_jack_debugfs_add_inject_node() local 354 tname = kstrdup(jack_kctl->kctl->id.name, GFP_KERNEL); in snd_jack_debugfs_add_inject_node() 355 if (!tname) in snd_jack_debugfs_add_inject_node() 359 for (i = 0; tname[i]; i++) in snd_jack_debugfs_add_inject_node() 360 if (!isalnum(tname[i])) in snd_jack_debugfs_add_inject_node() 361 tname[i] = '_'; in snd_jack_debugfs_add_inject_node() 363 jack_kctl->jack_debugfs_root = debugfs_create_dir(tname, jack->card->debugfs_root); in snd_jack_debugfs_add_inject_node() 364 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 | nfsproc.c | 468 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename() 471 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename() 489 argp->tname); in nfsd_proc_link() 491 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link() 514 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd_proc_symlink() 517 if (IS_ERR(argp->tname)) { in nfsd_proc_symlink() 518 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd_proc_symlink() 524 argp->tlen, argp->tname); in nfsd_proc_symlink() 528 argp->tname, &attrs, &newfh); in nfsd_proc_symlink() 530 kfree(argp->tname); in nfsd_proc_symlink()
|
H A D | nfs3proc.c | 440 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd3_proc_symlink() 443 if (IS_ERR(argp->tname)) { in nfsd3_proc_symlink() 444 resp->status = nfserrno(PTR_ERR(argp->tname)); in nfsd3_proc_symlink() 451 argp->tlen, argp->tname); in nfsd3_proc_symlink() 456 argp->flen, argp->tname, &attrs, &resp->fh); in nfsd3_proc_symlink() 457 kfree(argp->tname); in nfsd3_proc_symlink() 561 argp->tname); in nfsd3_proc_rename() 566 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename() 582 argp->tname); in nfsd3_proc_link() 586 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
|
H A D | xdr3.h | 69 char * tname; member 76 char * tname; member 84 char * tname; member
|
H A D | nfsxdr.c | 363 &args->tname, &args->tlen); in nfssvc_decode_renameargs() 373 &args->tname, &args->tlen); in nfssvc_decode_linkargs()
|
H A D | nfs3xdr.c | 664 &args->tname, &args->tlen); in nfs3svc_decode_renameargs() 674 &args->tname, &args->tlen); in nfs3svc_decode_linkargs()
|
/linux/kernel/bpf/ |
H A D | btf.c | 554 const char *tname; in btf_find_by_name_kind() local 5911 if (tname && strcmp(tname, "bpf_user_pt_regs_t") == 0) in btf_is_prog_ctx_type() 5927 if (!tname) { in btf_is_prog_ctx_type() 6000 if (tname && strcmp(tname, "bpf_user_pt_regs_t") == 0) in btf_validate_prog_ctx_type() 6434 tname, off); in btf_ctx_access() 6451 tname, arg + 1); in btf_ctx_access() 6516 tname, arg, in btf_ctx_access() 7076 tname, nargs); in btf_distill_func_proto() 7093 tname); in btf_distill_func_proto() 7108 tname); in btf_distill_func_proto() [all …]
|
H A D | verifier.c | 6603 tname); in check_ptr_to_btf_access() 6609 tname); in check_ptr_to_btf_access() 6747 const char *tname; in check_ptr_to_map_access() local 6768 tname); in check_ptr_to_map_access() 10803 const char *tname; in check_helper_call() local 18661 const char *tname; in find_btf_percpu_datasec() local 18770 const char *tname; in check_pseudo_btf_id() local 21891 if (!tname) { in bpf_check_attach_target() 21997 btf_id, tname); in bpf_check_attach_target() 22017 prefix, tname); in bpf_check_attach_target() [all …]
|
/linux/fs/ceph/ |
H A D | crypto.c | 381 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, in ceph_fname_to_usr() argument 434 if (!tname) { in ceph_fname_to_usr() 438 tname = &_tname; in ceph_fname_to_usr() 441 declen = ceph_base64_decode(name, name_len, tname->name); in ceph_fname_to_usr() 446 iname.name = tname->name; in ceph_fname_to_usr()
|
H A D | crypto.h | 125 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/security/apparmor/ |
H A D | file.c | 321 const char *lname, *tname = NULL; in profile_path_link() local 337 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link() 352 aa_str_perms(rules->file, state, tname, cond, &perms); in profile_path_link() 375 tname, cond, &perms); in profile_path_link() 397 profile, &lperms, OP_LINK, request, lname, tname, in profile_path_link()
|
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 754 tname="$1" 771 printf "TEST: %-60s [START]\n" "${tname}" 775 eval test_${tname} 795 rm -rf test_${tname}
|
/linux/tools/perf/bench/ |
H A D | numa.c | 1719 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/include/uapi/linux/ |
H A D | coda.h | 471 int tname; /* Place holder for data. */ member 524 int tname; member
|
/linux/net/core/ |
H A D | bpf_sk_storage.c | 357 const char *tname; in bpf_sk_storage_tracing_allowed() local 379 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed() 380 return !!strncmp(tname, "bpf_sk_storage", in bpf_sk_storage_tracing_allowed()
|
/linux/tools/perf/util/ |
H A D | dwarf-aux.h | 43 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 991 char tname[256]; in find_struct_ops_kern_types() local 994 snprintf(tname, sizeof(tname), "%.*s", in find_struct_ops_kern_types() 1001 tname); in find_struct_ops_kern_types() 1012 tname, BTF_KIND_STRUCT); in find_struct_ops_kern_types() 1033 tname, STRUCT_OPS_VALUE_PREFIX, tname); in find_struct_ops_kern_types() 1121 const char *tname; in bpf_map__init_kern_struct_ops() local 1338 const char *tname, *var_name; in init_struct_ops_maps() local 1371 if (!tname[0]) { in init_struct_ops_maps() 3994 const char *tname; in find_extern_btf_id() local 4008 if (strcmp(tname, ext_name)) in find_extern_btf_id() [all …]
|
/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/include/linux/ |
H A D | btf.h | 576 bool btf_is_projection_of(const char *pname, const char *tname);
|