Searched refs:need_update (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/fs/f2fs/
H A Dnode.c415 bool need_update = true; local
422 need_update = false;
424 return need_update;
H A Dsuper.c4087 bool need_update = false;
4094 need_update = true;
4098 return need_update;
4046 bool need_update = false; local
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c212 rxq->need_update = 1;
286 rxq->need_update = 1;
1844 txq->need_update = 1;
1847 txq->need_update = 0;
1899 txq->need_update = 1;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c2736 bool up, need_update; local
2746 need_update = (!!priv->xdp_prog != !!prog);
2756 if (need_update) {
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c946 txq->need_update = false;
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2647 "read=%u write=%u need_update=%d frozen=%d n_window=%d ampdu=%d",
2649 txq->need_update, txq->frozen,
2713 rxq->need_update);

Completed in 228 milliseconds

12