current_pid 127 arch/s390/include/asm/lowcore.h __u32 current_pid; /* 0x039c */ current_pid 173 arch/s390/kernel/asm-offsets.c OFFSET(__LC_CURRENT_PID, lowcore, current_pid); current_pid 55 arch/s390/kernel/process.c if (S390_lowcore.current_pid != current->pid) { current_pid 56 arch/s390/kernel/process.c S390_lowcore.current_pid = current->pid; current_pid 290 arch/s390/kernel/smp.c lc->current_pid = tsk->pid;