Home
last modified time | relevance | path

Searched refs:bp_index (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbtree.c35 path[level].bp_index = 0; in nilfs_btree_alloc_path()
565 path[level].bp_index = index; in nilfs_btree_do_lookup()
597 path[level].bp_index = index; in nilfs_btree_do_lookup()
624 path[level].bp_index = index; in nilfs_btree_do_lookup_last()
636 path[level].bp_index = index; in nilfs_btree_do_lookup_last()
665 /* Next index is already set to bp_index for leaf nodes. */ in nilfs_btree_get_next_key()
673 index = path[level].bp_index + next_adj; in nilfs_btree_get_next_key()
679 /* For non-leaf nodes, next index is stored at bp_index + 1. */ in nilfs_btree_get_next_key()
736 index = path[level].bp_index + 1; in nilfs_btree_lookup_contig()
759 p.index = path[level + 1].bp_index in nilfs_btree_lookup_contig()
[all...]
H A Dbtree.h24 * @bp_index: index of child node
32 int bp_index; member
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dbtree.c35 path[level].bp_index = 0; in nilfs_btree_alloc_path()
565 path[level].bp_index = index; in nilfs_btree_do_lookup()
597 path[level].bp_index = index; in nilfs_btree_do_lookup()
624 path[level].bp_index = index; in nilfs_btree_do_lookup_last()
636 path[level].bp_index = index; in nilfs_btree_do_lookup_last()
665 /* Next index is already set to bp_index for leaf nodes. */ in nilfs_btree_get_next_key()
673 index = path[level].bp_index + next_adj; in nilfs_btree_get_next_key()
679 /* For non-leaf nodes, next index is stored at bp_index + 1. */ in nilfs_btree_get_next_key()
736 index = path[level].bp_index + 1; in nilfs_btree_lookup_contig()
758 p.index = path[level + 1].bp_index in nilfs_btree_lookup_contig()
[all...]
H A Dbtree.h24 * @bp_index: index of child node
32 int bp_index; member
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c3913 u16 mode_reg, bp_index; in rtl8152_fw_phy_nc_apply() local
3934 bp_index = __le16_to_cpu(phy->bp_start); in rtl8152_fw_phy_nc_apply()
3937 sram_write(tp, bp_index, __le16_to_cpu(phy->bp[i])); in rtl8152_fw_phy_nc_apply()
3938 bp_index += 2; in rtl8152_fw_phy_nc_apply()
3948 u16 bp_en_addr, bp_index, type, bp_num, fw_ver_reg; in rtl8152_fw_mac_apply() local
3987 bp_index = __le16_to_cpu(mac->bp_start); in rtl8152_fw_mac_apply()
3990 ocp_write_word(tp, type, bp_index, __le16_to_cpu(mac->bp[i])); in rtl8152_fw_mac_apply()
3991 bp_index += 2; in rtl8152_fw_mac_apply()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dr8152.c5071 u16 mode_reg, bp_index; in rtl8152_fw_phy_nc_apply() local
5094 bp_index = __le16_to_cpu(phy->bp_start); in rtl8152_fw_phy_nc_apply()
5097 sram_write(tp, bp_index, __le16_to_cpu(phy->bp[i])); in rtl8152_fw_phy_nc_apply()
5098 bp_index += 2; in rtl8152_fw_phy_nc_apply()

Completed in 28 milliseconds