Home
last modified time | relevance | path

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

/linux/block/
H A Dioprio.c65 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio) in SYSCALL_DEFINE3() argument
180 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) in SYSCALL_DEFINE2() argument
/linux/fs/
H A Dsuper.c1903 static inline int freeze_inc(struct super_block *sb, enum freeze_holder who) in freeze_inc()
1915 static inline int freeze_dec(struct super_block *sb, enum freeze_holder who) in freeze_dec()
1927 static inline bool may_freeze(struct super_block *sb, enum freeze_holder who, in may_freeze()
1964 static inline bool may_unfreeze(struct super_block *sb, enum freeze_holder who, in may_unfreeze()
2070 int freeze_super(struct super_block *sb, enum freeze_holder who, const void *freeze_owner) in freeze_super()
2167 static int thaw_super_locked(struct super_block *sb, enum freeze_holder who, in thaw_super_locked()
2235 int thaw_super(struct super_block *sb, enum freeze_holder who, in thaw_super()
H A Dfcntl.c153 int f_setown(struct file *filp, int who, int force) in f_setown()
/linux/arch/sparc/kernel/
H A Dwindows.c113 void try_to_clear_window_buffer(struct pt_regs *regs, int who) in try_to_clear_window_buffer()
/linux/arch/x86/kernel/
H A De820.c205 __init static void e820__print_table(const char *who) in e820__print_table()
1236 char *who = "BIOS-e820"; in e820__memory_setup_default() local
1274 char *who; in e820__memory_setup() local
/linux/kernel/
H A Dsys.c259 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) in SYSCALL_DEFINE3() argument
329 SYSCALL_DEFINE2(getpriority, int, which, int, who) in SYSCALL_DEFINE2() argument
1846 void getrusage(struct task_struct *p, int who, struct rusage *r) in getrusage()
1934 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru) in SYSCALL_DEFINE2() argument
1947 COMPAT_SYSCALL_DEFINE2(getrusage, int, who, struct compat_rusage __user *, ru) in COMPAT_SYSCALL_DEFINE2() argument
/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c775 static int run_rsa(struct hfi1_devdata *dd, const char *who, in run_rsa()