Searched refs:core_state (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 41 u8 core_state; member 66 .core_state = PWRDM_POWER_ON, 73 .core_state = PWRDM_POWER_ON, 78 .core_state = PWRDM_POWER_ON, 83 .core_state = PWRDM_POWER_ON, 88 .core_state = PWRDM_POWER_RET, 93 .core_state = PWRDM_POWER_RET, 98 .core_state = PWRDM_POWER_OFF, 123 pwrdm_set_next_pwrst(core_pd, cx->core_state); in omap3_enter_idle() 188 (cx->core_state >= core_deepest_state)) in next_valid_state() [all …]
|
/linux-4.1.27/fs/ |
D | coredump.c | 303 struct core_state *core_state, int exit_code) in zap_threads() argument 311 mm->core_state = core_state; in zap_threads() 376 atomic_set(&core_state->nr_threads, nr); in zap_threads() 380 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 386 init_completion(&core_state->startup); in coredump_wait() 387 core_state->dumper.task = tsk; in coredump_wait() 388 core_state->dumper.next = NULL; in coredump_wait() 391 if (!mm->core_state) in coredump_wait() 392 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait() 398 wait_for_completion(&core_state->startup); in coredump_wait() [all …]
|
D | binfmt_elf.c | 1734 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info() 1945 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
|
D | exec.c | 856 if (unlikely(old_mm->core_state)) { in exec_mmap()
|
D | binfmt_elf_fdpic.c | 1593 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
|
/linux-4.1.27/include/linux/ |
D | mm_types.h | 314 struct core_state { struct 403 struct core_state *core_state; /* coredumping support */ member
|
/linux-4.1.27/kernel/ |
D | exit.c | 390 struct core_state *core_state; in exit_mm() local 404 core_state = mm->core_state; in exit_mm() 405 if (core_state) { in exit_mm() 411 self.next = xchg(&core_state->dumper.next, &self); in exit_mm() 416 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm() 417 complete(&core_state->startup); in exit_mm()
|
D | fork.c | 588 mm->core_state = NULL; in mm_init()
|
D | signal.c | 1800 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
|
/linux-4.1.27/mm/ |
D | debug.c | 216 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
|