Home
last modified time | relevance | path

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

/Linux-v5.4/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,
121 pwrdm_set_next_pwrst(core_pd, cx->core_state); in omap3_enter_idle()
186 (cx->core_state >= core_deepest_state)) in next_valid_state()
[all …]
/Linux-v5.4/fs/
Dcoredump.c361 struct core_state *core_state, int exit_code) in zap_threads() argument
369 mm->core_state = core_state; in zap_threads()
432 atomic_set(&core_state->nr_threads, nr); in zap_threads()
436 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument
442 init_completion(&core_state->startup); in coredump_wait()
443 core_state->dumper.task = tsk; in coredump_wait()
444 core_state->dumper.next = NULL; in coredump_wait()
449 if (!mm->core_state) in coredump_wait()
450 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait()
457 wait_for_completion(&core_state->startup); in coredump_wait()
[all …]
Dbinfmt_elf.c1809 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info()
2019 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
Dexec.c1029 if (unlikely(old_mm->core_state)) { in exec_mmap()
Dbinfmt_elf_fdpic.c1612 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
/Linux-v5.4/include/linux/
Dmm_types.h363 struct core_state { struct
469 struct core_state *core_state; /* coredumping support */ member
/Linux-v5.4/kernel/
Dexit.c438 struct core_state *core_state; in exit_mm() local
452 core_state = mm->core_state; in exit_mm()
453 if (core_state) { in exit_mm()
459 self.next = xchg(&core_state->dumper.next, &self); in exit_mm()
464 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm()
465 complete(&core_state->startup); in exit_mm()
Dfork.c1013 mm->core_state = NULL; in mm_init()
Dsignal.c2087 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
/Linux-v5.4/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.c262 i, thread_pir, thdr->core_state); in opalcore_append_cpu_notes()
270 if (thdr->core_state == HDAT_FADUMP_CORE_INACTIVE) in opalcore_append_cpu_notes()
/Linux-v5.4/include/linux/sched/
Dmm.h74 return likely(!mm->core_state); in mmget_still_valid()
/Linux-v5.4/mm/
Ddebug.c179 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
/Linux-v5.4/fs/proc/
Darray.c391 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()