Home
last modified time | relevance | path

Searched refs:preempted (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/doc/guides/mempool/
H A Dstack.rst32 standard stack is non-preemptive: if a mempool user is preempted while holding
35 stack whose threads can be preempted can suffer from brief, infrequent
39 be preempted at any point during a push or pop operation and will not impede
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst48 and one thread being preempted/delayed in a push or pop operation will not
H A Denv_abstraction_layer.rst668 be preempted by another pthread doing a multi-producer enqueue on
671 be preempted by another pthread doing a multi-consumer dequeue on
675 …Moreover, if the 1st pthread is preempted by a context that has an higher priority, it may even ca…
/f-stack/freebsd/kern/
H A Dsched_4bsd.c985 int preempted; in sched_switch() local
994 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_switch()
1014 sched_add(td, preempted ? in sched_switch()
H A Dsched_ule.c2054 int cpuid, preempted; in sched_switch() local
2064 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_switch()
2082 srqflag = preempted ? in sched_switch()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h1313 uint64_t preempted : 1; /**< Internal state */ member
1327 uint64_t preempted : 1;
1373 uint64_t preempted : 1; /**< Internal state */ member
1389 uint64_t preempted : 1;
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst279 blocked due to a preempted writer thread. This allows the hash library
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst380 time quantum after which it will be preempted in favor of another thread that