Home
last modified time | relevance | path

Searched refs:core_state (Results 1 – 9 of 9) 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.c506 struct core_state *core_state, int exit_code) in zap_threads()
514 signal->core_state = core_state; in zap_threads()
518 atomic_set(&core_state->nr_threads, nr); in zap_threads()
524 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait()
529 init_completion(&core_state->startup); in coredump_wait()
530 core_state->dumper.task = tsk; in coredump_wait()
531 core_state in coredump_wait()
503 zap_threads(struct task_struct * tsk,struct core_state * core_state,int exit_code) zap_threads() argument
521 coredump_wait(int exit_code,struct core_state * core_state) coredump_wait() argument
1160 struct core_state core_state; vfs_coredump() local
[all...]
H A Dbinfmt_elf_fdpic.c1502 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()
H A Dbinfmt_elf.c1881 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info()
/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()
436 * to core_state->dumper. 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()
870 struct core_state *core_state; in synchronize_group_exit()
882 * We must hold siglock around checking core_state in synchronize_group_exit()
888 core_state in synchronize_group_exit()
871 struct core_state *core_state; synchronize_group_exit() local
[all...]
/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.c846 if (sig->core_state) in oom_killer_disable()