Searched refs:tag (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | scftorture.c | 436 scftorture_print_module_parms(const char *tag) in scftorture_print_module_parms() argument 439 …ght_single_wait=%d, weight_many=%d, weight_many_wait=%d, weight_all=%d, weight_all_wait=%d\n", tag, in scftorture_print_module_parms()
|
D | module.c | 1410 static char *get_modinfo(const struct load_info *info, const char *tag); 1411 static char *get_next_modinfo(const struct load_info *info, const char *tag, 2624 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() argument 2628 unsigned int taglen = strlen(tag); in get_next_modinfo() 2644 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo() 2650 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() argument 2652 return get_next_modinfo(info, tag, NULL); in get_modinfo()
|
/kernel/rcu/ |
D | refscale.c | 587 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms() argument 590 … verbose=%d shutdown=%d holdoff=%d loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_type, tag, in ref_scale_print_module_parms()
|
D | rcuscale.c | 466 rcu_scale_print_module_parms(struct rcu_scale_ops *cur_ops, const char *tag) in rcu_scale_print_module_parms() argument 470 scale_type, tag, nrealreaders, nrealwriters, verbose, shutdown); in rcu_scale_print_module_parms()
|
D | rcutorture.c | 1645 rcu_torture_print_module_parms(struct rcu_torture_ops *cur_ops, const char *tag) in rcu_torture_print_module_parms() argument 1659 torture_type, tag, nrealreaders, nfakewriters, in rcu_torture_print_module_parms()
|
/kernel/bpf/ |
D | syscall.c | 1828 char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; in bpf_prog_show_fdinfo() 1832 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo() 2410 char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; in bpf_link_show_fdinfo() 2412 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo() 3448 memcpy(info.tag, prog->tag, sizeof(prog->tag)); in bpf_prog_get_info_by_fd() 3681 prog->aux->func[i]->tag, in bpf_prog_get_info_by_fd() 3687 prog->tag, BPF_TAG_SIZE)) in bpf_prog_get_info_by_fd()
|
D | core.c | 341 memcpy(fp->tag, result, sizeof(fp->tag)); in bpf_prog_calc_tag() 559 sizeof(prog->tag) * 2 + in bpf_prog_ksym_set_name() 570 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()
|
/kernel/locking/ |
D | locktorture.c | 770 const char *tag) in lock_torture_print_module_parms() argument 774 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
|
/kernel/events/ |
D | core.c | 8693 u8 tag[BPF_TAG_SIZE]; member 8787 memcpy(bpf_event.event_id.tag, prog->tag, BPF_TAG_SIZE); in perf_event_bpf_event()
|