Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 25) sorted by relevance

/kernel/
Dkthread.c186 static void __kthread_parkme(struct kthread *self) in __kthread_parkme() argument
199 if (!test_bit(KTHREAD_SHOULD_PARK, &self->flags)) in __kthread_parkme()
202 complete(&self->parked); in __kthread_parkme()
221 struct kthread *self; in kthread() local
224 self = kzalloc(sizeof(*self), GFP_KERNEL); in kthread()
225 set_kthread_struct(self); in kthread()
234 if (!self) { in kthread()
240 self->data = data; in kthread()
241 init_completion(&self->exited); in kthread()
242 init_completion(&self->parked); in kthread()
[all …]
Dexit.c454 struct core_thread self; in exit_mm() local
458 self.task = current; in exit_mm()
459 self.next = xchg(&core_state->dumper.next, &self); in exit_mm()
469 if (!self.task) /* see coredump_finish() */ in exit_mm()
Dhung_task.c248 static int hungtask_pm_notify(struct notifier_block *self, in hungtask_pm_notify() argument
Dtracepoint.c506 static int tracepoint_module_notify(struct notifier_block *self, in tracepoint_module_notify() argument
Djump_label.c719 jump_label_module_notify(struct notifier_block *self, unsigned long val, in jump_label_module_notify() argument
Dkprobes.c1815 int __weak kprobe_exceptions_notify(struct notifier_block *self, in kprobe_exceptions_notify() argument
/kernel/cgroup/
Dcgroup.c473 return &cgrp->self; in cgroup_css()
514 return &cgrp->self; in cgroup_e_css_by_mask()
594 css_get(&cgrp->self); in cgroup_get_live()
646 return &cgrp->self; in of_css()
706 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
1328 BUG_ON(!list_empty(&cgrp->self.children)); in cgroup_destroy_root()
1694 ret = cgroup_addrm_files(&cgrp->self, cgrp, cfts, true); in css_populate_dir()
1950 INIT_LIST_HEAD(&cgrp->self.sibling); in init_cgroup_housekeeping()
1951 INIT_LIST_HEAD(&cgrp->self.children); in init_cgroup_housekeeping()
1955 cgrp->self.cgroup = cgrp; in init_cgroup_housekeeping()
[all …]
Dcgroup-v1.c132 css_task_iter_start(&from->self, 0, &it); in cgroup_transfer_tasks()
353 css_task_iter_start(&cgrp->self, 0, &it); in pidlist_array_load()
718 css_task_iter_start(&cgrp->self, 0, &it); in cgroupstats_build()
748 !css_has_online_children(&cgrp->self) && !cgroup_is_dead(cgrp)) in cgroup1_check_for_release()
1073 if (!list_empty(&root->cgrp.self.children)) { in cgroup1_reconfigure()
1137 if (!percpu_ref_tryget_live(&ss->root->cgrp.self.refcnt)) in cgroup1_root_to_use()
1214 if (!ret && !percpu_ref_tryget_live(&ctx->root->cgrp.self.refcnt)) in cgroup1_get_tree()
1222 if (!ret && percpu_ref_is_dying(&ctx->root->cgrp.self.refcnt)) { in cgroup1_get_tree()
Dfreezer.c196 css_task_iter_start(&cgrp->self, 0, &it); in cgroup_do_freeze()
279 css_for_each_descendant_pre(css, &cgrp->self) { in cgroup_freeze()
Dcgroup-internal.h170 return !(cgrp->self.flags & CSS_ONLINE); in cgroup_is_dead()
Ddebug.c274 !css_has_online_children(&css->cgroup->self)); in releasable_read()
Dcpuset.c3232 static int cpuset_track_online_nodes(struct notifier_block *self, in cpuset_track_online_nodes() argument
/kernel/trace/
Dtrace_printk.c88 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
Dtrace_events.c515 struct task_struct *self, in event_filter_pid_sched_process_fork() argument
522 trace_filter_add_remove_task(pid_list, self, task); in event_filter_pid_sched_process_fork()
2426 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument
Dtrace.c399 struct task_struct *self, in trace_filter_add_remove_task() argument
406 if (self) { in trace_filter_add_remove_task()
407 if (!trace_find_filtered_pid(pid_list, self->pid)) in trace_filter_add_remove_task()
416 if (self) in trace_filter_add_remove_task()
8741 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument
8828 static int trace_die_handler(struct notifier_block *self, in trace_die_handler() argument
DKconfig723 bool "Ring buffer startup self test"
726 Run a simple self test on the ring buffer on boot up. Late in the
Dtrace_events_hist.c1917 u64 *var_ref_vals, bool self) in resolve_var_refs() argument
1936 if ((self && var_data != hist_data) || in resolve_var_refs()
1937 (!self && var_data == hist_data)) in resolve_var_refs()
1951 if (self || !hist_field->read_once) in resolve_var_refs()
Dtrace.h772 struct task_struct *self,
Dtrace_uprobe.c1050 typedef bool (*filter_func_t)(struct uprobe_consumer *self,
Dftrace.c6430 struct task_struct *self, in ftrace_pid_follow_sched_process_fork() argument
6437 trace_filter_add_remove_task(pid_list, self, task); in ftrace_pid_follow_sched_process_fork()
/kernel/bpf/
Dcgroup.c243 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs()
244 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs()
255 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs()
256 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs()
276 css_for_each_descendant_pre(css, &cgrp->self) { in update_effective_progs()
277 struct cgroup *desc = container_of(css, struct cgroup, self); in update_effective_progs()
/kernel/debug/
Ddebug_core.c792 static int module_event(struct notifier_block *self, unsigned long val, in module_event() argument
/kernel/rcu/
Dsrcutree.c1343 static int srcu_module_notify(struct notifier_block *self, in srcu_module_notify() argument
Drcutorture.c1922 static int rcutorture_oom_notify(struct notifier_block *self, in rcutorture_oom_notify() argument
Dtree.c3252 static int rcu_pm_notify(struct notifier_block *self, in rcu_pm_notify() argument