Searched refs:indexes (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/squashfs/
H A Did.c14 * For space efficiency regular files store uid and gid indexes, which are
58 * Read uncompressed id lookup table indexes from disk into memory
64 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); local
89 * table[0], table[1], ... table[indexes - 1] store the locations
92 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1]
96 for (n = 0; n < (indexes - 1); n++) {
107 start = le64_to_cpu(table[indexes - 1]);
H A Dxattr_id.c56 * Read uncompressed xattr id lookup table indexes from disk into memory
62 unsigned int len, indexes; local
83 indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids);
99 /* table[0], table[1], ... table[indexes - 1] store the locations
102 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1]
108 for (n = 0; n < (indexes - 1); n++) {
119 start = le64_to_cpu(table[indexes - 1]);
H A Dexport.c113 * Read uncompressed inode lookup table indexes off disk into memory
119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); local
144 * table0], table[1], ... table[indexes - 1] store the locations
148 * table[indexes - 1] should be less than lookup_table_start, and
151 for (n = 0; n < (indexes - 1); n++) {
163 start = le64_to_cpu(table[indexes - 1]);
/linux-master/drivers/pci/hotplug/
H A Drpaphp_core.c163 const __be32 *indexes, *names, *types, *domains; local
165 indexes = of_get_property(dn, "ibm,drc-indexes", NULL);
170 if (!indexes || !names || !types || !domains) {
175 *drc_indexes = indexes;
199 const __be32 *indexes, *names; local
203 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains);
212 for (i = 0; i < be32_to_cpu(indexes[0]); i++) {
213 if (be32_to_cpu(indexes[i + 1]) == my_index)
306 * @indexes
316 is_php_dn(struct device_node *dn, const __be32 **indexes, const __be32 **names, const __be32 **types, const __be32 **power_domains) argument
380 const __be32 *indexes, *names, *types, *power_domains; local
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c666 const int *indexes; local
670 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL);
671 if (!indexes)
679 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1);
686 ret = of_read_number(&indexes[i], 2);
689 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2);
692 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2);
699 static void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) argument
705 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1);
710 base = of_read_number(&indexes[
721 of_pci_parse_iov_addrs(struct pci_dev *dev, const int *indexes) argument
767 const int *indexes; local
780 const int *indexes; local
[all...]
H A Dpseries_energy.c79 * The first element of ibm,drc-indexes array is the
84 rc = of_property_read_u32_index(dn, "ibm,drc-indexes",
90 rc = of_property_read_u32_index(dn, "ibm,drc-indexes",
113 const int *indexes; local
153 indexes = of_get_property(dn, "ibm,drc-indexes", NULL);
154 if (indexes == NULL)
161 for (i = 0; i < indexes[0]; i++) {
162 if (indexes[i + 1] == drc_index)
/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c238 struct typhoon_indexes indexes __3xp_aligned;
263 struct typhoon_indexes *indexes; member in struct:typhoon
478 struct typhoon_indexes *indexes = tp->indexes; local
485 cleared = le32_to_cpu(indexes->respCleared);
486 ready = le32_to_cpu(indexes->respReady);
528 indexes->respCleared = cpu_to_le32(cleared);
548 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared);
556 int respReady = le32_to_cpu(tp->indexes->respReady);
557 int respCleared = le32_to_cpu(tp->indexes
573 struct typhoon_indexes *indexes = tp->indexes; local
1557 struct typhoon_indexes *indexes = tp->indexes; local
1584 struct typhoon_indexes *indexes = tp->indexes; local
1721 struct typhoon_indexes *indexes = tp->indexes; local
1959 struct typhoon_indexes *indexes = tp->indexes; local
[all...]
/linux-master/tools/mm/
H A Dthpmaps229 def thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads):
252 folios = indexes[index_next:index_end][heads[index_next:index_end]]
415 indexes = np.arange(len(vfns), dtype=np.uint64)
416 ranges = cont_ranges_all([vfns, pfns], [indexes, vfns, pfns])
418 thpstats = thp_parse(vma, kpageflags, ranges, indexes, vfns, pfns, anons, heads)
/linux-master/drivers/md/
H A Ddm-table.c188 /* free the indexes */
1078 sector_t *indexes; local
1080 /* allocate the space for *all* the indexes */
1086 indexes = kvcalloc(total, NODE_SIZE, GFP_KERNEL);
1087 if (!indexes)
1092 t->index[i] = indexes;
1093 indexes += (KEYS_PER_NODE * t->counts[i]);
1108 /* how many indexes will the btree have ? */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c561 long int i, j, k, n, found, indexes[4]; local
644 indexes[n] = j;
658 j = indexes[k];
/linux-master/kernel/bpf/
H A Ddevmap.c42 * indexes these using a hashmap. This allows maps that use ifindex as key to be
586 /* Get ifindex of each upper device. 'indexes' must be able to hold at
590 static int get_upper_ifindexes(struct net_device *dev, int *indexes) argument
597 indexes[n++] = upper->ifindex;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3841 # Key to sort table model indexes by row / column, assuming fewer than 1000 columns
3851 indexes = sorted(view.selectedIndexes(), key=RowColumnKey)
3852 idx_cnt = len(indexes)
3857 min_row = indexes[0].row()
3858 max_row = indexes[0].row()
3859 min_col = indexes[0].column()
3860 max_col = indexes[0].column()
3861 for i in indexes:
3869 for i in indexes:
3876 model = indexes[
[all...]

Completed in 220 milliseconds