| /kernel/trace/ |
| D | trace_branch.c | 31 probe_likely_condition(struct ftrace_likely_data *f, int val, int expect) in probe_likely_condition() 94 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() 200 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() 205 void ftrace_likely_update(struct ftrace_likely_data *f, int val, in ftrace_likely_update() 262 const char *f; in branch_stat_process_file() local 272 struct ftrace_branch_data *p, const char *f) in branch_stat_show() 290 struct ftrace_branch_data *p, const char *f) in branch_stat_show_normal() 300 const char *f; in annotate_branch_stat_show() local 428 const char *f; in all_branch_stat_show() local
|
| D | trace_stat.c | 261 static int tracing_stat_release(struct inode *i, struct file *f) in tracing_stat_release()
|
| D | trace_events_user.c | 135 #define EVENT_MULTI_FORMAT(f) ((f) & USER_EVENT_REG_MULTI_FORMAT) argument
|
| /kernel/irq/ |
| D | debug.h | 6 #define ___P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f) argument 7 #define ___PS(f) if (desc->istate & f) printk("%14s set\n", #f) argument 9 #define ___PD(f) do { } while (0) argument
|
| /kernel/ |
| D | auditfilter.c | 65 static void audit_free_lsm_field(struct audit_field *f) in audit_free_lsm_field() 154 struct audit_field *f) in audit_to_inode() 327 static int audit_field_valid(struct audit_entry *entry, struct audit_field *f) in audit_field_valid() 466 struct audit_field *f = &entry->rule.fields[i]; in audit_data_to_entry() local 651 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local 1341 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local
|
| D | auditsc.c | 334 struct audit_field *f, in audit_compare_uid() 358 struct audit_field *f, in audit_compare_gid() 382 struct audit_field *f, in audit_field_compare() 482 struct audit_field *f = &rule->fields[i]; in audit_filter_rules() local 2312 struct audit_field *f = &e->rule.fields[i]; in __audit_inode() local 2430 struct audit_field *f = &e->rule.fields[i]; in __audit_inode_child() local
|
| D | pid.c | 540 struct fd f; in pidfd_get_pid() local 766 struct fd f; in SYSCALL_DEFINE3() local
|
| D | torture.c | 388 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f) in torture_onoff_init() 926 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) in _torture_create_kthread()
|
| D | kprobes.c | 1024 #define unoptimize_kprobe(p, f) do {} while (0) argument 2807 static void *kprobe_seq_start(struct seq_file *f, loff_t *pos) in kprobe_seq_start() 2812 static void *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next() 2820 static void kprobe_seq_stop(struct seq_file *f, void *v) in kprobe_seq_stop() 2888 static void kprobe_blacklist_seq_stop(struct seq_file *f, void *v) in kprobe_blacklist_seq_stop()
|
| D | nsproxy.c | 548 struct fd f = fdget(fd); in SYSCALL_DEFINE2() local
|
| D | watch_queue.c | 675 struct fd f; in get_watch_queue() local
|
| D | taskstats.c | 414 struct fd f; in cgroupstats_user_cmd() local
|
| D | seccomp.c | 411 struct seccomp_filter *f = in seccomp_run_filters() local 2508 struct seccomp_filter *f; in proc_pid_seccomp_cache() local
|
| D | signal.c | 3968 struct fd f; in SYSCALL_DEFINE4() local
|
| /kernel/debug/kdb/ |
| D | kdb_io.c | 132 get_char_func *f, *f_prev = NULL; in kdb_getchar() local 480 get_char_func *f; in kdb_input_flush() local
|
| /kernel/rcu/ |
| D | tiny.c | 87 rcu_callback_t f; in rcu_reclaim_tiny() local
|
| D | tree.c | 2564 rcu_callback_t f; in rcu_do_batch() local
|
| D | rcutorture.c | 3605 static int srcu_lockdep_next(const char *f, const char *fl, const char *fs, const char *fu, int i, in srcu_lockdep_next()
|
| /kernel/time/ |
| D | timer_list.c | 150 # define P_flag(x, f) \ in print_cpu() argument
|
| /kernel/module/ |
| D | main.c | 3631 static int init_module_from_file(struct file *f, const char __user * uargs, int flags) in init_module_from_file() 3659 static int idempotent_init_module(struct file *f, const char __user * uargs, int flags) in idempotent_init_module() 3681 struct fd f; in SYSCALL_DEFINE3() local
|
| /kernel/bpf/ |
| D | cpumap.c | 310 void *f = frames[i]; in cpu_map_kthread_run() local
|
| D | task_iter.c | 264 struct file *f; in task_file_seq_get_next() local
|
| D | syscall.c | 840 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms()
|
| /kernel/cgroup/ |
| D | cgroup.c | 6534 static struct cgroup *cgroup_v1v2_get_from_file(struct file *f) in cgroup_v1v2_get_from_file() 6550 static struct cgroup *cgroup_get_from_file(struct file *f) in cgroup_get_from_file() 6588 struct file *f; in cgroup_css_set_fork() local 7087 struct fd f = fdget_raw(fd); in cgroup_v1v2_get_from_fd() local
|
| /kernel/sched/ |
| D | core.c | 8516 #define preempt_dynamic_enable(f) static_call_update(f, f##_dynamic_enabled) argument 8517 #define preempt_dynamic_disable(f) static_call_update(f, f##_dynamic_disabled) argument 8519 #define preempt_dynamic_enable(f) static_key_enable(&sk_dynamic_##f.key) argument 8520 #define preempt_dynamic_disable(f) static_key_disable(&sk_dynamic_##f.key) argument
|