Home
last modified time | relevance | path

Searched refs:pready (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_sched.c109 new_sched->pready = _lthread_queue_create("pready queue"); in _lthread_sched_alloc_resources()
110 if (new_sched->pready == NULL) in _lthread_sched_alloc_resources()
188 _lthread_queue_destroy(new_sched->pready); in _lthread_sched_alloc_resources()
409 (_lthread_queue_empty(sched->pready)) && in _lthread_sched_isdone()
486 lt = _lthread_queue_poll(sched->pready); in lthread_run()
539 lt->pending_wr_queue = dest_sched->pready; in lthread_set_affinity()
H A Dlthread_diag.c106 count += DIAG_COUNT(sched->pready, size); in _sched_stats_consistency_check()
215 _lthread_queue_display(sched->pready); in lthread_sched_stats_display()
H A Dlthread_sched.h29 _lthread_queue_insert_mp(sched->pready, lt); in _ready_queue_insert()
H A Dlthread_int.h71 struct lthread_queue *pready; /* peer ready queue */ member