| /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() 450 struct ftrace_ops *op, in trace_selftest_test_recursion_func() 465 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func() 584 struct ftrace_ops *op, in trace_selftest_test_regs_func()
|
| D | ftrace.c | 143 struct ftrace_ops *op, in ftrace_ops_nop_func() 174 struct ftrace_ops *op, struct ftrace_regs *fregs) in ftrace_pid_func() 396 struct ftrace_ops *op; in ftrace_update_pid_func() local 1080 struct ftrace_ops *op = NULL; in ftrace_ops_trampoline() local 1924 struct ftrace_ops *op; in ftrace_hash_rec_update_modify() local 2410 struct ftrace_ops *op; in ftrace_find_tramp_ops_any() local 2428 struct ftrace_ops *op; in ftrace_find_tramp_ops_any_other() local 2445 struct ftrace_ops *op) in ftrace_find_tramp_ops_next() 2464 struct ftrace_ops *op; in ftrace_find_tramp_ops_curr() local 2534 struct ftrace_ops *op; in ftrace_find_tramp_ops_new() local [all …]
|
| D | trace_functions.c | 181 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_trace_call() 226 struct ftrace_ops *op, struct ftrace_regs *fregs) in function_stack_trace_call() 294 struct ftrace_ops *op, in function_no_repeats_trace_call() 338 struct ftrace_ops *op, in function_stack_no_repeats_trace_call()
|
| D | trace_events_filter.c | 89 int op; member 653 do_filter_cpumask(int op, const struct cpumask *mask, const struct cpumask *cmp) in do_filter_cpumask() 669 do_filter_scalar_cpumask(int op, unsigned int cpu, const struct cpumask *mask) in do_filter_scalar_cpumask() 688 do_filter_cpumask_scalar(int op, const struct cpumask *mask, unsigned int cpu) in do_filter_cpumask_scalar() 1377 static enum filter_pred_fn select_comparison_fn(enum filter_op_ids op, in select_comparison_fn() 1518 int op; in parse_pred() local
|
| D | trace_stack.c | 293 struct ftrace_ops *op, struct ftrace_regs *fregs) in stack_trace_call()
|
| D | trace_irqsoff.c | 141 struct ftrace_ops *op, struct ftrace_regs *fregs) in irqsoff_tracer_call()
|
| D | trace_sched_wakeup.c | 214 struct ftrace_ops *op, struct ftrace_regs *fregs) in wakeup_tracer_call()
|
| D | fgraph.c | 1142 struct ftrace_ops *op; in fgraph_update_pid_func() local
|
| D | trace_probe.h | 117 enum fetch_op op; member
|
| /kernel/ |
| D | kprobes.c | 439 struct optimized_kprobe *op; in free_aggr_kprobe() local 450 struct optimized_kprobe *op; in kprobe_optready() local 463 struct optimized_kprobe *op; in kprobe_disarmed() local 477 struct optimized_kprobe *op; in kprobe_queued() local 495 struct optimized_kprobe *op; in get_optimized_kprobe() local 552 struct optimized_kprobe *op, *tmp; in do_unoptimize_kprobes() local 583 struct optimized_kprobe *op, *tmp; in do_free_cleaned_kprobes() local 663 bool optprobe_queued_unopt(struct optimized_kprobe *op) in optprobe_queued_unopt() 678 struct optimized_kprobe *op; in optimize_kprobe() local 717 static void force_unoptimize_kprobe(struct optimized_kprobe *op) in force_unoptimize_kprobe() [all …]
|
| D | auditfilter.c | 318 static u32 audit_to_op(u32 op) in audit_to_op() 1206 int audit_comparator(u32 left, u32 op, u32 right) in audit_comparator() 1230 int audit_uid_comparator(kuid_t left, u32 op, kuid_t right) in audit_uid_comparator() 1252 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() 227 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 | auditsc.c | 122 enum audit_nfcfgop op; member 829 unsigned long op) in __audit_filter_op() 1901 void __audit_uring_entry(u8 op) in __audit_uring_entry() 2925 enum audit_nfcfgop op, gfp_t gfp) in __audit_log_nfcfg()
|
| D | seccomp.c | 2076 static long do_seccomp(unsigned int op, unsigned int flags, in do_seccomp() 2101 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument 2116 unsigned int op; in prctl_set_seccomp() local
|
| D | audit_tree.c | 725 int audit_make_tree(struct audit_krule *rule, char *pathname, u32 op) in audit_make_tree()
|
| D | audit.h | 325 #define audit_make_tree(rule, str, op) -EINVAL argument
|
| /kernel/futex/ |
| D | syscalls.c | 85 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex() 149 futex_init_timeout(u32 cmd, u32 op, struct timespec64 *ts, ktime_t *t) in futex_init_timeout() 162 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument 494 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
|
| D | waitwake.c | 210 unsigned int op = (encoded_op & 0x70000000) >> 28; in futex_atomic_op_inuser() local 259 int nr_wake, int nr_wake2, int op) in futex_wake_op()
|
| D | futex.h | 42 static inline unsigned int futex_to_flags(unsigned int op) in futex_to_flags()
|
| /kernel/printk/ |
| D | index.c | 151 static int pi_module_notify(struct notifier_block *nb, unsigned long op, in pi_module_notify()
|
| /kernel/locking/ |
| D | spinlock.c | 67 #define BUILD_LOCK_OPS(op, locktype) \ argument
|
| /kernel/sched/ |
| D | ext.c | 9 #define SCX_OP_IDX(op) (offsetof(struct sched_ext_ops, op) / sizeof(void (*)(void))) argument 1024 #define SCX_HAS_OP(op) static_branch_likely(&scx_has_op[SCX_OP_IDX(op)]) argument 1086 #define SCX_CALL_OP(mask, op, args...) \ argument 1097 #define SCX_CALL_OP_RET(mask, op, args...) \ argument 1121 #define SCX_CALL_OP_TASK(mask, op, task, args...) \ argument 1129 #define SCX_CALL_OP_TASK_RET(mask, op, task, args...) \ argument 1139 #define SCX_CALL_OP_2TASKS_RET(mask, op, task0, task1, args...) \ argument 5490 static bool set_arg_maybe_null(const char *op, int arg_n, int off, int size, in set_arg_maybe_null()
|
| /kernel/kcsan/ |
| D | core.c | 1193 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument
|
| /kernel/bpf/ |
| D | task_iter.c | 432 enum bpf_task_vma_iter_find_op op; in task_vma_seq_get_next() local
|