/kernel/ |
D | kthread.c | 267 static void __kthread_parkme(struct kthread *self) in __kthread_parkme() argument 280 if (!test_bit(KTHREAD_SHOULD_PARK, &self->flags)) in __kthread_parkme() 289 complete(&self->parked); in __kthread_parkme() 348 struct kthread *self; in kthread() local 351 self = to_kthread(current); in kthread() 360 self->threadfn = threadfn; in kthread() 361 self->data = data; in kthread() 383 if (!test_bit(KTHREAD_SHOULD_STOP, &self->flags)) { in kthread() 385 __kthread_parkme(self); in kthread()
|
D | exit.c | 416 struct core_thread self; in coredump_task_exit() local 418 self.task = current; in coredump_task_exit() 419 if (self.task->flags & PF_SIGNALED) in coredump_task_exit() 420 self.next = xchg(&core_state->dumper.next, &self); in coredump_task_exit() 422 self.task = NULL; in coredump_task_exit() 432 if (!self.task) /* see coredump_finish() */ in coredump_task_exit()
|
D | hung_task.c | 343 static int hungtask_pm_notify(struct notifier_block *self, in hungtask_pm_notify() argument
|
D | tracepoint.c | 701 static int tracepoint_module_notify(struct notifier_block *self, in tracepoint_module_notify() argument
|
D | jump_label.c | 708 jump_label_module_notify(struct notifier_block *self, unsigned long val, in jump_label_module_notify() argument
|
D | kprobes.c | 1865 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
|
/kernel/cgroup/ |
D | cgroup.c | 492 return &cgrp->self; in cgroup_css() 533 return &cgrp->self; in cgroup_e_css_by_mask() 620 css_get(&cgrp->self); in cgroup_get_live() 672 return &cgrp->self; in of_css() 732 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \ 1366 BUG_ON(!list_empty(&cgrp->self.children)); in cgroup_destroy_root() 1749 ret = cgroup_addrm_files(&cgrp->self, cgrp, in css_populate_dir() 1755 ret = cgroup_addrm_files(&cgrp->self, cgrp, in css_populate_dir() 2019 INIT_LIST_HEAD(&cgrp->self.sibling); in init_cgroup_housekeeping() 2020 INIT_LIST_HEAD(&cgrp->self.children); in init_cgroup_housekeeping() [all …]
|
D | cgroup-v1.c | 129 css_task_iter_start(&from->self, 0, &it); in cgroup_transfer_tasks() 350 css_task_iter_start(&cgrp->self, 0, &it); in pidlist_array_load() 726 css_task_iter_start(&cgrp->self, 0, &it); in cgroupstats_build() 756 !css_has_online_children(&cgrp->self) && !cgroup_is_dead(cgrp)) in cgroup1_check_for_release() 1104 if (!list_empty(&root->cgrp.self.children)) { in cgroup1_reconfigure() 1168 if (!percpu_ref_tryget_live(&ss->root->cgrp.self.refcnt)) in cgroup1_root_to_use() 1248 if (!ret && !percpu_ref_tryget_live(&ctx->root->cgrp.self.refcnt)) in cgroup1_get_tree() 1256 if (!ret && percpu_ref_is_dying(&ctx->root->cgrp.self.refcnt)) { in cgroup1_get_tree()
|
D | freezer.c | 201 css_task_iter_start(&cgrp->self, 0, &it); in cgroup_do_freeze() 284 css_for_each_descendant_pre(css, &cgrp->self) { in cgroup_freeze()
|
D | cgroup-internal.h | 186 return !(cgrp->self.flags & CSS_ONLINE); in cgroup_is_dead()
|
D | debug.c | 274 !css_has_online_children(&css->cgroup->self)); in releasable_read()
|
D | cpuset.c | 3872 static int cpuset_track_online_nodes(struct notifier_block *self, in cpuset_track_online_nodes() argument
|
/kernel/trace/ |
D | trace_printk.c | 88 static int module_trace_bprintk_format_notify(struct notifier_block *self, in module_trace_bprintk_format_notify() argument 174 module_trace_bprintk_format_notify(struct notifier_block *self, in module_trace_bprintk_format_notify() argument
|
D | trace_events.c | 757 struct task_struct *self, in event_filter_pid_sched_process_fork() argument 764 trace_filter_add_remove_task(pid_list, self, task); in event_filter_pid_sched_process_fork() 767 trace_filter_add_remove_task(pid_list, self, task); in event_filter_pid_sched_process_fork() 3005 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument
|
D | trace.c | 586 struct task_struct *self, in trace_filter_add_remove_task() argument 593 if (self) { in trace_filter_add_remove_task() 594 if (!trace_find_filtered_pid(pid_list, self->pid)) in trace_filter_add_remove_task() 599 if (self) in trace_filter_add_remove_task() 9863 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument 9972 static int trace_die_handler(struct notifier_block *self, in trace_die_handler() argument
|
D | trace_events_hist.c | 1281 u64 *var_ref_vals, bool self) in resolve_var_refs() argument 1300 if ((self && var_data != hist_data) || in resolve_var_refs() 1301 (!self && var_data == hist_data)) in resolve_var_refs() 1315 if (self || !hist_field->read_once) in resolve_var_refs()
|
D | trace.h | 684 struct task_struct *self,
|
D | trace_uprobe.c | 1054 typedef bool (*filter_func_t)(struct uprobe_consumer *self,
|
D | Kconfig | 998 bool "Ring buffer startup self test" 1001 Run a simple self test on the ring buffer on boot up. Late in the
|
D | ftrace.c | 7681 struct task_struct *self, in ftrace_pid_follow_sched_process_fork() argument 7688 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork() 7691 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
|
/kernel/bpf/ |
D | cgroup.c | 511 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs() 512 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs() 523 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs() 524 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs() 544 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs() 545 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs() 753 css_for_each_descendant_pre(css, &cgrp->self) { in replace_effective_prog() 754 struct cgroup *desc = container_of(css, struct cgroup, self); in replace_effective_prog() 904 css_for_each_descendant_pre(css, &cgrp->self) { in purge_effective_progs() 905 struct cgroup *desc = container_of(css, struct cgroup, self); in purge_effective_progs()
|
D | cgroup_iter.c | 172 p->start_css = &cgrp->self; in BTF_ID_LIST_SINGLE()
|
/kernel/debug/ |
D | debug_core.c | 876 static int module_event(struct notifier_block *self, unsigned long val, in module_event() argument
|
/kernel/rcu/ |
D | srcutree.c | 1818 static int srcu_module_notify(struct notifier_block *self, in srcu_module_notify() argument
|
D | rcutorture.c | 2784 static int rcutorture_oom_notify(struct notifier_block *self, in rcutorture_oom_notify() argument
|