Searched defs:params (Results 1 – 5 of 5) sorted by relevance
| /kernel/ |
| D | params.c | 120 const struct kernel_param *params, in parse_one() 163 const struct kernel_param *params, in parse_args() 714 bool params = false; in module_param_sysfs_setup() local 757 void destroy_params(const struct kernel_param *params, unsigned num) in destroy_params()
|
| /kernel/bpf/ |
| D | crypto.c | 146 bpf_crypto_ctx_create(const struct bpf_crypto_params *params, u32 params__sz, in bpf_crypto_ctx_create()
|
| /kernel/trace/ |
| D | trace_probe.c | 618 const struct btf_param *params; in parse_btf_arg() local 1706 const struct btf_param *params = NULL; in traceprobe_expand_meta_args() local
|
| D | trace_events_hist.c | 610 char *params[SYNTH_FIELDS_MAX]; member 3637 static int parse_action_params(struct trace_array *tr, char *params, in parse_action_params() 3705 char *params = strsep(&str, ")"); in action_parse() local 3731 char *params = strsep(&str, ")"); in action_parse() local 3753 char *params = strsep(&str, ")"); in action_parse() local
|
| D | trace_probe.h | 414 const struct btf_param *params; /* Parameter of the function */ member
|