/linux-4.4.14/drivers/macintosh/ |
D | windfarm_smu_sat.c | 52 int index2; /* used for power sensors */ member 166 if (sens->index2 >= 0) { in wf_sat_sensor_get() 167 i = sens->index2 * 2; in wf_sat_sensor_get() 285 sens->index2 = -1; in wf_sat_probe() 312 sens->index2 = isens[core]; in wf_sat_probe()
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera.c | 263 u32 index2; in altera_execute() local 1768 index2 = copy_index2; in altera_execute() 1832 index2 += (count - 1); in altera_execute() 1837 charptr_tmp[index2 >> 3] |= in altera_execute() 1838 (1 << (index2 & 7)); in altera_execute() 1840 charptr_tmp[index2 >> 3] &= in altera_execute() 1841 ~(1 << (index2 & 7)); in altera_execute() 1845 --index2; in altera_execute() 1847 ++index2; in altera_execute() 2028 u32 index2; in altera_execute() local [all …]
|
/linux-4.4.14/lib/842/ |
D | 842_compress.c | 109 int index2[4]; member 276 ret = add_bits(p, p->index2[b >> 1], I2_BITS); in add_template() 458 p->index2[0] = INDEX_NOT_CHECKED; in process_next() 459 p->index2[1] = INDEX_NOT_CHECKED; in process_next() 460 p->index2[2] = INDEX_NOT_CHECKED; in process_next() 461 p->index2[3] = INDEX_NOT_CHECKED; in process_next()
|
/linux-4.4.14/fs/ext4/ |
D | move_extent.c | 135 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock() argument 146 index1 = index2; in mext_page_double_lock() 147 index2 = tmp; in mext_page_double_lock() 156 page[1] = grab_cache_page_write_begin(mapping[1], index2, fl); in mext_page_double_lock()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 1275 (args->index2 <= args->index)) { in xfs_attr3_leaf_add_work() 1276 args->index2++; in xfs_attr3_leaf_add_work() 1603 args->index = args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1609 args->index2 = 0; in xfs_attr3_leaf_rebalance() 1626 args->index2 = blk2->index; in xfs_attr3_leaf_rebalance() 1632 args->index = args->index2 = blk1->index; in xfs_attr3_leaf_rebalance() 2711 entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2]; in xfs_attr3_leaf_flipflags() 2719 ASSERT(args->index2 < ichdr2.count); in xfs_attr3_leaf_flipflags() 2720 ASSERT(args->index2 >= 0); in xfs_attr3_leaf_flipflags() 2732 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags() [all …]
|
D | xfs_da_btree.h | 83 int index2; /* index of 2nd attr in blk */ member
|
D | xfs_attr.c | 603 args->index2 = args->index; in xfs_attr_leaf_addname() 703 args->index = args->index2; in xfs_attr_leaf_addname() 914 args->index2 = args->index; in xfs_attr_node_addname() 1050 args->index = args->index2; in xfs_attr_node_addname()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | io_apic.h | 87 index2 : 1, member
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 249 int iexpon, index1, index2; in crush_ln() local 275 index2 = x1 & 0xff; in crush_ln() 277 LL = __LL_tbl[index2]; in crush_ln()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_ncm.c | 1130 unsigned index, index2; in ncm_unwrap_ntb() local 1205 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1210 index = index2; in ncm_unwrap_ntb() 1233 index2 = get_ncm(&tmp, opts->dgram_item_len); in ncm_unwrap_ntb() 1253 if (index2 == 0 || dg_len2 == 0) in ncm_unwrap_ntb()
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 632 int index2 = in tile_net_discard_aux() local 652 qup->__packet_receive_read = index2; in tile_net_discard_aux() 691 int index2 = in tile_net_poll_aux() local 801 qup->__packet_receive_read = index2; in tile_net_poll_aux()
|
/linux-4.4.14/fs/btrfs/ |
D | tree-log.c | 2727 int index2; in btrfs_sync_log() local 2815 index2 = log_root_tree->log_transid % 2; in btrfs_sync_log() 2816 list_add_tail(&root_log_ctx.list, &log_root_tree->log_ctxs[index2]); in btrfs_sync_log() 2858 index2 = root_log_ctx.log_transid % 2; in btrfs_sync_log() 2859 if (atomic_read(&log_root_tree->log_commit[index2])) { in btrfs_sync_log() 2872 atomic_set(&log_root_tree->log_commit[index2], 1); in btrfs_sync_log() 2874 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) { in btrfs_sync_log() 2950 btrfs_remove_all_log_ctxs(log_root_tree, index2, ret); in btrfs_sync_log() 2954 atomic_set(&log_root_tree->log_commit[index2], 0); in btrfs_sync_log() 2960 if (waitqueue_active(&log_root_tree->log_commit_wait[index2])) in btrfs_sync_log() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 2338 u16 index2; in wlc_lcnphy_set_tx_pwr_soft_ctrl() local 2379 index2 = (u16) (index * 2); in wlc_lcnphy_set_tx_pwr_soft_ctrl() 2380 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_set_tx_pwr_soft_ctrl() 4350 u16 index2; in wlc_lcnphy_tx_power_adjustment() local 4357 index2 = (u16) (index * 2); in wlc_lcnphy_tx_power_adjustment() 4358 mod_phy_reg(pi, 0x4a9, (0x1ff << 0), (index2) << 0); in wlc_lcnphy_tx_power_adjustment()
|
/linux-4.4.14/drivers/iommu/ |
D | intel_irq_remapping.c | 1241 entry->index2 = (index >> 15) & 0x1; in intel_irq_remapping_prepare_irte()
|