Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Dnuma.c156 int print_once; member
394 if (ret && !g->print_once) { in alloc_data()
395 g->print_once = 1; in alloc_data()
401 if (ret && !g->print_once) { in alloc_data()
402 g->print_once = 1; in alloc_data()
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.h185 u32 print_once; member
Dena_netdev.c658 bool print_once = true; in ena_free_tx_bufs() local
667 if (print_once) { in ena_free_tx_bufs()
671 print_once = false; in ena_free_tx_bufs()
2325 tx_info->print_once = 0; in ena_start_xmit()
2903 if (!tx_buf->print_once) in check_missing_comp_in_tx_queue()
2908 tx_buf->print_once = 1; in check_missing_comp_in_tx_queue()
/Linux-v5.4/drivers/char/
Drandom.c1676 const bool print_once = false; in _warn_unseeded_randomness() local
1678 static bool print_once __read_mostly; in _warn_unseeded_randomness()
1681 if (print_once || in _warn_unseeded_randomness()
1687 print_once = true; in _warn_unseeded_randomness()