/linux/lib/ |
H A D | interval_tree.c | 126 * updated to start at new_index. This is faster than calling 132 unsigned long new_index) in interval_tree_span_iter_advance() argument 137 iter->first_index = new_index; in interval_tree_span_iter_advance() 138 if (new_index > iter->last_index) { in interval_tree_span_iter_advance() 144 if (iter->start_hole <= new_index && new_index <= iter->last_hole) { in interval_tree_span_iter_advance() 145 iter->start_hole = new_index; in interval_tree_span_iter_advance() 148 if (new_index == iter->last_hole + 1) in interval_tree_span_iter_advance() 151 interval_tree_span_iter_first(iter, itree, new_index, in interval_tree_span_iter_advance()
|
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/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()
|
/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/include/linux/ |
H A D | interval_tree.h | 73 unsigned long new_index);
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.h | 230 int new_index = *old_index; in enetc_rxbd_next() local 237 if (unlikely(++new_index == rx_ring->bd_count)) { in enetc_rxbd_next() 239 new_index = 0; in enetc_rxbd_next() 243 *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 | 760 pgoff_t new_index, new_nr_pages; in readahead_expand() local 765 new_index = new_start / PAGE_SIZE; in readahead_expand() 773 while (ractl->_index > new_index) { in readahead_expand()
|
/linux/fs/ |
H A D | libfs.c | 388 long new_index = dentry2offset(new_dentry); in simple_offset_rename_exchange() local 394 ret = simple_offset_replace(new_ctx, old_dentry, new_index); in simple_offset_rename_exchange() 414 (void)simple_offset_replace(new_ctx, new_dentry, new_index); in simple_offset_rename_exchange()
|
/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 | 3818 unsigned long new_index, old_index; in rb_try_to_discard() local 3822 new_index = rb_event_index(cpu_buffer, event); in rb_try_to_discard() 3823 old_index = new_index + rb_event_ts_length(event); in rb_try_to_discard() 3866 new_index += write_mask; in rb_try_to_discard() 3869 if (local_try_cmpxchg(&bpage->write, &old_index, new_index)) { in rb_try_to_discard()
|
/linux/net/core/ |
H A D | dev.c | 4554 int new_index = get_xps_queue(dev, sb_dev, skb); in netdev_pick_tx() local 4556 if (new_index < 0) in netdev_pick_tx() 4557 new_index = skb_tx_hash(dev, sb_dev, skb); in netdev_pick_tx() 4559 if (queue_index != new_index && sk && in netdev_pick_tx() 4562 sk_tx_queue_set(sk, new_index); in netdev_pick_tx() 4564 queue_index = new_index; in netdev_pick_tx()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
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()
|