Lines Matching refs:filp
127 sched_feat_write(struct file *filp, const char __user *ubuf, in sched_feat_write() argument
145 inode = file_inode(filp); in sched_feat_write()
159 static int sched_feat_open(struct inode *inode, struct file *filp) in sched_feat_open() argument
161 return single_open(filp, sched_feat_show, NULL); in sched_feat_open()
174 static ssize_t sched_scaling_write(struct file *filp, const char __user *ubuf, in sched_scaling_write() argument
207 static int sched_scaling_open(struct inode *inode, struct file *filp) in sched_scaling_open() argument
209 return single_open(filp, sched_scaling_show, NULL); in sched_scaling_open()
224 static ssize_t sched_dynamic_write(struct file *filp, const char __user *ubuf, in sched_dynamic_write() argument
269 static int sched_dynamic_open(struct inode *inode, struct file *filp) in sched_dynamic_open() argument
271 return single_open(filp, sched_dynamic_show, NULL); in sched_dynamic_open()
288 static int sched_debug_open(struct inode *inode, struct file *filp) in sched_debug_open() argument
290 return seq_open(filp, &sched_debug_sops); in sched_debug_open()