Home
last modified time | relevance | path

Searched refs:grab_runnable_context (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dsched.c820 * grab_runnable_context - try to find a runnable context
825 static struct spu_context *grab_runnable_context(int prio, int node) in grab_runnable_context() function
856 new = grab_runnable_context(max_prio, spu->node); in __spu_deactivate()
929 new = grab_runnable_context(ctx->prio + 1, spu->node); in spusched_tick()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dsched.c814 * grab_runnable_context - try to find a runnable context
819 static struct spu_context *grab_runnable_context(int prio, int node) in grab_runnable_context() function
850 new = grab_runnable_context(max_prio, spu->node); in __spu_deactivate()
923 new = grab_runnable_context(ctx->prio + 1, spu->node); in spusched_tick()

Completed in 4 milliseconds