Home
last modified time | relevance | path

Searched defs:who (Results 1 – 14 of 14) sorted by relevance

/linux-3.3/fs/
Dioprio.c61 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
172 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
Dfcntl.c236 int who = arg; in f_setown() local
/linux-3.3/arch/sparc/kernel/
Dwindows.c109 void try_to_clear_window_buffer(struct pt_regs *regs, int who) in try_to_clear_window_buffer()
/linux-3.3/arch/powerpc/kernel/
Dsys_ppc32.c472 long compat_sys_getpriority(u32 which, u32 who) in compat_sys_getpriority()
478 long compat_sys_setpriority(u32 which, u32 who, u32 niceval) in compat_sys_setpriority()
484 long compat_sys_ioprio_get(u32 which, u32 who) in compat_sys_ioprio_get()
490 long compat_sys_ioprio_set(u32 which, u32 who, u32 ioprio) in compat_sys_ioprio_set()
/linux-3.3/arch/x86/kernel/
De820.c156 void __init e820_print_map(char *who) in e820_print_map()
1008 char *who = "BIOS-e820"; in default_machine_specific_memory_setup() local
1046 char *who; in setup_memory_map() local
/linux-3.3/kernel/
Dsys.c173 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument
240 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument
1600 static void k_getrusage(struct task_struct *p, int who, struct rusage *r) in k_getrusage()
1674 int getrusage(struct task_struct *p, int who, struct rusage __user *ru) in getrusage()
1681 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru) in SYSCALL_DEFINE2() argument
Dcompat.c438 asmlinkage long compat_sys_getrusage(int who, struct compat_rusage __user *ru) in compat_sys_getrusage()
/linux-3.3/drivers/scsi/
Dtmscsim.h270 #define SET_RES_TARGET(who, tgt) do { who &= ~RES_TARGET; who |= (int)(tgt); } while (0) argument
271 #define SET_RES_TARGET_LNX(who, tgt) do { who &= ~RES_TARGET_LNX; who |= (int)(tgt) << 1; } while (… argument
272 #define SET_RES_MSG(who, msg) do { who &= ~RES_ENDMSG; who |= (int)(msg) << 8; } while (0) argument
273 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0) argument
274 #define SET_RES_DRV(who, drv) do { who &= ~RES_DRV; who |= (int)(drv) << 24; } while (0) argument
Ddc395x.c173 #define SET_RES_TARGET(who,tgt) { who &= ~RES_TARGET; who |= (int)(tgt); } argument
174 #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-3.3/arch/ia64/kernel/
Dsys_ia64.c81 ia64_getpriority (int which, int who) in ia64_getpriority()
/linux-3.3/fs/nfsd/
Dnfs4acl.c823 nfs4_acl_write_who(int who, char *p) in nfs4_acl_write_who()
/linux-3.3/arch/blackfin/kernel/
Dsetup.c439 static void __init print_memory_map(char *who) in print_memory_map()
/linux-3.3/include/linux/
Dnfs4.h176 uid_t who; member
/linux-3.3/arch/alpha/kernel/
Dosf_sys.c982 SYSCALL_DEFINE2(osf_getrusage, int, who, struct rusage32 __user *, ru) in SYSCALL_DEFINE2() argument