Home
last modified time | relevance | path

Searched defs:preempt (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/microblaze/kernel/
Dentry.S766 preempt: label
/linux-3.3/include/linux/
Dparport.h228 int (*preempt)(void *); member
/linux-3.3/kernel/sched/
Dfair.c3068 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()
Dcore.c4573 bool __sched yield_to(struct task_struct *p, bool preempt) in yield_to()