Searched refs:core_state (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/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, 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/ |
D | coredump.c | 361 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 …]
|
D | binfmt_elf.c | 1809 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()
|
D | exec.c | 1029 if (unlikely(old_mm->core_state)) { in exec_mmap()
|
D | binfmt_elf_fdpic.c | 1612 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
|
/Linux-v5.4/include/linux/ |
D | mm_types.h | 363 struct core_state { struct 469 struct core_state *core_state; /* coredumping support */ member
|
/Linux-v5.4/kernel/ |
D | exit.c | 438 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()
|
D | fork.c | 1013 mm->core_state = NULL; in mm_init()
|
D | signal.c | 2087 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
|
/Linux-v5.4/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 | 262 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/ |
D | mm.h | 74 return likely(!mm->core_state); in mmget_still_valid()
|
/Linux-v5.4/mm/ |
D | debug.c | 179 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
|
/Linux-v5.4/fs/proc/ |
D | array.c | 391 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()
|