Lines Matching defs:p
303 struct task_struct *p = rt_task_of(rt_se); in rq_of_rt_se() local
382 struct task_struct *p; in inc_rt_migration() local
399 struct task_struct *p; in dec_rt_migration() local
438 static void enqueue_pushable_task(struct rq *rq, struct task_struct *p) in enqueue_pushable_task()
449 static void dequeue_pushable_task(struct rq *rq, struct task_struct *p) in dequeue_pushable_task()
465 static inline void enqueue_pushable_task(struct rq *rq, struct task_struct *p) in enqueue_pushable_task()
469 static inline void dequeue_pushable_task(struct rq *rq, struct task_struct *p) in dequeue_pushable_task()
511 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity()
529 static inline bool rt_task_fits_capacity(struct task_struct *p, int cpu) in rt_task_fits_capacity()
626 struct task_struct *p; in rt_se_boosted() local
1355 struct task_struct *p = NULL; in update_stats_wait_start_rt() local
1374 struct task_struct *p = NULL; in update_stats_enqueue_sleeper_rt() local
1404 struct task_struct *p = NULL; in update_stats_wait_end_rt() local
1423 struct task_struct *p = NULL; in update_stats_dequeue_rt() local
1547 static inline bool should_honor_rt_sync(struct rq *rq, struct task_struct *p, in should_honor_rt_sync()
1560 static inline bool should_honor_rt_sync(struct rq *rq, struct task_struct *p, in should_honor_rt_sync()
1571 enqueue_task_rt(struct rq *rq, struct task_struct *p, int flags) in enqueue_task_rt()
1589 static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) in dequeue_task_rt()
1617 static void requeue_task_rt(struct rq *rq, struct task_struct *p, int head) in requeue_task_rt()
1658 static bool rt_task_fits_cpu(struct task_struct *p, int cpu) in rt_task_fits_cpu()
1664 select_task_rq_rt(struct task_struct *p, int cpu, int flags) in select_task_rq_rt()
1757 static void check_preempt_equal_prio(struct rq *rq, struct task_struct *p) in check_preempt_equal_prio()
1784 static int balance_rt(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in balance_rt()
1809 static void check_preempt_curr_rt(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr_rt()
1834 static inline void set_next_task_rt(struct rq *rq, struct task_struct *p, bool first) in set_next_task_rt()
1896 struct task_struct *p; in pick_task_rt() local
1908 struct task_struct *p = pick_task_rt(rq); in pick_next_task_rt() local
1916 static void put_prev_task_rt(struct rq *rq, struct task_struct *p) in put_prev_task_rt()
1942 static int pick_rt_task(struct rq *rq, struct task_struct *p, int cpu) in pick_rt_task()
1958 struct task_struct *p; in pick_highest_pushable_task() local
2137 struct task_struct *p; in pick_next_pushable_task() local
2465 struct task_struct *p, *push_task; in pull_rt_task() local
2576 static void task_woken_rt(struct rq *rq, struct task_struct *p) in task_woken_rt()
2615 static void switched_from_rt(struct rq *rq, struct task_struct *p) in switched_from_rt()
2646 static void switched_to_rt(struct rq *rq, struct task_struct *p) in switched_to_rt()
2677 prio_changed_rt(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_rt()
2714 static void watchdog(struct rq *rq, struct task_struct *p) in watchdog()
2738 static inline void watchdog(struct rq *rq, struct task_struct *p) { } in watchdog()
2749 static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued) in task_tick_rt()