Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mach-omap2/
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-v5.15/fs/
Dcoredump.c373 struct core_state *core_state, int exit_code) in zap_threads() argument
381 mm->core_state = core_state; in zap_threads()
444 atomic_set(&core_state->nr_threads, nr); in zap_threads()
448 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument
454 init_completion(&core_state->startup); in coredump_wait()
455 core_state->dumper.task = tsk; in coredump_wait()
456 core_state->dumper.next = NULL; in coredump_wait()
461 if (!mm->core_state) in coredump_wait()
462 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait()
469 wait_for_completion(&core_state->startup); in coredump_wait()
[all …]
Dbinfmt_elf.c1837 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info()
2027 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
Dbinfmt_elf_fdpic.c1497 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
Dexec.c996 if (unlikely(old_mm->core_state)) { in exec_mmap()
/Linux-v5.15/include/linux/
Dmm_types.h395 struct core_state { struct
521 struct core_state *core_state; /* coredumping support */ member
/Linux-v5.15/kernel/
Dexit.c437 struct core_state *core_state; in exit_mm() local
451 core_state = mm->core_state; in exit_mm()
452 if (core_state) { in exit_mm()
459 self.next = xchg(&core_state->dumper.next, &self); in exit_mm()
466 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm()
467 complete(&core_state->startup); in exit_mm()
Dfork.c1047 mm->core_state = NULL; in mm_init()
Dsignal.c2165 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-fadump.h61 u8 core_state; member
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()
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-v5.15/mm/
Ddebug.c251 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
/Linux-v5.15/fs/proc/
Darray.c413 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()