Home
last modified time | relevance | path

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

/kernel/
Dkthread.c159 static void __kthread_parkme(struct kthread *self) in __kthread_parkme() argument
162 while (test_bit(KTHREAD_SHOULD_PARK, &self->flags)) { in __kthread_parkme()
163 if (!test_and_set_bit(KTHREAD_IS_PARKED, &self->flags)) in __kthread_parkme()
164 complete(&self->parked); in __kthread_parkme()
168 clear_bit(KTHREAD_IS_PARKED, &self->flags); in __kthread_parkme()
185 struct kthread self; in kthread() local
188 self.flags = 0; in kthread()
189 self.data = data; in kthread()
190 init_completion(&self.exited); in kthread()
191 init_completion(&self.parked); in kthread()
[all …]
Dcgroup.c336 struct cgroup_subsys_state *parent_css = cgrp->self.parent; in cgroup_parent()
339 return container_of(parent_css, struct cgroup, self); in cgroup_parent()
361 return &cgrp->self; in cgroup_css()
380 return &cgrp->self; in cgroup_e_css()
432 return !(cgrp->self.flags & CSS_ONLINE); in cgroup_is_dead()
438 css_get(&cgrp->self); in cgroup_get()
443 return css_tryget(&cgrp->self); in cgroup_tryget()
448 css_put(&cgrp->self); in cgroup_put()
467 return &cgrp->self; in of_css()
557 list_for_each_entry((child), &(cgrp)->self.children, self.sibling) \
[all …]
Dexit.c409 struct core_thread self; in exit_mm() local
413 self.task = tsk; in exit_mm()
414 if (self.task->flags & PF_SIGNALED) in exit_mm()
415 self.next = xchg(&core_state->dumper.next, &self); in exit_mm()
417 self.task = NULL; in exit_mm()
427 if (!self.task) /* see coredump_finish() */ in exit_mm()
Djump_label.c433 jump_label_module_notify(struct notifier_block *self, unsigned long val, in jump_label_module_notify() argument
Dtracepoint.c510 static int tracepoint_module_notify(struct notifier_block *self, in tracepoint_module_notify() argument
Dcpuset.c2410 static int cpuset_track_online_nodes(struct notifier_block *self, in cpuset_track_online_nodes() argument
/kernel/trace/
Dtrace_printk.c86 static int module_trace_bprintk_format_notify(struct notifier_block *self, in module_trace_bprintk_format_notify() argument
172 module_trace_bprintk_format_notify(struct notifier_block *self, in module_trace_bprintk_format_notify() argument
DKconfig602 bool "Ring buffer startup self test"
605 Run a simple self test on the ring buffer on boot up. Late in the
Dring_buffer.c1293 static int rb_cpu_notify(struct notifier_block *self,
4735 static int rb_cpu_notify(struct notifier_block *self, in rb_cpu_notify() argument
4739 container_of(self, struct ring_buffer, cpu_notify); in rb_cpu_notify()
Dtrace_uprobe.c903 typedef bool (*filter_func_t)(struct uprobe_consumer *self,
Dftrace.c4982 static int ftrace_module_notify_exit(struct notifier_block *self, in ftrace_module_notify_exit() argument
4993 static int ftrace_module_notify_exit(struct notifier_block *self, in ftrace_module_notify_exit() argument
Dtrace_events.c2535 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument
Dtrace.c7076 static int trace_module_notify(struct notifier_block *self, in trace_module_notify() argument
7157 static int trace_die_handler(struct notifier_block *self, in trace_die_handler() argument
/kernel/debug/
Ddebug_core.c730 static int module_event(struct notifier_block *self, unsigned long val, in module_event() argument
846 static int kgdb_panic_event(struct notifier_block *self, in kgdb_panic_event() argument
/kernel/time/
Dtimer.c1627 static int timer_cpu_notify(struct notifier_block *self, in timer_cpu_notify() argument
Dhrtimer.c1699 static int hrtimer_cpu_notify(struct notifier_block *self, in hrtimer_cpu_notify() argument
/kernel/rcu/
Drcutorture.c1572 static int rcutorture_cpu_notify(struct notifier_block *self, in rcutorture_cpu_notify() argument
Dtree.c4248 int rcu_cpu_notify(struct notifier_block *self, in rcu_cpu_notify() argument
4302 static int rcu_pm_notify(struct notifier_block *self, in rcu_pm_notify() argument
Dtree_plugin.h1650 static int rcu_oom_notify(struct notifier_block *self, in rcu_oom_notify() argument
/kernel/printk/
Dprintk.c2154 static int console_cpu_notify(struct notifier_block *self, in console_cpu_notify() argument
/kernel/events/
Dcore.c9495 perf_cpu_notify(struct notifier_block *self, unsigned long action, void *hcpu) in perf_cpu_notify() argument