Home
last modified time | relevance | path

Searched refs:core_state (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A 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 > in next_valid_state()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A 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 > in next_valid_state()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dcoredump.c377 struct core_state *core_state, int exit_code) in zap_threads()
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 in coredump_wait()
376 zap_threads(struct task_struct *tsk, struct mm_struct *mm, struct core_state *core_state, int exit_code) zap_threads() argument
583 struct core_state core_state; do_coredump() local
[all...]
H A Dbinfmt_elf.c1872 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()
H A Dexec.c1000 * checking core_state and changing tsk->mm. in exec_mmap()
1003 if (unlikely(old_mm->core_state)) { in exec_mmap()
H A Dbinfmt_elf_fdpic.c1506 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c384 struct core_state *core_state, int exit_code) in zap_threads()
391 signal->core_state = core_state; in zap_threads()
395 atomic_set(&core_state->nr_threads, nr); in zap_threads()
401 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument
406 init_completion(&core_state->startup); in coredump_wait()
407 core_state->dumper.task = tsk; in coredump_wait()
408 core_state in coredump_wait()
383 zap_threads(struct task_struct *tsk, struct core_state *core_state, int exit_code) zap_threads() argument
521 struct core_state core_state; do_coredump() local
[all...]
H A Dbinfmt_elf_fdpic.c1488 for (ct = current->signal->core_state->dumper.next; in elf_fdpic_core_dump()
H A Dbinfmt_elf.c1912 for (ct = dump_task->signal->core_state->dumper.next; ct; ct = ct->next) { in fill_note_info()
/kernel/linux/linux-5.10/include/linux/
H A Dmm_types.h402 struct core_state { struct
545 struct core_state *core_state; /* coredumping support */ member
/kernel/linux/linux-5.10/kernel/
H A Dexit.c492 struct core_state *core_state; in exit_mm() local
500 * We must hold mmap_lock around checking core_state in exit_mm()
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()
519 * to core_state->dumper. in exit_mm()
521 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm()
522 complete(&core_state in exit_mm()
[all...]
H A Dfork.c1049 mm->core_state = NULL; in mm_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h61 u8 core_state; member
H A Dopal-fadump.c464 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()
H A 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()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h61 u8 core_state; member
H A Dopal-fadump.c464 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()
H A 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()
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsignal.h80 struct core_state { struct
121 struct core_state *core_state; /* coredumping support */ member
/kernel/linux/linux-6.6/kernel/
H A Dexit.c408 struct core_state *core_state; in coredump_task_exit() local
412 * We must hold siglock around checking core_state in coredump_task_exit()
419 core_state = tsk->signal->core_state; in coredump_task_exit()
423 if (core_state && in coredump_task_exit()
429 self.next = xchg(&core_state->dumper.next, &self); in coredump_task_exit()
434 * to core_state->dumper. in coredump_task_exit()
436 if (atomic_dec_and_test(&core_state->nr_threads)) in coredump_task_exit()
437 complete(&core_state in coredump_task_exit()
[all...]
H A Dsignal.c919 if (signal->core_state) in prepare_signal()
1045 (signal->core_state || !(signal->flags & SIGNAL_GROUP_EXIT)) && in complete_signal()
/kernel/linux/linux-5.10/mm/
H A Ddebug.c232 "binfmt %px flags %lx core_state %px\n" in dump_mm()
264 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
/kernel/linux/linux-5.10/fs/proc/
H A Darray.c394 seq_put_decimal_ull(m, "CoreDumping:\t", !!mm->core_state); in task_core_dumping()
/kernel/linux/linux-6.6/fs/proc/
H A Darray.c416 seq_put_decimal_ull(m, "CoreDumping:\t", !!task->signal->core_state); in task_core_dumping()
/kernel/linux/linux-6.6/mm/
H A Doom_kill.c848 if (sig->core_state) in __task_will_free_mem()

Completed in 40 milliseconds

12