Symbol: core_state
arch/arm/mach-omap2/cpuidle34xx.c
122
pwrdm_set_next_pwrst(core_pd, cx->core_state);
arch/arm/mach-omap2/cpuidle34xx.c
191
(cx->core_state >= core_deepest_state))
arch/arm/mach-omap2/cpuidle34xx.c
201
(cx->core_state >= core_deepest_state)) {
arch/arm/mach-omap2/cpuidle34xx.c
39
u8 core_state;
arch/arm/mach-omap2/cpuidle34xx.c
64
.core_state = PWRDM_POWER_ON,
arch/arm/mach-omap2/cpuidle34xx.c
71
.core_state = PWRDM_POWER_ON,
arch/arm/mach-omap2/cpuidle34xx.c
76
.core_state = PWRDM_POWER_ON,
arch/arm/mach-omap2/cpuidle34xx.c
81
.core_state = PWRDM_POWER_ON,
arch/arm/mach-omap2/cpuidle34xx.c
86
.core_state = PWRDM_POWER_RET,
arch/arm/mach-omap2/cpuidle34xx.c
91
.core_state = PWRDM_POWER_RET,
arch/arm/mach-omap2/cpuidle34xx.c
96
.core_state = PWRDM_POWER_OFF,
arch/powerpc/platforms/powernv/opal-core.c
263
i, thread_pir, thdr->core_state);
arch/powerpc/platforms/powernv/opal-core.c
271
if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE)
arch/powerpc/platforms/powernv/opal-fadump.c
464
i, thread_pir, thdr->core_state);
arch/powerpc/platforms/powernv/opal-fadump.c
488
if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE)
arch/powerpc/platforms/powernv/opal-fadump.h
61
u8 core_state;
fs/binfmt_elf.c
1881
for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) {
fs/binfmt_elf_fdpic.c
1506
for (ct = current->signal->core_state->dumper.next;
fs/coredump.c
1164
struct core_state core_state;
fs/coredump.c
1196
if (coredump_wait(siginfo->si_signo, &core_state) < 0)
fs/coredump.c
505
struct core_state *core_state, int exit_code)
fs/coredump.c
513
signal->core_state = core_state;
fs/coredump.c
517
atomic_set(&core_state->nr_threads, nr);
fs/coredump.c
523
static int coredump_wait(int exit_code, struct core_state *core_state)
fs/coredump.c
528
init_completion(&core_state->startup);
fs/coredump.c
529
core_state->dumper.task = tsk;
fs/coredump.c
530
core_state->dumper.next = NULL;
fs/coredump.c
532
core_waiters = zap_threads(tsk, core_state, exit_code);
fs/coredump.c
536
wait_for_completion_state(&core_state->startup,
fs/coredump.c
543
ptr = core_state->dumper.next;
fs/coredump.c
561
next = current->signal->core_state->dumper.next;
fs/coredump.c
562
current->signal->core_state = NULL;
fs/proc/array.c
415
seq_put_decimal_ull(m, "CoreDumping:\t", !!task->signal->core_state);
include/linux/sched/signal.h
122
struct core_state *core_state; /* coredumping support */
kernel/exit.c
430
struct core_state *core_state)
kernel/exit.c
436
self.next = xchg(&core_state->dumper.next, &self);
kernel/exit.c
443
if (atomic_dec_and_test(&core_state->nr_threads))
kernel/exit.c
444
complete(&core_state->startup);
kernel/exit.c
904
struct core_state *core_state;
kernel/exit.c
922
core_state = signal->core_state;
kernel/exit.c
925
if (unlikely(core_state))
kernel/exit.c
926
coredump_task_exit(tsk, core_state);
kernel/signal.c
878
if (signal->core_state)
mm/oom_kill.c
846
if (sig->core_state)