Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_qfq.c192 unsigned long bitmaps[QFQ_MAX_STATE]; /* Group bitmaps. */ member
771 unsigned long mask = mask_from(q->bitmaps[ER], grp->index); in qfq_calc_state()
793 q->bitmaps[dst] |= q->bitmaps[src] & mask; in qfq_move_groups()
794 q->bitmaps[src] &= ~mask; in qfq_move_groups()
799 unsigned long mask = mask_from(q->bitmaps[ER], index + 1); in qfq_unblock_groups()
983 ineligible = q->bitmaps[IR] | q->bitmaps[IB]; in qfq_update_eligible()
985 if (!q->bitmaps[ER]) { in qfq_update_eligible()
1063 mask = mask_from(q->bitmaps[ER], agg->grp->index); in qfq_update_start()
1183 if (!q->bitmaps[ER]) in qfq_choose_next_agg()
1186 grp = qfq_ffs(q, q->bitmaps[ER]); in qfq_choose_next_agg()
[all …]
/linux-4.4.14/fs/reiserfs/
Dresize.c106 memcpy(jbitmap[i].bitmaps, jb->bitmaps, copy_size); in reiserfs_resize()
113 node_tmp = jb->bitmaps; in reiserfs_resize()
114 jb->bitmaps = jbitmap[i].bitmaps; in reiserfs_resize()
Djournal.c217 if (!jb->bitmaps[bmap_nr]) { in set_bit_in_list_bitmap()
218 jb->bitmaps[bmap_nr] = get_bitmap_node(sb); in set_bit_in_list_bitmap()
220 set_bit(bit_nr, (unsigned long *)jb->bitmaps[bmap_nr]->data); in set_bit_in_list_bitmap()
228 if (jb->bitmaps == NULL) in cleanup_bitmap_list()
232 if (jb->bitmaps[i]) { in cleanup_bitmap_list()
233 free_bitmap_node(sb, jb->bitmaps[i]); in cleanup_bitmap_list()
234 jb->bitmaps[i] = NULL; in cleanup_bitmap_list()
251 vfree(jb->bitmaps); in free_list_bitmaps()
252 jb->bitmaps = NULL; in free_list_bitmaps()
291 jb->bitmaps = vzalloc(mem); in reiserfs_allocate_list_bitmaps()
[all …]
Dreiserfs.h251 struct reiserfs_bitmap_node **bitmaps; member
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c1051 start = bitmap_find_next_zero_area(mapping->bitmaps[i], in __alloc_iova()
1057 bitmap_set(mapping->bitmaps[i], start, count); in __alloc_iova()
1072 start = bitmap_find_next_zero_area(mapping->bitmaps[i], in __alloc_iova()
1080 bitmap_set(mapping->bitmaps[i], start, count); in __alloc_iova()
1121 bitmap_clear(mapping->bitmaps[bitmap_index], start, count); in __free_iova()
1925 mapping->bitmaps = kzalloc(extensions * sizeof(unsigned long *), in arm_iommu_create_mapping()
1927 if (!mapping->bitmaps) in arm_iommu_create_mapping()
1930 mapping->bitmaps[0] = kzalloc(bitmap_size, GFP_KERNEL); in arm_iommu_create_mapping()
1931 if (!mapping->bitmaps[0]) in arm_iommu_create_mapping()
1948 kfree(mapping->bitmaps[0]); in arm_iommu_create_mapping()
[all …]
/linux-4.4.14/arch/arm/include/asm/
Ddma-iommu.h16 unsigned long **bitmaps; /* array of bitmaps */ member
/linux-4.4.14/fs/btrfs/
Dfree-space-cache.c677 LIST_HEAD(bitmaps); in __load_free_space_cache()
795 list_add_tail(&e->list, &bitmaps); in __load_free_space_cache()
807 list_for_each_entry_safe(e, n, &bitmaps, list) { in __load_free_space_cache()
906 int *entries, int *bitmaps, in write_cache_extent_entries() argument
943 *bitmaps += 1; in write_cache_extent_entries()
984 int entries, int bitmaps) in update_cache_item() argument
1023 btrfs_set_free_space_bitmaps(leaf, header, bitmaps); in update_cache_item()
1165 io_ctl->entries, io_ctl->bitmaps); in btrfs_wait_cache_io()
1231 int bitmaps = 0; in __btrfs_write_out_cache() local
1272 block_group, &entries, &bitmaps, in __btrfs_write_out_cache()
[all …]
Dctree.h1309 int bitmaps; member
/linux-4.4.14/fs/hpfs/
Dsuper.c627 sbi->sb_bitmaps = le32_to_cpu(superblock->bitmaps); in hpfs_fill_super()
657 if (!(sbi->sb_bmp_dir = hpfs_load_bitmap_directory(s, le32_to_cpu(superblock->bitmaps)))) in hpfs_fill_super()
697 hpfs_chk_sectors(s, le32_to_cpu(superblock->bitmaps), 4, "bitmaps")) { in hpfs_fill_super()
Dhpfs.h88 __le32 bitmaps; /* pointers to free space bit maps */ member
/linux-4.4.14/Documentation/input/
Dalps.txt164 The second packet type contains bitmaps representing the x and y axes. In the
165 bitmaps a given bit is set if there is a finger covering that position on the
220 2) The bitmaps represent the same data as in the v3 bitmap packets, although
225 analyzing the bitmaps.
/linux-4.4.14/Documentation/
Dmd-cluster.txt7 The bitmaps record all writes that may have been started on that node,
35 The bm_lockres protects individual node bitmaps. They are named in the
Dkernel-docs.txt256 bitmaps, invariants...
/linux-4.4.14/Documentation/networking/
Drds.txt234 This is implemented by having each node maintain bitmaps which
239 The bitmaps are allocated as connections are brought up. This
241 sages on sockets. The dense bitmaps let transports send the
/linux-4.4.14/arch/arm/mach-tegra/
Dreset-handler.S65 movw r0, #0x3FFD @ enable, cluster_switch, immed, bitmaps
/linux-4.4.14/Documentation/filesystems/
Dext2.txt20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
97 The block(s) following the bitmaps in each block group are designated
257 which would leading to inconsistent bitmaps. An old kernel would also
Dext4.txt94 * ability to pack bitmaps and inode tables into larger virtual groups via the
120 grouping of bitmaps and inode tables. Some test results available here:
603 bitmaps and inode table, the userspace tool thus
Dhpfs.txt37 bitmaps when accessing it).
Df2fs.txt356 : It contains file system information, bitmaps for valid NAT/SIT sets, orphan
/linux-4.4.14/Documentation/virtual/kvm/
Dlocking.txt69 Then, we can ensure the dirty bitmaps is correctly set for a gfn.
/linux-4.4.14/Documentation/hwmon/
Dw83791d104 responsible for handling the fact that the alarms and beep_mask bitmaps
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt561 in the switch, i.e. returns the bitmaps of members and untagged ports
/linux-4.4.14/drivers/video/fbdev/
DKconfig216 For example, to draw a single character, instead of using bitmaps,
217 an index to an array of bitmaps will be used. To clear or move a