/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() 419 struct ftrace_ops *op, in trace_selftest_test_recursion_func() 434 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func() 553 struct ftrace_ops *op, in trace_selftest_test_regs_func()
|
D | ftrace.c | 143 struct ftrace_ops *op, struct pt_regs *regs) 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 2242 struct ftrace_ops *op; in ftrace_find_tramp_ops_any() local 2260 struct ftrace_ops *op; in ftrace_find_tramp_ops_any_other() local 2277 struct ftrace_ops *op) in ftrace_find_tramp_ops_next() 2296 struct ftrace_ops *op; in ftrace_find_tramp_ops_curr() local 2366 struct ftrace_ops *op; in ftrace_find_tramp_ops_new() local 4079 struct ftrace_ops *op; in ftrace_ops_update_code() local [all …]
|
D | trace_functions.c | 132 struct ftrace_ops *op, struct pt_regs *pt_regs) in function_trace_call() 183 struct ftrace_ops *op, struct pt_regs *pt_regs) in function_stack_trace_call()
|
D | trace_stack.c | 293 struct ftrace_ops *op, struct pt_regs *pt_regs) in stack_trace_call()
|
D | fgraph.c | 463 struct ftrace_ops *op; in update_function_graph_func() local
|
D | trace_irqsoff.c | 141 struct ftrace_ops *op, struct pt_regs *pt_regs) in irqsoff_tracer_call()
|
D | trace_sched_wakeup.c | 217 struct ftrace_ops *op, struct pt_regs *pt_regs) in wakeup_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() 1968 void blk_fill_rwbs(char *rwbs, unsigned int op, int bytes) in blk_fill_rwbs()
|
D | trace_probe.h | 110 enum fetch_op op; member
|
D | bpf_trace.c | 2200 static int bpf_event_notify(struct notifier_block *nb, unsigned long op, in bpf_event_notify()
|
/kernel/ |
D | kprobes.c | 429 struct optimized_kprobe *op; in free_aggr_kprobe() local 440 struct optimized_kprobe *op; in kprobe_optready() local 453 struct optimized_kprobe *op; in kprobe_disarmed() local 467 struct optimized_kprobe *op; in kprobe_queued() local 485 struct optimized_kprobe *op; in get_optimized_kprobe() local 542 struct optimized_kprobe *op, *tmp; in do_unoptimize_kprobes() local 573 struct optimized_kprobe *op, *tmp; in do_free_cleaned_kprobes() local 653 bool optprobe_queued_unopt(struct optimized_kprobe *op) in optprobe_queued_unopt() 668 struct optimized_kprobe *op; in optimize_kprobe() local 704 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 | 1924 static long do_seccomp(unsigned int op, unsigned int flags, in do_seccomp() 1949 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument 1964 unsigned int op; in prctl_set_seccomp() local
|
D | auditsc.c | 135 enum audit_nfcfgop op; member 2640 enum audit_nfcfgop op, gfp_t gfp) in __audit_log_nfcfg()
|
D | audit_tree.c | 726 int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op) in audit_make_tree()
|
D | audit.h | 317 #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/futex/ |
D | core.c | 1652 unsigned int op = (encoded_op & 0x70000000) >> 28; in futex_atomic_op_inuser() local 1702 int nr_wake, int nr_wake2, int op) in futex_wake_op() 3735 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex() 3795 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument 3991 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/kcsan/ |
D | core.c | 961 #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()
|
/kernel/bpf/ |
D | verifier.c | 1626 u8 code, class, op; in is_reg64() local 6101 const char *op = BPF_OP(insn->code) == BPF_ADD ? "add" : "sub"; in sanitize_err() local 10977 u8 op; in insn_is_cond_jump() local
|