/kernel/irq/ |
D | debug.h | 7 #define ___P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f) argument 8 #define ___PS(f) if (desc->istate & f) printk("%14s set\n", #f) argument 10 #define ___PD(f) do { } while (0) argument
|
/kernel/trace/ |
D | trace_branch.c | 30 probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) in probe_likely_condition() 92 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) in trace_likely_condition() 198 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) in trace_likely_condition() 203 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect) in ftrace_likely_update() 251 const char *f; in branch_stat_show() local
|
D | trace_probe.c | 345 struct fetch_param *f, bool is_return, in parse_probe_vars() 388 struct fetch_param *f, bool is_return, bool is_kprobe, in parse_probe_arg() 499 struct fetch_param *f) in __parse_bitfield_probe_arg()
|
D | trace_stat.c | 258 static int tracing_stat_release(struct inode *i, struct file *f) in tracing_stat_release()
|
/kernel/bpf/ |
D | syscall.c | 293 struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get() 321 struct fd f = fdget(ufd); in bpf_map_get_with_uref() local 356 struct fd f; in map_lookup_elem() local 435 struct fd f; in map_update_elem() local 515 struct fd f; in map_delete_elem() local 566 struct fd f; in map_get_next_key() local 718 static struct bpf_prog *____bpf_prog_get(struct fd f) in ____bpf_prog_get() 747 struct fd f = fdget(ufd); in __bpf_prog_get() local
|
D | verifier.c | 3177 struct fd f; in replace_map_fd_with_map_ptr() local
|
/kernel/ |
D | auditfilter.c | 74 static void audit_free_lsm_field(struct audit_field *f) in audit_free_lsm_field() 163 struct audit_field *f) in audit_to_inode() 333 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid() 436 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() local 613 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local 1305 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local
|
D | auditsc.c | 313 struct audit_field *f, in audit_compare_uid() 337 struct audit_field *f, in audit_compare_gid() 361 struct audit_field *f, in audit_field_compare() 453 struct audit_field *f = &rule->fields[i]; in audit_filter_rules() local
|
D | kprobes.c | 888 #define unoptimize_kprobe(p, f) do {} while (0) argument 2217 static void *kprobe_seq_start(struct seq_file *f, loff_t *pos) in kprobe_seq_start() 2222 static void *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next() 2230 static void kprobe_seq_stop(struct seq_file *f, void *v) in kprobe_seq_stop()
|
D | cfi.c | 256 cfi_check_fn f; in find_cfi_check() local
|
D | seccomp.c | 181 struct seccomp_filter *f = in seccomp_run_filters() local
|
D | torture.c | 764 char *f, struct task_struct **tp) in _torture_create_kthread()
|
D | taskstats.c | 402 struct fd f; in cgroupstats_user_cmd() local
|
D | cgroup.c | 6283 struct file *f; in cgroup_get_from_fd() local
|
/kernel/debug/kdb/ |
D | kdb_io.c | 58 get_char_func *f, *f_escape = NULL; in kdb_read_get_key() local 478 get_char_func *f; in kdb_input_flush() local
|
/kernel/events/ |
D | core.c | 816 struct fd f = fdget(fd); in perf_cgroup_connect() local 4617 struct fd f = fdget(fd); in perf_fget_light() local
|