Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 7 of 7) sorted by relevance

/kernel/rcu/
Drcuperf.c476 rcu_perf_print_module_parms(struct rcu_perf_ops *cur_ops, const char *tag) in rcu_perf_print_module_parms() argument
480 perf_type, tag, nrealreaders, nrealwriters, verbose, shutdown); in rcu_perf_print_module_parms()
Drcutorture.c1518 rcu_torture_print_module_parms(struct rcu_torture_ops *cur_ops, const char *tag) in rcu_torture_print_module_parms() argument
1530 torture_type, tag, nrealreaders, nfakewriters, in rcu_torture_print_module_parms()
/kernel/bpf/
Dsyscall.c1407 char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; in bpf_prog_show_fdinfo()
1411 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo()
2357 memcpy(info.tag, prog->tag, sizeof(prog->tag)); in bpf_prog_get_info_by_fd()
2586 prog->aux->func[i]->tag, in bpf_prog_get_info_by_fd()
2592 prog->tag, BPF_TAG_SIZE)) in bpf_prog_get_info_by_fd()
Dcore.c334 memcpy(fp->tag, result, sizeof(fp->tag)); in bpf_prog_calc_tag()
552 sizeof(prog->tag) * 2 + in bpf_get_prog_name()
563 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_get_prog_name()
/kernel/locking/
Dlocktorture.c776 const char *tag) in lock_torture_print_module_parms() argument
780 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
/kernel/
Dmodule.c1401 static char *get_modinfo(const struct load_info *info, const char *tag);
1402 static char *get_next_modinfo(const struct load_info *info, const char *tag,
2622 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() argument
2626 unsigned int taglen = strlen(tag); in get_next_modinfo()
2642 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
2648 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() argument
2650 return get_next_modinfo(info, tag, NULL); in get_modinfo()
/kernel/events/
Dcore.c8087 u8 tag[BPF_TAG_SIZE]; member
8182 memcpy(bpf_event.event_id.tag, prog->tag, BPF_TAG_SIZE); in perf_event_bpf_event()