Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dprocess.c54 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec()
55 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
Dhead64.S22 xc __LC_LPP+1(7,0),__LC_LPP+1 # clear lpp and current_pid
Dasm-offsets.c170 OFFSET(__LC_CURRENT_PID, lowcore, current_pid); in main()
Dsmp.c283 lc->current_pid = tsk->pid; in pcpu_attach_task()
/Linux-v4.19/arch/s390/include/asm/
Dlowcore.h126 __u32 current_pid; /* 0x0394 */ member
/Linux-v4.19/fs/xfs/
Dxfs_linux.h104 #define current_pid() (current->pid) macro