Home
last modified time | relevance | path

Searched refs:in_flight_bitmask (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor_single.c124 d->in_flight_bitmask &= ~(1UL << wkr); in handle_worker_shutdown()
188 d->in_flight_bitmask &= ~(1UL << wkr); in process_returns()
256 match &= d->in_flight_bitmask; in rte_distributor_process_single()
282 d->in_flight_bitmask |= (1UL << wkr); in rte_distributor_process_single()
349 total_outstanding = __builtin_popcountl(d->in_flight_bitmask); in total_outstanding()
395 sizeof(d->in_flight_bitmask) * CHAR_BIT); in rte_distributor_create_single()
H A Ddistributor_private.h91 uint64_t in_flight_bitmask; member