Searched refs:tname (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_ma.c18 char tname[32]; local
29 snprintf(tname, sizeof(tname), "bin_data_%u", skel->rodata->data_sizes[i]);
30 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT);
31 if (!ASSERT_GT(id, 0, tname))
37 snprintf(tname, sizeof(tname), "percpu_bin_data_%u", skel->rodata->percpu_data_sizes[i]);
38 id = btf__find_by_name_kind(btf, tname, BTF_KIND_STRUCT);
39 if (!ASSERT_GT(id, 0, tname))
/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk24 tname = ""
129 if (tname != "")
140 tname = sprintf("inat_escape_table_%d", eid)
150 if (tname == "") # AVX only opcode table
151 tname = sprintf("inat_avx_table_%d", $2)
154 tname = "inat_primary_table"
162 tname = "inat_group_table_" gid
180 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
182 gtable[gid,0] = tname
185 print_table(lptable1, tname "_
[all...]
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk24 tname = ""
129 if (tname != "")
140 tname = sprintf("inat_escape_table_%d", eid)
150 if (tname == "") # AVX only opcode table
151 tname = sprintf("inat_avx_table_%d", $2)
154 tname = "inat_primary_table"
162 tname = "inat_group_table_" gid
180 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]",
182 gtable[gid,0] = tname
185 print_table(lptable1, tname "_
[all...]
/linux-master/tools/testing/selftests/net/
H A Dioam6_parser.c440 static int str2id(const char *tname) argument
442 if (!strcmp("out_undef_ns", tname))
444 if (!strcmp("out_no_room", tname))
446 if (!strcmp("out_bit0", tname))
448 if (!strcmp("out_bit1", tname))
450 if (!strcmp("out_bit2", tname))
452 if (!strcmp("out_bit3", tname))
454 if (!strcmp("out_bit4", tname))
456 if (!strcmp("out_bit5", tname))
458 if (!strcmp("out_bit6", tname))
[all...]
H A Dpmtu.sh2015 tname="$1"
2028 eval test_${tname}
2068 tname="$1"
2072 run_test "${tname}" "${tdesc} - nexthop objects"
/linux-master/fs/nfsd/
H A Dxdr.h51 char * tname; member in struct:nfsd_renameargs
58 char * tname; member in struct:nfsd_linkargs
66 char * tname; member in struct:nfsd_symlinkargs
H A Dxdr3.h69 char * tname; member in struct:nfsd3_renameargs
76 char * tname; member in struct:nfsd3_linkargs
84 char * tname; member in struct:nfsd3_symlinkargs
H A Dnfsproc.c434 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname);
437 &argp->tfh, argp->tname, argp->tlen);
454 argp->tname);
456 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen,
478 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first,
481 if (IS_ERR(argp->tname)) {
482 resp->status = nfserrno(PTR_ERR(argp->tname));
488 argp->tlen, argp->tname);
492 argp->tname, &attrs, &newfh);
494 kfree(argp->tname);
[all...]
H A Dnfs3proc.c408 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first,
411 if (IS_ERR(argp->tname)) {
412 resp->status = nfserrno(PTR_ERR(argp->tname));
419 argp->tlen, argp->tname);
424 argp->flen, argp->tname, &attrs, &resp->fh);
425 kfree(argp->tname);
525 argp->tname);
530 &resp->tfh, argp->tname, argp->tlen);
545 argp->tname);
549 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, arg
[all...]
H A Dnfsxdr.c363 &args->tname, &args->tlen);
373 &args->tname, &args->tlen);
H A Dnfs3xdr.c664 &args->tname, &args->tlen);
674 &args->tname, &args->tlen);
/linux-master/sound/core/
H A Djack.c347 char *tname; local
354 tname = kstrdup(jack_kctl->kctl->id.name, GFP_KERNEL);
355 if (!tname)
359 for (i = 0; tname[i]; i++)
360 if (!isalnum(tname[i]))
361 tname[i] = '_';
363 jack_kctl->jack_debugfs_root = debugfs_create_dir(tname, jack->card->debugfs_root);
364 kfree(tname);
/linux-master/fs/ceph/
H A Dcrypto.h125 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname,
222 struct fscrypt_str *tname,
221 ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, struct fscrypt_str *oname, bool *is_nokey) argument
H A Dcrypto.c369 * @tname: temporary name buffer to use for conversion (may be NULL)
381 int ceph_fname_to_usr(const struct ceph_fname *fname, struct fscrypt_str *tname, argument
434 if (!tname) {
438 tname = &_tname;
441 declen = ceph_base64_decode(name, name_len, tname->name);
446 iname.name = tname->name;
/linux-master/security/apparmor/
H A Dfile.c334 const char *lname, *tname = NULL; local
347 /* buffer2 freed below, tname is pointer in buffer2 */
350 buffer2, &tname, cond, AA_MAY_LINK);
365 aa_str_perms(rules->file, state, tname, cond, &perms);
388 tname, cond, &perms);
410 profile, &lperms, OP_LINK, request, lname, tname,
/linux-master/kernel/bpf/
H A Dbtf.c548 const char *tname; local
557 tname = btf_name_by_offset(btf, t->name_off);
558 if (!strcmp(tname, name))
5734 const char *tname, *ctx_tname; local
5746 tname = btf_name_by_offset(btf, t->name_off);
5747 if (tname && strcmp(tname, "bpf_user_pt_regs_t") == 0)
5762 tname = btf_name_by_offset(btf, t->name_off);
5763 if (!tname) {
5791 if (strcmp(ctx_tname, "__sk_buff") == 0 && strcmp(tname, "sk_buf
5823 const char *tname, *ctx_tname; local
6219 const char *tname = prog->aux->attach_func_name; local
6421 const char *tname, *mname, *tag_value; local
6835 btf_distill_func_proto(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *func, const char *tname, struct btf_func_model *m) argument
7161 const char *tname; local
8784 const char *tname; local
[all...]
H A Dverifier.c6464 const char *tname = btf_name_by_offset(reg->btf, t->name_off); local
6473 tname);
6479 tname);
6485 regno, tname, off);
6494 regno, tname, off, tn_buf);
6501 regno, tname, off);
6508 regno, tname, off);
6617 const char *tname; local
6633 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
6638 tname);
10619 const char *tname; local
18118 const char *tname; local
18227 const char *tname; local
21084 const char *tname; local
[all...]
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh613 tname="$1"
626 printf "TEST: %-60s [START]\n" "${tname}"
630 eval test_${tname}
650 rm -rf test_${tname}
/linux-master/include/uapi/linux/
H A Dcoda.h471 int tname; /* Place holder for data. */ member in struct:coda_link_in
524 int tname; member in struct:coda_symlink_in
/linux-master/tools/perf/bench/
H A Dnuma.c1719 char tname[14 + 2 * 11 + 1]; local
1723 memset(tname, 0, sizeof(tname));
1725 snprintf(tname, sizeof(tname), "process%d:thread%d", p, t);
1726 print_res(tname, td->speed_gbs,
1728 print_res(tname, td->system_time_ns / NSEC_PER_SEC,
1730 print_res(tname, td->user_time_ns / NSEC_PER_SEC,
/linux-master/tools/perf/util/
H A Ddwarf-aux.h41 /* Compare diename and tname */
42 bool die_compare_name(Dwarf_Die *dw_die, const char *tname);
129 /* Get the name and type of given variable DIE, stored as "type\tname" */
/linux-master/net/core/
H A Dbpf_sk_storage.c357 const char *tname; local
379 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
380 return !!strncmp(tname, "bpf_sk_storage",
/linux-master/tools/lib/bpf/
H A Dlibbpf.c476 const char *tname; member in struct:bpf_struct_ops
969 char tname[256]; local
972 snprintf(tname, sizeof(tname), "%.*s",
975 kern_type_id = find_ksym_btf_id(obj, tname, BTF_KIND_STRUCT,
979 tname);
990 tname, BTF_KIND_STRUCT);
993 STRUCT_OPS_VALUE_PREFIX, tname);
1011 tname, STRUCT_OPS_VALUE_PREFIX, tname);
1096 const char *tname; local
1313 const char *tname, *var_name; local
3970 const char *tname; local
6691 const char *tname; local
[all...]
/linux-master/fs/coda/
H A Dupcall.c393 inp->coda_link.tname = offset;
429 inp->coda_symlink.tname = offset;
/linux-master/kernel/trace/
H A Dtrace_probe.c37 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \
38 int PRINT_TYPE_FUNC_NAME(tname)(struct trace_seq *s, void *data, void *ent)\
43 const char PRINT_TYPE_FMT_NAME(tname)[] = fmt;

Completed in 518 milliseconds

12