Searched refs:core_state (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 42 u8 core_state; member 67 .core_state = PWRDM_POWER_ON, 74 .core_state = PWRDM_POWER_ON, 79 .core_state = PWRDM_POWER_ON, 84 .core_state = PWRDM_POWER_ON, 89 .core_state = PWRDM_POWER_RET, 94 .core_state = PWRDM_POWER_RET, 99 .core_state = PWRDM_POWER_OFF, 124 pwrdm_set_next_pwrst(core_pd, cx->core_state); in omap3_enter_idle() 189 (cx->core_state >= core_deepest_state)) in next_valid_state() [all …]
|
/linux-4.4.14/fs/ |
D | coredump.c | 309 struct core_state *core_state, int exit_code) in zap_threads() argument 317 mm->core_state = core_state; in zap_threads() 380 atomic_set(&core_state->nr_threads, nr); in zap_threads() 384 static int coredump_wait(int exit_code, struct core_state *core_state) in coredump_wait() argument 390 init_completion(&core_state->startup); in coredump_wait() 391 core_state->dumper.task = tsk; in coredump_wait() 392 core_state->dumper.next = NULL; in coredump_wait() 395 if (!mm->core_state) in coredump_wait() 396 core_waiters = zap_threads(tsk, mm, core_state, exit_code); in coredump_wait() 402 wait_for_completion(&core_state->startup); in coredump_wait() [all …]
|
D | binfmt_elf.c | 1744 for (ct = &dump_task->mm->core_state->dumper; ct; ct = ct->next) { in fill_note_info() 1955 for (ct = current->mm->core_state->dumper.next; in fill_note_info()
|
D | exec.c | 862 if (unlikely(old_mm->core_state)) { in exec_mmap()
|
D | binfmt_elf_fdpic.c | 1633 for (ct = current->mm->core_state->dumper.next; in elf_fdpic_core_dump()
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 365 struct core_state { struct 454 struct core_state *core_state; /* coredumping support */ member
|
/linux-4.4.14/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 | 597 mm->core_state = NULL; in mm_init()
|
D | signal.c | 1749 if (unlikely(current->mm->core_state) && in may_ptrace_stop()
|
/linux-4.4.14/mm/ |
D | debug.c | 216 mm->binfmt, mm->flags, mm->core_state, in dump_mm()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 73 u8 core_state /* state */; member
|