Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_netdev.h155 u32 print_once; member
Dena_netdev.c611 bool print_once = true; in ena_free_tx_bufs() local
623 if (print_once) { in ena_free_tx_bufs()
627 print_once = false; in ena_free_tx_bufs()
2110 tx_info->print_once = 0; in ena_start_xmit()
2714 if (!tx_buf->print_once) in check_missing_comp_in_tx_queue()
2719 tx_buf->print_once = 1; in check_missing_comp_in_tx_queue()
/Linux-v4.19/tools/perf/bench/
Dnuma.c153 int print_once; member
389 if (ret && !g->print_once) { in alloc_data()
390 g->print_once = 1; in alloc_data()
396 if (ret && !g->print_once) { in alloc_data()
397 g->print_once = 1; in alloc_data()
/Linux-v4.19/drivers/char/
Drandom.c1595 const bool print_once = false; in _warn_unseeded_randomness() local
1597 static bool print_once __read_mostly; in _warn_unseeded_randomness()
1600 if (print_once || in _warn_unseeded_randomness()
1606 print_once = true; in _warn_unseeded_randomness()