| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ | 
| D | scatterlist.c | 44 				  const char *who,  in expect_pfn_sg()82 					    const char *who,  in expect_pfn_sg_page_iter()
 113 				       const char *who,  in expect_pfn_sgtiter()
 145 			      const char *who,  in expect_pfn_sgtable()
 
 | 
| /Linux-v5.4/block/ | 
| D | ioprio.c | 94 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)  in SYSCALL_DEFINE3()  argument186 SYSCALL_DEFINE2(ioprio_get, int, which, int, who)  in SYSCALL_DEFINE2()  argument
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | windows.c | 113 void try_to_clear_window_buffer(struct pt_regs *regs, int who)  in try_to_clear_window_buffer()
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | e820.c | 202 void __init e820__print_table(char *who)  in e820__print_table()1213 	char *who = "BIOS-e820";  in e820__memory_setup_default()  local
 1251 	char *who;  in e820__memory_setup()  local
 
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | sys_ia64.c | 71 ia64_getpriority (int which, int who)  in ia64_getpriority()
 | 
| /Linux-v5.4/kernel/ | 
| D | sys.c | 196 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)  in SYSCALL_DEFINE3()  argument266 SYSCALL_DEFINE2(getpriority, int, which, int, who)  in SYSCALL_DEFINE2()  argument
 1705 void getrusage(struct task_struct *p, int who, struct rusage *r)  in getrusage()
 1780 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru)  in SYSCALL_DEFINE2()  argument
 1793 COMPAT_SYSCALL_DEFINE2(getrusage, int, who, struct compat_rusage __user *, ru)  in COMPAT_SYSCALL_DEFINE2()  argument
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | sed-opal.h | 64 	__u32 who;  member
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | dc395x.c | 173 #define SET_RES_TARGET(who,tgt) { who &= ~RES_TARGET; who |= (int)(tgt); }  argument174 #define SET_RES_TARGET_LNX(who,tgt) { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; }  argument
 175 #define SET_RES_MSG(who,msg) { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; }  argument
 176 #define SET_RES_DID(who,did) { who &= ~RES_DID; who |= (int)(did) << 16; }  argument
 177 #define SET_RES_DRV(who,drv) { who &= ~RES_DRV; who |= (int)(drv) << 24; }  argument
 
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4acl.c | 867 __be32 nfs4_acl_write_who(struct xdr_stream *xdr, int who)  in nfs4_acl_write_who()
 | 
| /Linux-v5.4/fs/ | 
| D | fcntl.c | 117 	int who = arg, ret = 0;  in f_setown()  local
 | 
| /Linux-v5.4/arch/alpha/kernel/ | 
| D | osf_sys.c | 1143 SYSCALL_DEFINE2(osf_getrusage, int, who, struct rusage32 __user *, ru)  in SYSCALL_DEFINE2()  argument1387 SYSCALL_DEFINE2(osf_getpriority, int, which, int, who)  in SYSCALL_DEFINE2()  argument
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ | 
| D | firmware.c | 818 static int run_rsa(struct hfi1_devdata *dd, const char *who,  in run_rsa()
 |