Home
last modified time | relevance | path

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

/kernel/trace/
A Dtrace_branch.c31 probe_likely_condition(struct ftrace_likely_data *f, int val, int expect) in probe_likely_condition()
88 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition()
194 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition()
199 void ftrace_likely_update(struct ftrace_likely_data *f, int val, in ftrace_likely_update()
256 const char *f; in branch_stat_process_file() local
266 struct ftrace_branch_data *p, const char *f) in branch_stat_show()
284 struct ftrace_branch_data *p, const char *f) in branch_stat_show_normal()
294 const char *f; in annotate_branch_stat_show() local
422 const char *f; in all_branch_stat_show() local
A Dtrace_stat.c258 static int tracing_stat_release(struct inode *i, struct file *f) in tracing_stat_release()
A Dtrace_events_user.c135 #define EVENT_MULTI_FORMAT(f) ((f) & USER_EVENT_REG_MULTI_FORMAT) argument
/kernel/irq/
A 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/
A 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
651 struct audit_field *f = &krule->fields[i]; in audit_krule_to_data() local
1348 struct audit_field *f = &e->rule.fields[i]; in audit_filter() local
A Dauditsc.c334 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
2306 struct audit_field *f = &e->rule.fields[i]; in __audit_inode() local
2424 struct audit_field *f = &e->rule.fields[i]; in __audit_inode_child() local
A Dtorture.c388 int torture_onoff_init(long ooholdoff, long oointerval, torture_ofl_func *f) in torture_onoff_init()
938 char *f, struct task_struct **tp, void (*cbf)(struct task_struct *tp)) in _torture_create_kthread()
A Dkprobes.c1016 #define unoptimize_kprobe(p, f) do {} while (0) argument
2761 static void *kprobe_seq_start(struct seq_file *f, loff_t *pos) in kprobe_seq_start()
2766 static void *kprobe_seq_next(struct seq_file *f, void *v, loff_t *pos) in kprobe_seq_next()
2774 static void kprobe_seq_stop(struct seq_file *f, void *v) in kprobe_seq_stop()
2842 static void kprobe_blacklist_seq_stop(struct seq_file *f, void *v) in kprobe_blacklist_seq_stop()
A Dkexec_handover.c559 struct fdt_debugfs *f; in kho_debugfs_fdt_add() local
883 struct dentry *dir, *f, *sub_fdt_dir; in kho_out_debugfs_init() local
A Dseccomp.c409 struct seccomp_filter *f = in seccomp_run_filters() local
2517 struct seccomp_filter *f; in proc_pid_seccomp_cache() local
/kernel/debug/kdb/
A Dkdb_io.c132 get_char_func *f, *f_prev = NULL; in kdb_getchar() local
480 get_char_func *f; in kdb_input_flush() local
/kernel/rcu/
A Dtiny.c87 rcu_callback_t f; in rcu_reclaim_tiny() local
A Dtree.c2594 rcu_callback_t f; in rcu_do_batch() local
A Drcutorture.c4226 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/
A Dtimer_list.c150 # define P_flag(x, f) \ in print_cpu() argument
/kernel/bpf/
A Dcpumap.c335 void *f = frames[i]; in cpu_map_kthread_run() local
A Dtask_iter.c263 struct file *f; in task_file_seq_get_next() local
A Dsyscall.c961 static fmode_t map_get_sys_perms(struct bpf_map *map, struct fd f) in map_get_sys_perms()
/kernel/sched/
A Dcore.c7686 # define preempt_dynamic_key_enable(f) static_key_enable(&sk_dynamic_##f.key) argument
7687 # define preempt_dynamic_key_disable(f) static_key_disable(&sk_dynamic_##f.key) argument
7690 # define preempt_dynamic_enable(f) static_call_update(f, f##_dynamic_enabled) argument
7691 # define preempt_dynamic_disable(f) static_call_update(f, f##_dynamic_disabled) argument
7693 # define preempt_dynamic_enable(f) preempt_dynamic_key_enable(f) argument
7694 # define preempt_dynamic_disable(f) preempt_dynamic_key_disable(f) argument
/kernel/module/
A Dmain.c3676 static int init_module_from_file(struct file *f, const char __user * uargs, int flags) in init_module_from_file()
3704 static int idempotent_init_module(struct file *f, const char __user * uargs, int flags) in idempotent_init_module()
/kernel/cgroup/
A Dcgroup.c6488 static struct cgroup *cgroup_v1v2_get_from_file(struct file *f) in cgroup_v1v2_get_from_file()
6504 static struct cgroup *cgroup_get_from_file(struct file *f) in cgroup_get_from_file()
/kernel/locking/
A Dlockdep.c997 struct list_head *f; in in_list() local
/kernel/events/
A Dcore.c6293 static inline bool is_perf_file(struct fd f) in is_perf_file()

Completed in 785 milliseconds