Searched refs:stats_read_pending (Results 1 – 2 of 2) sorted by relevance
83 uint16_t stats_read_pending; member157 __atomic_store_n(&qconf->stats_read_pending, 1, __ATOMIC_RELAXED); in show_lcore_stats()159 __atomic_store_n(&qconf->stats_read_pending, 0, __ATOMIC_RELAXED); in show_lcore_stats()484 uint8_t stats_read_pending = 0; in l2fwd_main_loop() local528 stats_read_pending = __atomic_load_n(&qconf->stats_read_pending, in l2fwd_main_loop()530 need_manage |= stats_read_pending; in l2fwd_main_loop()544 } while (likely(stats_read_pending == 0)); in l2fwd_main_loop()
213 * stats_read_pending and lock are used during job stats read phase.271 and if stats_read_pending is set, loop breaks allowing stats to be read.