Searched refs:benchmark_utilisation_switch (Results 1 - 6 of 6) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/benchmark/
H A Dbenchmark_utilisation.h36 static inline void benchmark_utilisation_switch(tcb_t *heir, tcb_t *next) function
70 benchmark_utilisation_switch(NODE_STATE(ksCurThread), NODE_STATE(ksIdleThread));
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h60 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread);
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h45 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread);
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h54 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread);
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h75 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread);
/seL4-l4v-10.1.1/seL4/src/kernel/
H A Dthread.c354 benchmark_utilisation_switch(NODE_STATE(ksCurThread), thread);
365 benchmark_utilisation_switch(NODE_STATE(ksCurThread), NODE_STATE(ksIdleThread));

Completed in 93 milliseconds