Home
last modified time | relevance | path

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

/dpdk/lib/distributor/
H A Drte_distributor_single.c120 d->in_flight_bitmask &= ~(1UL << wkr); in handle_worker_shutdown()
184 d->in_flight_bitmask &= ~(1UL << wkr); in process_returns()
251 match &= d->in_flight_bitmask; in rte_distributor_process_single()
277 d->in_flight_bitmask |= (1UL << wkr); in rte_distributor_process_single()
344 total_outstanding = __builtin_popcountl(d->in_flight_bitmask); in total_outstanding()
390 sizeof(d->in_flight_bitmask) * CHAR_BIT); in rte_distributor_create_single()
H A Ddistributor_private.h87 uint64_t in_flight_bitmask; member