Home
last modified time | relevance | path

Searched refs:SCHED_YIELD (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/kernel/
Dsched.c154 if (p->policy & SCHED_YIELD) in goodness()
481 prev->policy = policy & ~SCHED_YIELD; in __schedule_tail()
518 (policy & SCHED_YIELD)) in __schedule_tail()
528 prev->policy &= ~SCHED_YIELD; in __schedule_tail()
639 prev->policy &= ~SCHED_YIELD; in schedule()
1029 retval = p->policy & ~SCHED_YIELD; in sys_sched_getscheduler()
1098 current->policy |= SCHED_YIELD; in sys_sched_yield()
/linux-2.4.37.9/arch/x86_64/mm/
Dfault.c383 tsk->policy |= SCHED_YIELD; in do_page_fault()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dshub.c47 #ifndef SCHED_YIELD
/linux-2.4.37.9/drivers/char/drm-4.0/
Dtdfx_drv.c557 current->policy |= SCHED_YIELD; in tdfx_lock()
/linux-2.4.37.9/include/linux/
Dsched.h116 #define SCHED_YIELD 0x10 macro
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c69 #ifndef SCHED_YIELD