/linux-4.1.27/sound/pci/ctxfi/ |
D | cttimer.c | 44 unsigned int need_update:1; member 210 ti->need_update = 1; in ct_xfitimer_reprogram() 219 if (ti->need_update && !can_update) in ct_xfitimer_reprogram() 240 if (ti->running && ti->need_update) { in ct_xfitimer_check_period() 241 ti->need_update = 0; in ct_xfitimer_check_period() 271 ti->need_update = 0; in ct_xfitimer_prepare() 302 ti->need_update = 0; in ct_xfitimer_start()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | lib.c | 583 bool need_update = false; in iwlagn_set_kill_msk() local 603 need_update = true; in iwlagn_set_kill_msk() 605 return need_update; in iwlagn_set_kill_msk() 620 bool need_update = false; in iwlagn_fill_txpower_mode() local 633 return need_update; in iwlagn_fill_txpower_mode() 645 need_update = true; in iwlagn_fill_txpower_mode() 656 need_update = true; in iwlagn_fill_txpower_mode() 659 return need_update; in iwlagn_fill_txpower_mode()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | internal.h | 106 bool need_update; member 236 bool need_update; member
|
D | rx.c | 171 rxq->need_update = true; in iwl_pcie_rxq_inc_wr_ptr() 187 if (!rxq->need_update) in iwl_pcie_rxq_check_wrptr() 191 rxq->need_update = false; in iwl_pcie_rxq_check_wrptr()
|
D | tx.c | 310 txq->need_update = true; in iwl_pcie_txq_inc_wr_ptr() 332 if (trans_pcie->txq[i].need_update) { in iwl_pcie_txq_check_wrptrs() 334 trans_pcie->txq[i].need_update = false; in iwl_pcie_txq_check_wrptrs() 548 txq->need_update = false; in iwl_pcie_txq_init()
|
D | trans.c | 1835 txq->need_update, txq->frozen, in iwl_dbgfs_tx_queue_read() 1861 rxq->need_update); in iwl_dbgfs_rx_queue_read()
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 194 atomic_t need_update; member
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 1043 atomic_set(&tz->need_update, 1); in thermal_zone_bind_cooling_device() 1197 if (atomic_cmpxchg(&pos->need_update, 1, 0)) in __thermal_cooling_device_register() 1533 atomic_set(&tz->need_update, 1); in thermal_zone_device_register() 1622 if (atomic_cmpxchg(&tz->need_update, 1, 0)) in thermal_zone_device_register()
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 302 int need_update = true; in update_extent_info() local 350 need_update = false; in update_extent_info() 357 need_update = true; in update_extent_info() 361 return need_update; in update_extent_info()
|
D | node.c | 230 bool need_update = true; in need_inode_block_update() local 237 need_update = false; in need_inode_block_update() 239 return need_update; in need_inode_block_update()
|
/linux-4.1.27/net/batman-adv/ |
D | bat_iv_ogm.c | 1284 int need_update = 0; in batadv_iv_ogm_update_seqnos() local 1338 need_update |= batadv_bit_get_packet(bat_priv, bitmap, in batadv_iv_ogm_update_seqnos() 1348 if (need_update) { in batadv_iv_ogm_update_seqnos()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.c | 2579 if (q->need_update == 0) in il_rx_queue_update_write_ptr() 2604 q->need_update = 0; in il_rx_queue_update_write_ptr() 2642 rxq->need_update = 0; in il_rx_queue_alloc() 2729 if (txq->need_update == 0) in il_txq_update_write_ptr() 2756 txq->need_update = 0; in il_txq_update_write_ptr() 3061 txq->need_update = 0; in il_tx_queue_init() 3104 txq->need_update = 0; in il_tx_queue_reset() 3226 txq->need_update = 1; in il_enqueue_hcmd()
|
D | 3945-mac.c | 624 txq->need_update = 1; in il3945_tx_skb() 627 txq->need_update = 0; in il3945_tx_skb() 646 txq->need_update = 1; in il3945_tx_skb() 988 rxq->need_update = 1; in il3945_rx_queue_restock()
|
D | common.h | 171 u8 need_update; member 617 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() 1861 txq->need_update = 1; in il4965_tx_skb() 1864 txq->need_update = 0; in il4965_tx_skb() 1916 txq->need_update = 1; in il4965_tx_skb()
|
/linux-4.1.27/mm/ |
D | vmstat.c | 1400 static bool need_update(int cpu) in need_update() function 1437 if (need_update(cpu) && in vmstat_shepherd()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 1586 int need_update = 0; in update_gid_table() local 1602 need_update = 1; in update_gid_table() 1621 need_update = 1; in update_gid_table() 1624 if (!need_update) in update_gid_table()
|