Searched refs:core_state (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/fs/ |
D | coredump.c | 377 struct core_state *core_state, int exit_code) in zap_threads() argument 385 mm->core_state = core_state; in zap_threads() 448 atomic_set(&core_state->nr_threads, nr); in zap_threads() 452 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 458 init_completion(&core_state->startup); in coredump_wait() 459 core_state->dumper.task = tsk; in coredump_wait() 460 core_state->dumper.next = NULL; in coredump_wait() 465 if (!mm->core_state) in coredump_wait() 466 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait() 473 wait_for_completion(&core_state->startup); in coredump_wait() [all …]
|
D | binfmt_elf.c | 1872 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info() 2062 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1507 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
|
D | exec.c | 1003 if (unlikely(old_mm->core_state)) { in exec_mmap()
|
/kernel/linux/linux-5.10/include/linux/ |
D | mm_types.h | 402 struct core_state { struct 545 struct core_state *core_state; /* coredumping support */ member
|
/kernel/linux/linux-5.10/kernel/ |
D | exit.c | 492 struct core_state *core_state; in exit_mm() local 506 core_state = mm->core_state; in exit_mm() 507 if (core_state) { in exit_mm() 514 self.next = xchg(&core_state->dumper.next, &self); in exit_mm() 521 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm() 522 complete(&core_state->startup); in exit_mm()
|
D | fork.c | 1041 mm->core_state = NULL; in mm_init()
|
D | signal.c | 2093 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | opal-fadump.h | 61 u8 core_state; member
|
D | opal-fadump.c | 464 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()
|
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()
|
/kernel/linux/linux-5.10/mm/ |
D | debug.c | 264 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | array.c | 394 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()
|