Searched refs:core_state (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.15/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 39 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/ |
D | coredump.c | 373 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 …]
|
D | binfmt_elf.c | 1837 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()
|
D | binfmt_elf_fdpic.c | 1497 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
|
D | exec.c | 996 if (unlikely(old_mm->core_state)) { in exec_mmap()
|
/Linux-v5.15/include/linux/ |
D | mm_types.h | 395 struct core_state { struct 521 struct core_state *core_state; /* coredumping support */ member
|
/Linux-v5.15/kernel/ |
D | exit.c | 437 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()
|
D | fork.c | 1047 mm->core_state = NULL; in mm_init()
|
D | signal.c | 2165 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
|
/Linux-v5.15/arch/powerpc/platforms/powernv/ |
D | opal-fadump.h | 61 u8 core_state; member
|
D | opal-fadump.c | 456 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()
|
D | opal-core.c | 263 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/ |
D | debug.c | 251 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
|
/Linux-v5.15/fs/proc/ |
D | array.c | 413 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()
|