Searched refs:donor (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/sched/ |
H A D | deadline.c | 1362 if (dl_task(rq->donor)) in dl_task_timer() 1761 struct task_struct *donor = rq->donor; in update_curr_dl() local 1762 struct sched_dl_entity *dl_se = &donor->dl; in update_curr_dl() 1765 if (!dl_task(donor) || !on_dl_rq(dl_se)) in update_curr_dl() 2234 struct task_struct *curr, *donor; in select_task_rq_dl() local 2245 donor = READ_ONCE(rq->donor); in select_task_rq_dl() 2256 select_rq = unlikely(dl_task(donor)) && in select_task_rq_dl() 2258 !dl_entity_preempt(&p->dl, &donor->dl)) && in select_task_rq_dl() 2320 !cpudl_find(&rq->rd->cpudl, rq->donor, NULL)) in check_preempt_equal_dl() 2359 if (dl_entity_preempt(&p->dl, &rq->donor->dl)) { in wakeup_preempt_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 | 843 rq->donor->sched_class->task_tick(rq, rq->curr, 1); in hrtick() 2188 struct task_struct *donor = rq->donor; in wakeup_preempt() local 2190 if (p->sched_class == donor->sched_class) in wakeup_preempt() 2191 donor->sched_class->wakeup_preempt(rq, p, flags); in wakeup_preempt() 2192 else if (sched_class_above(p->sched_class, donor->sched_class)) in wakeup_preempt() 2199 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) 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() [all …]
|
H A D | sched.h | 1159 struct task_struct __rcu *donor; /* Scheduler context */ member 2299 return rq->donor == p; in task_current_donor() 2488 WARN_ON_ONCE(rq->donor != prev); in put_prev_task() 2639 struct task_struct *p = rq->donor; in get_push_task()
|
H A D | fair.c | 1199 struct task_struct *donor = rq->donor; in update_curr_common() local 1202 delta_exec = update_curr_se(rq, &donor->se); in update_curr_common() 1204 update_curr_task(donor, delta_exec); in update_curr_common() 1262 update_curr(cfs_rq_of(&rq->donor->se)); in update_curr_fair() 6802 struct task_struct *donor = rq->donor; in hrtick_update() local 6804 if (!hrtick_enabled_fair(rq) || donor->sched_class != &fair_sched_class) in hrtick_update() 6807 hrtick_start_fair(rq, donor); in hrtick_update() 8739 struct task_struct *donor = rq->donor; in check_preempt_wakeup_fair() local 8740 struct sched_entity *se = &donor->se, *pse = &p->se; in check_preempt_wakeup_fair() 8741 struct cfs_rq *cfs_rq = task_cfs_rq(donor); in check_preempt_wakeup_fair()
|
/linux/fs/ext4/ |
H A D | ioctl.c | 1344 CLASS(fd, donor)(me.donor_fd); in __ext4_ioctl() 1345 if (fd_empty(donor)) in __ext4_ioctl() 1348 if (!(fd_file(donor)->f_mode & FMODE_WRITE)) in __ext4_ioctl() 1365 err = ext4_move_extents(filp, fd_file(donor), me.orig_start, in __ext4_ioctl()
|
/linux/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.1 | 403 to the author/donor to decide if he or she is willing to distribute
|
H A D | LGPL-2.0 | 383 to the author/donor to decide if he or she is willing to distribute
|
/linux/tools/usb/usbip/ |
H A D | COPYING | 222 system; it is up to the author/donor to decide if he or she is willing
|