Searched refs:bp_index (Results 1 – 3 of 3) sorted by relevance
/linux/fs/nilfs2/ |
A D | btree.c | 35 path[level].bp_index = 0; in nilfs_btree_alloc_path() 860 path[level + 1].bp_index--; in nilfs_btree_carry_left() 864 path[level].bp_index -= n; in nilfs_btree_carry_left() 898 path[level + 1].bp_index++; in nilfs_btree_carry_right() 901 path[level + 1].bp_index--; in nilfs_btree_carry_right() 908 path[level + 1].bp_index++; in nilfs_btree_carry_right() 964 path[level + 1].bp_index++; in nilfs_btree_split() 1301 path[level].bp_index += n; in nilfs_btree_borrow_left() 1328 path[level + 1].bp_index++; in nilfs_btree_borrow_right() 1331 path[level + 1].bp_index--; in nilfs_btree_borrow_right() [all …]
|
A D | btree.h | 32 int bp_index; member
|
/linux/drivers/net/usb/ |
A D | r8152.c | 4949 u16 mode_reg, bp_index; in rtl8152_fw_phy_nc_apply() local 4972 bp_index = __le16_to_cpu(phy->bp_start); in rtl8152_fw_phy_nc_apply() 4975 sram_write(tp, bp_index, __le16_to_cpu(phy->bp[i])); in rtl8152_fw_phy_nc_apply() 4976 bp_index += 2; in rtl8152_fw_phy_nc_apply() 4986 u16 bp_en_addr, bp_index, type, bp_num, fw_ver_reg; in rtl8152_fw_mac_apply() local 5031 bp_index = __le16_to_cpu(mac->bp_start); in rtl8152_fw_mac_apply() 5034 ocp_write_word(tp, type, bp_index, __le16_to_cpu(mac->bp[i])); in rtl8152_fw_mac_apply() 5035 bp_index += 2; in rtl8152_fw_mac_apply()
|
Completed in 23 milliseconds