/linux-4.1.27/net/sched/ |
D | sch_qfq.c | 193 unsigned long bitmaps[QFQ_MAX_STATE]; /* Group bitmaps. */ member 776 unsigned long mask = mask_from(q->bitmaps[ER], grp->index); in qfq_calc_state() 798 q->bitmaps[dst] |= q->bitmaps[src] & mask; in qfq_move_groups() 799 q->bitmaps[src] &= ~mask; in qfq_move_groups() 804 unsigned long mask = mask_from(q->bitmaps[ER], index + 1); in qfq_unblock_groups() 988 ineligible = q->bitmaps[IR] | q->bitmaps[IB]; in qfq_update_eligible() 990 if (!q->bitmaps[ER]) { in qfq_update_eligible() 1068 mask = mask_from(q->bitmaps[ER], agg->grp->index); in qfq_update_start() 1188 if (!q->bitmaps[ER]) in qfq_choose_next_agg() 1191 grp = qfq_ffs(q, q->bitmaps[ER]); in qfq_choose_next_agg() [all …]
|
/linux-4.1.27/fs/reiserfs/ |
D | resize.c | 106 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()
|
D | journal.c | 217 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 …]
|
D | reiserfs.h | 251 struct reiserfs_bitmap_node **bitmaps; member
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 1041 start = bitmap_find_next_zero_area(mapping->bitmaps[i], in __alloc_iova() 1047 bitmap_set(mapping->bitmaps[i], start, count); in __alloc_iova() 1062 start = bitmap_find_next_zero_area(mapping->bitmaps[i], in __alloc_iova() 1070 bitmap_set(mapping->bitmaps[i], start, count); in __alloc_iova() 1111 bitmap_clear(mapping->bitmaps[bitmap_index], start, count); in __free_iova() 1913 mapping->bitmaps = kzalloc(extensions * sizeof(unsigned long *), in arm_iommu_create_mapping() 1915 if (!mapping->bitmaps) in arm_iommu_create_mapping() 1918 mapping->bitmaps[0] = kzalloc(bitmap_size, GFP_KERNEL); in arm_iommu_create_mapping() 1919 if (!mapping->bitmaps[0]) in arm_iommu_create_mapping() 1936 kfree(mapping->bitmaps[0]); in arm_iommu_create_mapping() [all …]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | dma-iommu.h | 16 unsigned long **bitmaps; /* array of bitmaps */ member
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.c | 679 LIST_HEAD(bitmaps); in __load_free_space_cache() 797 list_add_tail(&e->list, &bitmaps); in __load_free_space_cache() 809 list_for_each_entry_safe(e, n, &bitmaps, list) { in __load_free_space_cache() 908 int *entries, int *bitmaps, in write_cache_extent_entries() argument 945 *bitmaps += 1; in write_cache_extent_entries() 986 int entries, int bitmaps) in update_cache_item() argument 1025 btrfs_set_free_space_bitmaps(leaf, header, bitmaps); in update_cache_item() 1167 io_ctl->entries, io_ctl->bitmaps); in btrfs_wait_cache_io() 1233 int bitmaps = 0; in __btrfs_write_out_cache() local 1274 block_group, &entries, &bitmaps, in __btrfs_write_out_cache() [all …]
|
D | ctree.h | 1275 int bitmaps; member
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 600 sbi->sb_bitmaps = le32_to_cpu(superblock->bitmaps); in hpfs_fill_super() 627 if (!(sbi->sb_bmp_dir = hpfs_load_bitmap_directory(s, le32_to_cpu(superblock->bitmaps)))) in hpfs_fill_super() 679 hpfs_chk_sectors(s, le32_to_cpu(superblock->bitmaps), 4, "bitmaps")) { in hpfs_fill_super()
|
D | hpfs.h | 88 __le32 bitmaps; /* pointers to free space bit maps */ member
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 164 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.1.27/Documentation/ |
D | md-cluster.txt | 7 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
|
D | kernel-docs.txt | 256 bitmaps, invariants...
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 234 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.1.27/arch/arm/mach-tegra/ |
D | reset-handler.S | 65 movw r0, #0x3FFD @ enable, cluster_switch, immed, bitmaps
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | locking.txt | 69 Then, we can ensure the dirty bitmaps is correctly set for a gfn.
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext2.txt | 20 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
|
D | ext4.txt | 94 * 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
|
D | ext3.txt | 101 check=none Don't do extra checking of bitmaps on mount.
|
D | hpfs.txt | 37 bitmaps when accessing it).
|
D | f2fs.txt | 353 : It contains file system information, bitmaps for valid NAT/SIT sets, orphan
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83791d | 104 responsible for handling the fact that the alarms and beep_mask bitmaps
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 216 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
|