Home
last modified time | relevance | path

Searched refs:current_pid (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/s390/kernel/
Dprocess.c70 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec()
71 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
Dasm-offsets.c139 OFFSET(__LC_CURRENT_PID, lowcore, current_pid); in main()
Dsmp.c287 lc->current_pid = tsk->pid; in pcpu_attach_task()
/linux-6.1.9/arch/s390/include/asm/
Dlowcore.h151 __u32 current_pid; /* 0x039c */ member
/linux-6.1.9/arch/s390/boot/
Dstartup.c47 S390_lowcore.current_pid = 0; in setup_lpp()