Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_sched.h68 ctx_switch(&(THIS_SCHED)->ctx, &lt->ctx); in _affinitize()
80 ctx_switch(&(THIS_SCHED)->ctx, &lt->ctx); in _suspend()
93 ctx_switch(&(THIS_SCHED)->ctx, &lt->ctx); in _reschedule()
H A Dlthread_sched.c360 ctx_switch(&lt->ctx, &sched->ctx); in _lthread_resume()
H A Dlthread.c341 ctx_switch(&(THIS_SCHED)->ctx, &lt->ctx); in lthread_yield()
/f-stack/dpdk/examples/performance-thread/common/arch/arm64/
H A Dctx.c9 ctx_switch(struct ctx *new_ctx __rte_unused, struct ctx *curr_ctx __rte_unused) in ctx_switch() function
H A Dctx.h48 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
/f-stack/dpdk/examples/performance-thread/common/arch/x86/
H A Dctx.h29 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);