Searched refs:need_update (Results 1 - 25 of 31) sorted by last modified time

12

/linux-master/fs/f2fs/
H A Dsuper.c4087 bool need_update = false; local
4094 need_update = true;
4098 return need_update;
H A Dnode.c415 bool need_update = true; local
422 need_update = false;
424 return need_update;
/linux-master/fs/bcachefs/
H A Dalloc_background.c1233 bool need_update = false; local
1245 need_update = true;
1249 if (need_update) {
1345 bool need_update = false; local
1375 need_update = true;
1383 need_update = true;
1386 if (need_update) {
/linux-master/mm/
H A Dvmstat.c1967 static bool need_update(int cpu) function
2005 if (!need_update(smp_processor_id()))
2050 if (!delayed_work_pending(dw) && need_update(cpu))
/linux-master/drivers/thermal/
H A Dthermal_core.h79 * @need_update: if equals 1, thermal_zone_device_update needs to be invoked.
114 atomic_t need_update; member in struct:thermal_zone_device
H A Dthermal_core.c786 atomic_set(&tz->need_update, 1);
1015 if (atomic_cmpxchg(&pos->need_update, 1, 0))
1414 atomic_set(&tz->need_update, 1);
1458 if (atomic_cmpxchg(&tz->need_update, 1, 0))
/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);
H A Drx.c187 rxq->need_update = true;
211 if (!rxq->need_update)
215 rxq->need_update = false;
H A Dinternal.h134 * @need_update: flag to indicate we need to update read/write index
160 bool need_update, next_rb_is_fragment; member in struct:iwl_rxq
H A Dtx.c101 txq->need_update = true;
127 if (txq->need_update) {
129 txq->need_update = false;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3499 bool need_update; local
3511 need_update = !!eth->prog != !!prog;
3512 if (netif_running(dev) && need_update)
3519 if (netif_running(dev) && need_update)
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c4604 bool need_update, running = netif_running(dev); local
4620 need_update = !!pp->xdp_prog != !!prog;
4621 if (running && need_update)
4628 if (running && need_update)
/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/ethernet/aquantia/atlantic/
H A Daq_main.c448 bool need_update, running = netif_running(ndev); local
466 need_update = !!aq_nic->xdp_prog != !!prog;
467 if (running && need_update)
479 if (running && need_update)
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c946 txq->need_update = false;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c43 bool need_update; local
63 need_update = !!old_bpf_prog != !!new_bpf_prog;
65 if (running && need_update)
72 if (!running || !need_update)
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h939 * @need_update: indicates need to update read/write index
982 bool need_update; member in struct:iwl_txq
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2563 if (q->need_update == 0)
2588 q->need_update = 0;
2626 rxq->need_update = 0;
2715 if (txq->need_update == 0)
2742 txq->need_update = 0;
3050 txq->need_update = 0;
3095 txq->need_update = 0;
3212 txq->need_update = 1;
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;
H A D3945-mac.c599 txq->need_update = 1;
602 txq->need_update = 0;
621 txq->need_update = 1;
959 rxq->need_update = 1;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c975 bool need_update; local
977 need_update = mlx5e_ipsec_update_esn_state(sa_entry);
978 if (!need_update)
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-snps-femto-v2.c101 bool need_update; member in struct:phy_override_seq
437 if (hsphy->update_seq_cfg[i].need_update)
532 seq_entry->need_update = true;
/linux-master/drivers/misc/cxl/
H A Dnative.c631 bool need_update = (ctx->status == STARTED); local
634 if (need_update) {
654 if (need_update)
/linux-master/net/batman-adv/
H A Dbat_iv_ogm.c1217 bool need_update = false; local
1272 need_update |= batadv_bit_get_packet(bat_priv, bitmap,
1282 if (need_update) {
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c63 bool need_update = true; local
75 need_update = false;
78 if (need_update == false)

Completed in 551 milliseconds

12