/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_eth_com.h | 127 bool need_update; in ena_com_update_dev_comp_head() local 131 need_update = unreported_comp > (io_cq->q_depth / ENA_COMP_HEAD_THRESH); in ena_com_update_dev_comp_head() 133 if (io_cq->cq_head_db_reg && need_update) { in ena_com_update_dev_comp_head()
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cttimer.c | 44 unsigned int need_update:1; member 209 ti->need_update = 1; in ct_xfitimer_reprogram() 218 if (ti->need_update && !can_update) in ct_xfitimer_reprogram() 239 if (ti->running && ti->need_update) { in ct_xfitimer_check_period() 240 ti->need_update = 0; in ct_xfitimer_check_period() 270 ti->need_update = 0; in ct_xfitimer_prepare() 301 ti->need_update = 0; in ct_xfitimer_start()
|
/Linux-v4.19/drivers/nfc/s3fwrn5/ |
D | core.c | 36 bool need_update; in s3fwrn5_firmware_update() local 50 need_update = s3fwrn5_fw_check_version(&info->fw_info, in s3fwrn5_firmware_update() 52 if (!need_update) in s3fwrn5_firmware_update()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 566 bool need_update = false; in iwlagn_set_kill_msk() local 586 need_update = true; in iwlagn_set_kill_msk() 588 return need_update; in iwlagn_set_kill_msk() 603 bool need_update = false; in iwlagn_fill_txpower_mode() local 616 return need_update; in iwlagn_fill_txpower_mode() 628 need_update = true; in iwlagn_fill_txpower_mode() 639 need_update = true; in iwlagn_fill_txpower_mode() 642 return need_update; in iwlagn_fill_txpower_mode()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_kvdl.c | 214 bool need_update = true; in mlxsw_sp1_kvdl_part_init() local 223 need_update = false; in mlxsw_sp1_kvdl_part_init() 235 if (need_update) in mlxsw_sp1_kvdl_part_init()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 485 bool need_update; in mlx5e_xfrm_advance_esn_state() local 490 need_update = mlx5e_ipsec_update_esn_state(sa_entry); in mlx5e_xfrm_advance_esn_state() 491 if (!need_update) in mlx5e_xfrm_advance_esn_state()
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_core.c | 761 atomic_set(&tz->need_update, 1); in thermal_zone_bind_cooling_device() 992 if (atomic_cmpxchg(&pos->need_update, 1, 0)) in __thermal_cooling_device_register() 1230 atomic_set(&tz->need_update, 1); in thermal_zone_device_register() 1280 if (atomic_cmpxchg(&tz->need_update, 1, 0)) in thermal_zone_device_register()
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 211 atomic_t need_update; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | internal.h | 257 bool need_update; member 415 bool need_update; member
|
D | rx.c | 211 rxq->need_update = true; in iwl_pcie_rxq_inc_wr_ptr() 236 if (!rxq->need_update) in iwl_pcie_rxq_check_wrptr() 240 rxq->need_update = false; in iwl_pcie_rxq_check_wrptr()
|
D | tx.c | 279 txq->need_update = true; in iwl_pcie_txq_inc_wr_ptr() 306 if (txq->need_update) { in iwl_pcie_txq_check_wrptrs() 308 txq->need_update = false; in iwl_pcie_txq_check_wrptrs() 562 txq->need_update = false; in iwl_pcie_txq_init()
|
D | trans.c | 2499 txq->need_update, txq->frozen, in iwl_dbgfs_tx_queue_read() 2538 rxq->need_update); in iwl_dbgfs_rx_queue_read()
|
/Linux-v4.19/mm/ |
D | vmstat.c | 1816 static bool need_update(int cpu) in need_update() function 1855 if (!need_update(smp_processor_id())) in quiet_vmstat() 1886 if (!delayed_work_pending(dw) && need_update(cpu)) in vmstat_shepherd()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 2581 if (q->need_update == 0) in il_rx_queue_update_write_ptr() 2606 q->need_update = 0; in il_rx_queue_update_write_ptr() 2644 rxq->need_update = 0; in il_rx_queue_alloc() 2731 if (txq->need_update == 0) in il_txq_update_write_ptr() 2758 txq->need_update = 0; in il_txq_update_write_ptr() 3067 txq->need_update = 0; in il_tx_queue_init() 3112 txq->need_update = 0; in il_tx_queue_reset() 3234 txq->need_update = 1; in il_enqueue_hcmd()
|
D | 3945-mac.c | 619 txq->need_update = 1; in il3945_tx_skb() 622 txq->need_update = 0; in il3945_tx_skb() 641 txq->need_update = 1; in il3945_tx_skb() 981 rxq->need_update = 1; in il3945_rx_queue_restock()
|
D | common.h | 172 u8 need_update; member 618 int need_update; member
|
D | 4965-mac.c | 226 rxq->need_update = 1; in il4965_hw_nic_init() 300 rxq->need_update = 1; in il4965_rx_queue_restock() 1860 txq->need_update = 1; in il4965_tx_skb() 1863 txq->need_update = 0; in il4965_tx_skb() 1915 txq->need_update = 1; in il4965_tx_skb()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | native.c | 639 bool need_update = (ctx->status == STARTED); in update_ivtes_directed() local 642 if (need_update) { in update_ivtes_directed() 662 if (need_update) in update_ivtes_directed()
|
/Linux-v4.19/net/batman-adv/ |
D | bat_iv_ogm.c | 1336 bool need_update = false; in batadv_iv_ogm_update_seqnos() local 1391 need_update |= batadv_bit_get_packet(bat_priv, bitmap, in batadv_iv_ogm_update_seqnos() 1401 if (need_update) { in batadv_iv_ogm_update_seqnos()
|
/Linux-v4.19/fs/f2fs/ |
D | node.c | 389 bool need_update = true; in f2fs_need_inode_block_update() local 396 need_update = false; in f2fs_need_inode_block_update() 398 return need_update; in f2fs_need_inode_block_update()
|