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/kernel/
H A Dexit.c402 struct core_state *core_state; in coredump_task_exit() local
406 * We must hold siglock around checking core_state in coredump_task_exit()
413 core_state = tsk->signal->core_state; in coredump_task_exit()
415 if (core_state) { in coredump_task_exit()
420 self.next = xchg(&core_state->dumper.next, &self); in coredump_task_exit()
425 * to core_state->dumper. in coredump_task_exit()
427 if (atomic_dec_and_test(&core_state->nr_threads)) in coredump_task_exit()
428 complete(&core_state in coredump_task_exit()
[all...]
H A Dsignal.c908 if (signal->core_state) in prepare_signal()
1034 (signal->core_state || !(signal->flags & SIGNAL_GROUP_EXIT)) && in complete_signal()
/linux/include/linux/sched/
H A Dsignal.h81 struct core_state { struct
122 struct core_state *core_state; /* coredumping support */ member
82 nr_threadscore_state global() argument
83 dumpercore_state global() argument
84 startupcore_state global() argument
/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.c850 if (sig->core_state) in __task_will_free_mem()
/linux/fs/proc/
H A Darray.c416 seq_put_decimal_ull(m, "CoreDumping:\t", !!task->signal->core_state); in task_core_dumping()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1485 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()