Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Delfcore-compat.h39 char pr_sname; member
Delfcore.h60 char pr_sname; /* char for pr_state */ member
/linux-6.1.9/fs/proc/
Dkcore.c419 .pr_sname = 'R', in read_kcore()
/linux-6.1.9/arch/s390/kernel/
Dcrash_dump.c362 prpsinfo.pr_sname = 'R'; in nt_prpsinfo()
/linux-6.1.9/fs/
Dbinfmt_elf_fdpic.c1354 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1355 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()
Dbinfmt_elf.c1602 psinfo->pr_sname = (i > 5) ? '.' : "RSDTZW"[i]; in fill_psinfo()
1603 psinfo->pr_zomb = psinfo->pr_sname == 'Z'; in fill_psinfo()