Lines Matching +defs:p +defs:timeout
601 unsigned long timeout; member
1755 #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) argument
1849 static inline void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask) in do_set_cpus_allowed()
1852 static inline int set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask) in set_cpus_allowed_ptr()
1865 static inline void release_user_cpus_ptr(struct task_struct *p) in release_user_cpus_ptr()
1870 static inline int dl_task_check_affinity(struct task_struct *p, const struct cpumask *mask) in dl_task_check_affinity()
1886 static inline int task_nice(const struct task_struct *p) in task_nice()
1910 static __always_inline bool is_idle_task(const struct task_struct *p) in is_idle_task()
2164 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu()
2173 static inline unsigned int task_cpu(const struct task_struct *p) in task_cpu()
2178 static inline void set_task_cpu(struct task_struct *p, unsigned int cpu) in set_task_cpu()
2184 static inline bool task_is_runnable(struct task_struct *p) in task_is_runnable()
2239 static inline void sched_core_fork(struct task_struct *p) { } in sched_core_fork()