Home
last modified time | relevance | path

Searched refs:resched (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Ddeadline.c2388 bool resched = false; in pull_dl_task() local
2454 resched = true; in pull_dl_task()
2472 if (resched) in pull_dl_task()
Drt.c2464 bool resched = false; in pull_rt_task() local
2546 resched = true; in pull_rt_task()
2568 if (resched) in pull_rt_task()
Dcore.c8633 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock() local
8638 if (spin_needbreak(lock) || resched) { in __cond_resched_lock()
8651 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_read() local
8656 if (rwlock_needbreak(lock) || resched) { in __cond_resched_rwlock_read()
8669 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_write() local
8674 if (rwlock_needbreak(lock) || resched) { in __cond_resched_rwlock_write()