Searched refs:donor (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | rt.c | 529 struct task_struct *donor = rq_of_rt_rq(rt_rq)->donor; in sched_rt_rq_enqueue() local 989 struct task_struct *donor = rq->donor; in update_curr_rt() local 1536 struct task_struct *curr, *donor; in select_task_rq_rt() local 1548 donor = READ_ONCE(rq->donor); in select_task_rq_rt() 1577 unlikely(rt_task(donor)) && in select_task_rq_rt() 1652 struct task_struct *donor = rq->donor; in wakeup_preempt_rt() local 1654 if (p->prio < donor->prio) { in wakeup_preempt_rt() 2345 if (p->prio < src_rq->donor->prio) in pull_rt_task() 2387 (dl_task(rq->donor) || rt_task(rq->donor)) && in task_woken_rt() 2389 rq->donor->prio <= p->prio); in task_woken_rt() [all …]
|
| H A D | deadline.c | 1362 if (dl_task(rq->donor)) in dl_task_timer() 1760 struct task_struct *donor = rq->donor; in update_curr_dl() local 1764 if (!dl_task(donor) || !on_dl_rq(dl_se)) in update_curr_dl() 2232 struct task_struct *curr, *donor; in select_task_rq_dl() local 2243 donor = READ_ONCE(rq->donor); in select_task_rq_dl() 2254 select_rq = unlikely(dl_task(donor)) && in select_task_rq_dl() 2717 if (dl_task(rq->donor) && in push_dl_task() 2841 src_rq->donor->dl.deadline)) in pull_dl_task() 2880 dl_task(rq->donor) && in task_woken_dl() 3071 if (rq->donor != p) { in switched_to_dl() [all …]
|
| H A D | pelt.c | 479 const struct sched_class *curr_class = rq->donor->sched_class; in update_other_load_avgs()
|
| H A D | core.c | 849 rq->donor->sched_class->task_tick(rq, rq->curr, 1); in hrtick() 2193 struct task_struct *donor = rq->donor; in wakeup_preempt() local 2195 if (p->sched_class == donor->sched_class) in wakeup_preempt() 5639 struct task_struct *donor; in sched_tick() local 5650 donor = rq->donor; in sched_tick() 5652 psi_account_irqtime(rq, donor, NULL); in sched_tick() 5661 donor->sched_class->task_tick(rq, donor, 0); in sched_tick() 5666 task_tick_mm_cid(rq, donor); in sched_tick() 5676 if (donor->flags & PF_WQ_WORKER) in sched_tick() 5677 wq_worker_tick(donor); in sched_tick() [all …]
|
| H A D | sched.h | 1153 struct task_struct __rcu *donor; /* Scheduler context */ member 2252 return rq->donor == p; in task_current_donor() 2441 WARN_ON_ONCE(rq->donor != prev); in put_prev_task() 2592 struct task_struct *p = rq->donor; in get_push_task()
|
| H A D | fair.c | 1213 struct task_struct *donor = rq->donor; in update_curr_common() local 1216 delta_exec = update_curr_se(rq, &donor->se); in update_curr_common() 1218 update_curr_task(donor, delta_exec); in update_curr_common() 1276 update_curr(cfs_rq_of(&rq->donor->se)); in update_curr_fair() 6813 struct task_struct *donor = rq->donor; in hrtick_update() local 6815 if (!hrtick_enabled_fair(rq) || donor->sched_class != &fair_sched_class) in hrtick_update() 6818 hrtick_start_fair(rq, donor); in hrtick_update() 8752 struct task_struct *donor = rq->donor; in check_preempt_wakeup_fair() local 8753 struct sched_entity *se = &donor->se, *pse = &p->se; in check_preempt_wakeup_fair() 8754 struct cfs_rq *cfs_rq = task_cfs_rq(donor); in check_preempt_wakeup_fair()
|
| /linux-6.15/fs/ext4/ |
| H A D | ioctl.c | 1345 CLASS(fd, donor)(me.donor_fd); in __ext4_ioctl() 1346 if (fd_empty(donor)) in __ext4_ioctl() 1349 if (!(fd_file(donor)->f_mode & FMODE_WRITE)) in __ext4_ioctl() 1366 err = ext4_move_extents(filp, fd_file(donor), me.orig_start, in __ext4_ioctl()
|
| /linux-6.15/tools/usb/usbip/ |
| H A D | COPYING | 222 system; it is up to the author/donor to decide if he or she is willing
|
| /linux-6.15/LICENSES/preferred/ |
| H A D | GPL-2.0 | 241 system; it is up to the author/donor to decide if he or she is willing
|
| H A D | LGPL-2.0 | 383 to the author/donor to decide if he or she is willing to distribute
|
| H A D | LGPL-2.1 | 403 to the author/donor to decide if he or she is willing to distribute
|