/kernel/trace/ |
D | trace_selftest.c | 109 struct ftrace_ops *op, in trace_selftest_test_probe1_func() 118 struct ftrace_ops *op, in trace_selftest_test_probe2_func() 127 struct ftrace_ops *op, in trace_selftest_test_probe3_func() 136 struct ftrace_ops *op, in trace_selftest_test_global_func() 145 struct ftrace_ops *op, in trace_selftest_test_dyn_func() 416 struct ftrace_ops *op, in trace_selftest_test_recursion_func() 431 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func() 550 struct ftrace_ops *op, in trace_selftest_test_regs_func()
|
D | trace_functions.c | 173 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call() 220 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call() 283 struct ftrace_ops *op, in function_no_repeats_trace_call() 332 struct ftrace_ops *op, in function_stack_no_repeats_trace_call()
|
D | ftrace.c | 143 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_pid_func() 367 struct ftrace_ops *op; in ftrace_update_pid_func() local 1053 struct ftrace_ops *op = NULL; in ftrace_ops_trampoline() local 1823 struct ftrace_ops *op; in ftrace_hash_rec_update_modify() local 2243 struct ftrace_ops *op; in ftrace_find_tramp_ops_any() local 2261 struct ftrace_ops *op; in ftrace_find_tramp_ops_any_other() local 2278 struct ftrace_ops *op) in ftrace_find_tramp_ops_next() 2297 struct ftrace_ops *op; in ftrace_find_tramp_ops_curr() local 2367 struct ftrace_ops *op; in ftrace_find_tramp_ops_new() local 4075 struct ftrace_ops *op; in ftrace_ops_update_code() local [all …]
|
D | trace_stack.c | 293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
|
D | fgraph.c | 462 struct ftrace_ops *op; in update_function_graph_func() local
|
D | trace_sched_wakeup.c | 214 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
|
D | trace_irqsoff.c | 141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
|
D | trace_events_filter.c | 1166 static filter_pred_fn_t select_comparison_fn(enum filter_op_ids op, in select_comparison_fn() 1237 int op; in parse_pred() local
|
D | blktrace.c | 216 int op, int op_flags, u32 what, int error, int pdu_len, in __blk_add_trace() 1896 void blk_fill_rwbs(char *rwbs, unsigned int op) in blk_fill_rwbs()
|
D | trace_probe.h | 113 enum fetch_op op; member
|
/kernel/ |
D | kprobes.c | 433 struct optimized_kprobe *op; in free_aggr_kprobe() local 444 struct optimized_kprobe *op; in kprobe_optready() local 457 struct optimized_kprobe *op; in kprobe_disarmed() local 471 struct optimized_kprobe *op; in kprobe_queued() local 489 struct optimized_kprobe *op; in get_optimized_kprobe() local 546 struct optimized_kprobe *op, *tmp; in do_unoptimize_kprobes() local 577 struct optimized_kprobe *op, *tmp; in do_free_cleaned_kprobes() local 657 bool optprobe_queued_unopt(struct optimized_kprobe *op) in optprobe_queued_unopt() 672 struct optimized_kprobe *op; in optimize_kprobe() local 708 static void force_unoptimize_kprobe(struct optimized_kprobe *op) in force_unoptimize_kprobe() [all …]
|
D | auditfilter.c | 314 static u32 audit_to_op(u32 op) in audit_to_op() 1195 int audit_comparator(u32 left, u32 op, u32 right) in audit_comparator() 1219 int audit_uid_comparator(kuid_t left, u32 op, kuid_t right) in audit_uid_comparator() 1241 int audit_gid_comparator(kgid_t left, u32 op, kgid_t right) in audit_gid_comparator()
|
D | audit_watch.c | 178 int audit_to_watch(struct audit_krule *krule, char *path, int len, u32 op) in audit_to_watch() 226 static void audit_watch_log_rule_change(struct audit_krule *r, struct audit_watch *w, char *op) in audit_watch_log_rule_change()
|
D | audit_fsnotify.c | 115 static void audit_mark_log_rule_change(struct audit_fsnotify_mark *audit_mark, char *op) in audit_mark_log_rule_change()
|
D | seccomp.c | 1945 static long do_seccomp(unsigned int op, unsigned int flags, in do_seccomp() 1970 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument 1985 unsigned int op; in prctl_set_seccomp() local
|
D | auditsc.c | 133 enum audit_nfcfgop op; member 2644 enum audit_nfcfgop op, gfp_t gfp) in __audit_log_nfcfg()
|
D | audit_tree.c | 725 int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op) in audit_make_tree()
|
D | audit.h | 320 #define audit_make_tree(rule, str, op) -EINVAL argument
|
D | audit.c | 1601 static void audit_log_multicast(int group, const char *op, int err) in audit_log_multicast()
|
/kernel/printk/ |
D | index.c | 152 static int pi_module_notify(struct notifier_block *nb, unsigned long op, in pi_module_notify()
|
/kernel/futex/ |
D | core.c | 1713 unsigned int op = (encoded_op & 0x70000000) >> 28; in futex_atomic_op_inuser() local 1763 int nr_wake, int nr_wake2, int op) in futex_wake_op() 3962 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex() 4040 futex_init_timeout(u32 cmd, u32 op, struct timespec64 *ts, ktime_t *t) in futex_init_timeout() 4053 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument 4234 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
|
/kernel/locking/ |
D | spinlock.c | 67 #define BUILD_LOCK_OPS(op, locktype) \ argument
|
/kernel/bpf/ |
D | task_iter.c | 311 enum bpf_task_vma_iter_find_op op; in task_vma_seq_get_next() local
|
/kernel/kcsan/ |
D | core.c | 976 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument
|
/kernel/power/ |
D | swap.c | 270 static int hib_submit_io(int op, int op_flags, pgoff_t page_off, void *addr, in hib_submit_io()
|