Home
last modified time | relevance | path

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

/kernel/
Dscftorture.c497 scftorture_print_module_parms(const char *tag) in scftorture_print_module_parms() argument
500 …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()
/kernel/module/
Dmain.c1008 static char *get_modinfo(const struct load_info *info, const char *tag);
1009 static char *get_next_modinfo(const struct load_info *info, const char *tag,
1588 static char *get_next_modinfo(const struct load_info *info, const char *tag, in get_next_modinfo() argument
1592 unsigned int taglen = strlen(tag); in get_next_modinfo()
1608 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
1614 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() argument
1616 return get_next_modinfo(info, tag, NULL); in get_modinfo()
/kernel/rcu/
Drcuscale.c517 rcu_scale_print_module_parms(struct rcu_scale_ops *cur_ops, const char *tag) in rcu_scale_print_module_parms() argument
521 scale_type, tag, nrealreaders, nrealwriters, verbose, shutdown); in rcu_scale_print_module_parms()
Drefscale.c757 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms() argument
760 … verbose=%d shutdown=%d holdoff=%d loops=%ld nreaders=%d nruns=%d readdelay=%d\n", scale_type, tag, in ref_scale_print_module_parms()
Drcutorture.c2303 rcu_torture_print_module_parms(struct rcu_torture_ops *cur_ops, const char *tag) in rcu_torture_print_module_parms() argument
2318 torture_type, tag, nrealreaders, nfakewriters, in rcu_torture_print_module_parms()
/kernel/bpf/
Dsyscall.c2144 char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; in bpf_prog_show_fdinfo()
2148 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_prog_show_fdinfo()
2784 char prog_tag[sizeof(prog->tag) * 2 + 1] = { }; in bpf_link_show_fdinfo()
2786 bin2hex(prog_tag, prog->tag, sizeof(prog->tag)); in bpf_link_show_fdinfo()
3943 memcpy(info.tag, prog->tag, sizeof(prog->tag)); in bpf_prog_get_info_by_fd()
4183 prog->aux->func[i]->tag, in bpf_prog_get_info_by_fd()
4189 prog->tag, BPF_TAG_SIZE)) in bpf_prog_get_info_by_fd()
Dcore.c341 memcpy(fp->tag, result, sizeof(fp->tag)); in bpf_prog_calc_tag()
563 sizeof(prog->tag) * 2 + in bpf_prog_ksym_set_name()
574 sym = bin2hex(sym, prog->tag, sizeof(prog->tag)); in bpf_prog_ksym_set_name()
Dbtf.c4327 const struct btf_decl_tag *tag; in btf_decl_tag_check_meta() local
4328 u32 meta_needed = sizeof(*tag); in btf_decl_tag_check_meta()
/kernel/locking/
Dlocktorture.c830 const char *tag) in lock_torture_print_module_parms() argument
834 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
/kernel/events/
Dcore.c9033 u8 tag[BPF_TAG_SIZE]; member
9127 memcpy(bpf_event.event_id.tag, prog->tag, BPF_TAG_SIZE); in perf_event_bpf_event()