Home
last modified time | relevance | path

Searched refs:core_state (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dcpuidle34xx.c39 u8 core_state; member
64 .core_state = PWRDM_POWER_ON,
71 .core_state = PWRDM_POWER_ON,
76 .core_state = PWRDM_POWER_ON,
81 .core_state = PWRDM_POWER_ON,
86 .core_state = PWRDM_POWER_RET,
91 .core_state = PWRDM_POWER_RET,
96 .core_state = PWRDM_POWER_OFF,
122 pwrdm_set_next_pwrst(core_pd, cx->core_state); in omap3_enter_idle()
191 (cx->core_state >= core_deepest_state)) in next_valid_state()
[all …]
/linux/fs/
H A Dcoredump.c503 struct core_state *core_state, int exit_code) in zap_threads() argument
511 signal->core_state = core_state; in zap_threads()
515 atomic_set(&core_state->nr_threads, nr); in zap_threads()
521 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument
526 init_completion(&core_state->startup); in coredump_wait()
527 core_state->dumper.task = tsk; in coredump_wait()
528 core_state->dumper.next = NULL; in coredump_wait()
530 core_waiters = zap_threads(tsk, core_state, exit_code); in coredump_wait()
534 wait_for_completion_state(&core_state->startup, in coredump_wait()
541 ptr = core_state->dumper.next; in coredump_wait()
[all …]
H A Dbinfmt_elf_fdpic.c1496 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()
/linux/kernel/
H A Dexit.c425 struct core_state *core_state) in coredump_task_exit() argument
431 self.next = xchg(&core_state->dumper.next, &self); in coredump_task_exit()
438 if (atomic_dec_and_test(&core_state->nr_threads)) in coredump_task_exit()
439 complete(&core_state->startup); in coredump_task_exit()
871 struct core_state *core_state; in synchronize_group_exit() local
889 core_state = signal->core_state; in synchronize_group_exit()
892 if (unlikely(core_state)) in synchronize_group_exit()
893 coredump_task_exit(tsk, core_state); in synchronize_group_exit()
/linux/include/linux/sched/
H A Dsignal.h81 struct core_state { struct
122 struct core_state *core_state; /* coredumping support */ member
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h61 u8 core_state; member
H A Dopal-fadump.c464 i, thread_pir, thdr->core_state); in opal_fadump_build_cpu_notes()
488 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opal_fadump_build_cpu_notes()
H A Dopal-core.c263 i, thread_pir, thdr->core_state); in opalcore_append_cpu_notes()
271 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opalcore_append_cpu_notes()
/linux/mm/
H A Doom_kill.c862 if (sig->core_state) in __task_will_free_mem()
/linux/fs/proc/
H A Darray.c414 seq_put_decimal_ull(m, "CoreDumping:\t", !!task->signal->core_state); in task_core_dumping()