Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
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/
A Dcoredump.c373 struct core_state *core_state, int exit_code) in zap_threads() argument
379 tsk->signal->core_state = core_state; in zap_threads()
384 atomic_set(&core_state->nr_threads, nr); in zap_threads()
390 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument
395 init_completion(&core_state->startup); in coredump_wait()
396 core_state->dumper.task = tsk; in coredump_wait()
397 core_state->dumper.next = NULL; in coredump_wait()
404 wait_for_completion(&core_state->startup); in coredump_wait()
411 ptr = core_state->dumper.next; in coredump_wait()
432 current->signal->core_state = NULL; in coredump_finish()
[all …]
A Dbinfmt_elf.c1850 for (ct = &dump_task->signal->core_state->dumper; ct; ct = ct->next) { in fill_note_info()
2040 for (ct = current->signal->core_state->dumper.next; in fill_note_info()
A Dbinfmt_elf_fdpic.c1497 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()
/linux/kernel/
A Dexit.c345 struct core_state *core_state; in coredump_task_exit() local
356 core_state = tsk->signal->core_state; in coredump_task_exit()
358 if (core_state) { in coredump_task_exit()
363 self.next = xchg(&core_state->dumper.next, &self); in coredump_task_exit()
370 if (atomic_dec_and_test(&core_state->nr_threads)) in coredump_task_exit()
371 complete(&core_state->startup); in coredump_task_exit()
/linux/include/linux/sched/
A Dsignal.h80 struct core_state { struct
124 struct core_state *core_state; /* coredumping support */ member
/linux/arch/powerpc/platforms/powernv/
A Dopal-fadump.h61 u8 core_state; member
A Dopal-fadump.c456 i, thread_pir, thdr->core_state); in opal_fadump_build_cpu_notes()
480 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opal_fadump_build_cpu_notes()
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/fs/proc/
A Darray.c413 seq_put_decimal_ull(m, "CoreDumping:\t", !!task->signal->core_state); in task_core_dumping()

Completed in 28 milliseconds