Searched refs:tag (Results 1 – 7 of 7) sorted by relevance
/kernel/rcu/ |
D | rcuperf.c | 476 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()
|
D | rcutorture.c | 1518 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/ |
D | syscall.c | 1407 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()
|
D | core.c | 334 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/ |
D | locktorture.c | 776 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/ |
D | module.c | 1401 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/ |
D | core.c | 8087 u8 tag[BPF_TAG_SIZE]; member 8182 memcpy(bpf_event.event_id.tag, prog->tag, BPF_TAG_SIZE); in perf_event_bpf_event()
|