Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 27) sorted by relevance

12

/kernel/trace/
Dtrace_branch.c31 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
Dtrace_stat.c261 static int tracing_stat_release(struct inode *i, struct file *f) in tracing_stat_release()
/kernel/irq/
Ddebug.h6 #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/
Dauditfilter.c65 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
650 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local
1339 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local
Dauditsc.c331 struct audit_field *f, in audit_compare_uid()
355 struct audit_field *f, in audit_compare_gid()
379 struct audit_field *f, in audit_field_compare()
479 struct audit_field *f = &rule->fields[i]; in audit_filter_rules() local
2308 struct audit_field *f = &e->rule.fields[i]; in __audit_inode() local
2426 struct audit_field *f = &e->rule.fields[i]; in __audit_inode_child() local
Dpid.c527 struct fd f; in pidfd_get_pid() local
729 struct fd f; in SYSCALL_DEFINE3() local
Dtorture.c382 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f) in torture_onoff_init()
929 char *f, struct task_struct **tp) in _torture_create_kthread()
Dkprobes.c1025 #define unoptimize_kprobe(p, f) do {} while (0) argument
2797 static void *kprobe_seq_start(struct seq_file *f, loff_t *pos) in kprobe_seq_start()
2802 static void *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next()
2810 static void kprobe_seq_stop(struct seq_file *f, void *v) in kprobe_seq_stop()
2878 static void kprobe_blacklist_seq_stop(struct seq_file *f, void *v) in kprobe_blacklist_seq_stop()
Dwatch_queue.c667 struct fd f; in get_watch_queue() local
Dtaskstats.c415 struct fd f; in cgroupstats_user_cmd() local
Dseccomp.c406 struct seccomp_filter *f = in seccomp_run_filters() local
2428 struct seccomp_filter *f; in proc_pid_seccomp_cache() local
Dfork.c1989 static void pidfd_show_fdinfo(struct seq_file *m, struct file *f) in pidfd_show_fdinfo()
Dsignal.c3872 struct fd f; in SYSCALL_DEFINE4() local
/kernel/bpf/
Dmap_in_map.c14 struct fd f; in bpf_map_meta_alloc() local
101 struct fd f; in bpf_map_fd_get_ptr() local
Dbpf_inode_storage.c108 struct file *f; in bpf_fd_inode_storage_lookup_elem() local
125 struct file *f; in bpf_fd_inode_storage_update_elem() local
159 struct file *f; in bpf_fd_inode_storage_delete_elem() local
Dsyscall.c180 static int bpf_map_update_value(struct bpf_map *map, struct fd f, void *key, in bpf_map_update_value()
673 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms()
1200 struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get()
1227 struct fd f = fdget(ufd); in bpf_map_get() local
1243 struct fd f = fdget(ufd); in bpf_map_get_with_uref() local
1318 struct fd f; in map_lookup_elem() local
1393 struct fd f; in map_update_elem() local
1446 struct fd f; in map_delete_elem() local
1503 struct fd f; in map_get_next_key() local
1626 struct fd f; in generic_map_update_batch() local
[all …]
Dcpumap.c349 void *f = frames[i]; in cpu_map_kthread_run() local
Dtask_iter.c310 struct file *f; in task_file_seq_get_next() local
/kernel/debug/kdb/
Dkdb_io.c132 get_char_func *f, *f_prev = NULL; in kdb_getchar() local
463 get_char_func *f; in kdb_input_flush() local
/kernel/rcu/
Dtiny.c87 rcu_callback_t f; in rcu_reclaim_tiny() local
Dtree.c2286 rcu_callback_t f; in rcu_do_batch() local
/kernel/cgroup/
Dcgroup.c6361 static struct cgroup *cgroup_v1v2_get_from_file(struct file *f) in cgroup_v1v2_get_from_file()
6377 static struct cgroup *cgroup_get_from_file(struct file *f) in cgroup_get_from_file()
6415 struct file *f; in cgroup_css_set_fork() local
6896 struct file *f; in cgroup_v1v2_get_from_fd() local
/kernel/sched/
Dcore.c8745 #define preempt_dynamic_enable(f) static_call_update(f, f##_dynamic_enabled) argument
8746 #define preempt_dynamic_disable(f) static_call_update(f, f##_dynamic_disabled) argument
8748 #define preempt_dynamic_enable(f) static_key_enable(&sk_dynamic_##f.key) argument
8749 #define preempt_dynamic_disable(f) static_key_disable(&sk_dynamic_##f.key) argument
/kernel/locking/
Dlockdep.c986 struct list_head *f; in in_list() local
/kernel/events/
Dcore.c923 struct fd f = fdget(fd); in perf_cgroup_connect() local
5674 struct fd f = fdget(fd); in perf_fget_light() local

12