Home
last modified time | relevance | path

Searched defs:kp (Results 1 – 13 of 13) sorted by relevance

/kernel/
Dparams.c102 static bool param_check_unsafe(const struct kernel_param *kp) in param_check_unsafe()
244 int param_set_uint_minmax(const char *val, const struct kernel_param *kp, in param_set_uint_minmax()
262 int param_set_charp(const char *val, const struct kernel_param *kp) in param_set_charp()
290 int param_get_charp(char *buffer, const struct kernel_param *kp) in param_get_charp()
310 int param_set_bool(const char *val, const struct kernel_param *kp) in param_set_bool()
320 int param_get_bool(char *buffer, const struct kernel_param *kp) in param_get_bool()
334 int param_set_bool_enable_only(const char *val, const struct kernel_param *kp) in param_set_bool_enable_only()
366 int param_set_invbool(const char *val, const struct kernel_param *kp) in param_set_invbool()
380 int param_get_invbool(char *buffer, const struct kernel_param *kp) in param_get_invbool()
392 int param_set_bint(const char *val, const struct kernel_param *kp) in param_set_bint()
[all …]
Dfail_function.c17 static void fei_post_handler(struct kprobe *kp, struct pt_regs *regs, in fei_post_handler()
28 struct kprobe kp; member
169 static int fei_kprobe_handler(struct kprobe *kp, struct pt_regs *regs) in fei_kprobe_handler()
Dkprobes.c360 static inline void set_kprobe_instance(struct kprobe *kp) in set_kprobe_instance()
424 struct kprobe *kp; in opt_pre_handler() local
1165 static int arm_kprobe(struct kprobe *kp) in arm_kprobe()
1179 static int disarm_kprobe(struct kprobe *kp, bool reopt) in disarm_kprobe()
1199 struct kprobe *kp; in aggr_pre_handler() local
1216 struct kprobe *kp; in aggr_post_handler() local
1231 struct kprobe *kp; in kprobes_inc_nmissed_count() local
1701 struct kprobe *kp; in aggr_kprobe_disabled() local
2366 struct kprobe *kp; in kill_kprobe() local
2397 int disable_kprobe(struct kprobe *kp) in disable_kprobe()
[all …]
Dworkqueue.c6981 static int wq_affn_dfl_set(const char *val, const struct kernel_param *kp) in wq_affn_dfl_set()
7008 static int wq_affn_dfl_get(char *buffer, const struct kernel_param *kp) in wq_affn_dfl_get()
7653 const struct kernel_param *kp) in wq_watchdog_param_set_thresh()
/kernel/debug/kdb/
Dkdb_main.c750 kdbtab_t *kp; in kdb_defcmd() local
825 kdbtab_t *kp; in kdb_exec_defcmd() local
2167 static int kdb_param_enable_nmi(const char *val, const struct kernel_param *kp) in kdb_param_enable_nmi()
2626 kdbtab_t *kp; in kdb_register() local
2647 void kdb_register_table(kdbtab_t *kp, size_t len) in kdb_register_table()
/kernel/module/
Dversion.c141 struct kernel_param *kp, in module_layout()
/kernel/locking/
Dlocktorture.c67 static int param_set_cpumask(const char *val, const struct kernel_param *kp) in param_set_cpumask()
89 static int param_get_cpumask(char *buffer, const struct kernel_param *kp) in param_get_cpumask()
/kernel/rcu/
Dupdate.c287 static int param_set_rcu_boot_end(const char *val, const struct kernel_param *kp) in param_set_rcu_boot_end()
Dtree.c482 static int param_set_first_fqs_jiffies(const char *val, const struct kernel_param *kp) in param_set_first_fqs_jiffies()
494 static int param_set_next_fqs_jiffies(const char *val, const struct kernel_param *kp) in param_set_next_fqs_jiffies()
4719 static int param_set_do_rcu_barrier(const char *val, const struct kernel_param *kp) in param_set_do_rcu_barrier()
4738 static int param_get_do_rcu_barrier(char *buffer, const struct kernel_param *kp) in param_get_do_rcu_barrier()
/kernel/power/
Dhibernate.c1449 const struct kernel_param *kp) in hibernate_compressor_param_set()
/kernel/trace/
Dtrace_kprobe.c1799 static int kprobe_dispatcher(struct kprobe *kp, struct pt_regs *regs) in kprobe_dispatcher()
Dtrace_events_user.c2354 static ssize_t user_events_write_iter(struct kiocb *kp, struct iov_iter *i) in user_events_write_iter()
Dbpf_trace.c1054 struct kprobe *kp; in BPF_CALL_1() local