Searched defs:nice (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/sched/ |
H A D | prio.h | 27 #define NICE_TO_PRIO(nice) ((nice) + DEFAULT_PRIO) argument 33 static inline long nice_to_rlimit(long nice) in nice_to_rlimit()
|
/linux/kernel/sched/ |
H A D | syscalls.c | 19 static inline int __normal_prio(int policy, int rt_prio, int nice) in __normal_prio() argument 65 void set_user_nice(struct task_struct *p, long nice) in set_user_nice() argument 126 is_nice_reduction(const struct task_struct * p,const int nice) is_nice_reduction() argument 139 can_nice(const struct task_struct * p,const int nice) can_nice() argument 153 SYSCALL_DEFINE1(nice,int,increment) SYSCALL_DEFINE1() argument 155 long nice, retval; SYSCALL_DEFINE1() local 863 sched_set_normal(struct task_struct * p,int nice) sched_set_normal() argument [all...] |
H A D | autogroup.h | 17 int nice; member
|
H A D | autogroup.c | 230 int proc_sched_autogroup_set_nice(struct task_struct *p, int nice) in proc_sched_autogroup_set_nice()
|
H A D | core.c | 10004 struct cftype *cft, s64 nice) in cpu_weight_nice_write_s64()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 1023 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() 1034 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() 1053 static void map_2d_info(char **map, int xdiv, int ydiv, char *nice, in map_2d_info() 1072 char nice[128]; in tiler_map_show() local
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hw_20_comp.h | 70 __u16 nice; member
|
/linux/fs/proc/ |
H A D | array.c | 471 int priority, nice; in do_task_stat() local
|
H A D | base.c | 1573 int nice; in sched_autogroup_write() local
|
/linux/security/ |
H A D | commoncap.c | 1254 cap_task_setnice(struct task_struct * p,int nice) cap_task_setnice() argument
|
/linux/include/linux/ |
H A D | workqueue.h | 150 int nice; member
|
/linux/kernel/trace/ |
H A D | trace.h | 193 unsigned long nice; member
|
/linux/drivers/android/ |
H A D | binder.c | 677 static void binder_set_nice(long nice) in binder_set_nice()
|
/linux/kernel/ |
H A D | workqueue.c | 7721 static void __init init_cpu_worker_pool(struct worker_pool *pool, int cpu, int nice) in init_cpu_worker_pool()
|