| /linux/drivers/cpuidle/ |
| H A D | cpuidle-exynos.c | 62 int new_index = index; in exynos_enter_lowpower() local 66 new_index = drv->safe_state_index; in exynos_enter_lowpower() 68 if (new_index == 0) in exynos_enter_lowpower() 69 return arm_cpuidle_simple_enter(dev, drv, new_index); in exynos_enter_lowpower() 73 return new_index; in exynos_enter_lowpower()
|
| /linux/drivers/cpufreq/ |
| H A D | cpufreq_stats.c | 269 int old_index, new_index; in cpufreq_stats_record_transition() local 278 new_index = freq_table_get_index(stats, new_freq); in cpufreq_stats_record_transition() 281 if (unlikely(old_index == -1 || new_index == -1 || old_index == new_index)) in cpufreq_stats_record_transition() 286 stats->last_index = new_index; in cpufreq_stats_record_transition() 287 stats->trans_table[old_index * stats->max_state + new_index]++; in cpufreq_stats_record_transition()
|
| H A D | powernv-cpufreq.c | 742 unsigned int new_index) in powernv_cpufreq_target_index() argument 748 if (unlikely(rebooting) && new_index != get_nominal_index()) in powernv_cpufreq_target_index() 762 freq_data.pstate_id = idx_to_pstate(new_index); in powernv_cpufreq_target_index() 771 gpstate_idx = new_index; in powernv_cpufreq_target_index() 772 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index() 776 if (gpstates->last_gpstate_idx < new_index) { in powernv_cpufreq_target_index() 787 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index() 788 gpstate_idx = new_index; in powernv_cpufreq_target_index() 793 new_index); in powernv_cpufreq_target_index() 797 gpstates->highest_lpstate_idx = new_index; in powernv_cpufreq_target_index() [all …]
|
| /linux/lib/ |
| H A D | parman.c | 186 unsigned long new_index; in parman_lsort_item_add() local 195 new_index = parman_lsort_new_index_find(parman, prio); in parman_lsort_item_add() 201 item->index = new_index; in parman_lsort_item_add()
|
| /linux/arch/sparc/kernel/ |
| H A D | cpumap.c | 321 int level, new_index, index = root_index; in iterate_cpu() local 342 new_index = t->nodes[index].rover; in iterate_cpu() 346 index = new_index; in iterate_cpu()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.h | 239 int new_index = *old_index; in enetc_rxbd_next() local 246 if (unlikely(++new_index == rx_ring->bd_count)) { in enetc_rxbd_next() 248 new_index = 0; in enetc_rxbd_next() 252 *old_index = new_index; in enetc_rxbd_next()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | index.h | 68 index_callback_fn callback, struct uds_index **new_index);
|
| H A D | index.c | 1153 struct uds_index **new_index) in uds_make_index() argument 1268 *new_index = index; in uds_make_index()
|
| /linux/mm/ |
| H A D | readahead.c | 768 pgoff_t new_index, new_nr_pages; in readahead_expand() local 773 new_index = new_start / PAGE_SIZE; in readahead_expand() 781 while (ractl->_index > new_index) { in readahead_expand()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 1061 int new_index = -1; in find_fallback() local 1066 return new_index; in find_fallback() 1071 return new_index; in find_fallback() 1086 new_index = i; in find_fallback() 1090 nsock->fallback_index = new_index; in find_fallback() 1091 if (new_index < 0) { in find_fallback() 1094 return new_index; in find_fallback() 1097 new_index = nsock->fallback_index; in find_fallback() 1098 return new_index; in find_fallback()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_tx.c | 463 u16 new_index; in mlx4_en_process_tx_cq() local 478 new_index = be16_to_cpu(cqe->wqe_index) & size_mask; in mlx4_en_process_tx_cq() 503 } while ((++done < budget) && (ring_index != new_index)); in mlx4_en_process_tx_cq()
|
| H A D | resource_tracker.c | 696 u8 new_index; in update_pkey_index() local 702 new_index = priv->virt2phys_pkey[slave][port - 1][orig_index]; in update_pkey_index() 703 *(u8 *)(inbox->buf + 35) = new_index; in update_pkey_index()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 2317 s8 index, delta_brd, delta_temp, new_index, tempcorrx; in wlc_lcnphy_tempcompensated_txpwrctrl() local 2362 new_index = in wlc_lcnphy_tempcompensated_txpwrctrl() 2364 new_index += tempcorrx; in wlc_lcnphy_tempcompensated_txpwrctrl() 2369 if (new_index < 0 || new_index > 126) in wlc_lcnphy_tempcompensated_txpwrctrl() 2372 return new_index; in wlc_lcnphy_tempcompensated_txpwrctrl()
|
| /linux/drivers/target/ |
| H A D | target_core_transport.c | 185 u32 new_index; in scsi_get_new_index() local 190 new_index = ++scsi_mib_index[type]; in scsi_get_new_index() 193 return new_index; in scsi_get_new_index()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 3834 unsigned long new_index, old_index; in rb_try_to_discard() local 3838 new_index = rb_event_index(cpu_buffer, event); in rb_try_to_discard() 3839 old_index = new_index + rb_event_ts_length(event); in rb_try_to_discard() 3882 new_index += write_mask; in rb_try_to_discard() 3885 if (local_try_cmpxchg(&bpage->write, &old_index, new_index)) { in rb_try_to_discard()
|
| /linux/net/core/ |
| H A D | dev.c | 4661 int new_index = get_xps_queue(dev, sb_dev, skb); in netdev_pick_tx() local 4663 if (new_index < 0) in netdev_pick_tx() 4664 new_index = skb_tx_hash(dev, sb_dev, skb); in netdev_pick_tx() 4668 sk_tx_queue_set(sk, new_index); in netdev_pick_tx() 4670 queue_index = new_index; in netdev_pick_tx()
|