Home
last modified time | relevance | path

Searched refs:bitmap (Results 176 – 200 of 696) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c223 *cqn = mlx4_bitmap_alloc(&cq_table->bitmap); in __mlx4_cq_alloc_icm()
240 mlx4_bitmap_free(&cq_table->bitmap, *cqn, MLX4_NO_RR); in __mlx4_cq_alloc_icm()
271 mlx4_bitmap_free(&cq_table->bitmap, cqn, MLX4_NO_RR); in __mlx4_cq_free_icm()
472 return mlx4_bitmap_init(&cq_table->bitmap, dev->caps.num_cqs, in mlx4_init_cq_table()
481 mlx4_bitmap_cleanup(&mlx4_priv(dev)->cq_table.bitmap); in mlx4_cleanup_cq_table()
/openbmc/qemu/hw/rdma/
H A Drdma_rm.c88 tbl->bitmap = bitmap_new(tbl_sz); in res_tbl_init()
97 if (!tbl->bitmap) { in res_tbl_free()
102 g_free(tbl->bitmap); in res_tbl_free()
109 if ((handle < tbl->tbl_sz) && (test_bit(handle, tbl->bitmap))) { in rdma_res_tbl_get()
121 *handle = find_first_zero_bit(tbl->bitmap, tbl->tbl_sz); in rdma_res_tbl_alloc()
129 set_bit(*handle, tbl->bitmap); in rdma_res_tbl_alloc()
149 clear_bit(handle, tbl->bitmap); in rdma_res_tbl_dealloc()
/openbmc/linux/fs/minix/
H A DMakefile8 minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
/openbmc/linux/fs/affs/
H A DMakefile10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_wifi.h189 static inline bool ac_bitmap_tst(u8 bitmap, int prec) in ac_bitmap_tst() argument
191 return (bitmap & (1 << (prec))) != 0; in ac_bitmap_tst()
/openbmc/linux/fs/nfs/
H A Dcallback.h67 uint32_t bitmap[2]; member
72 uint32_t bitmap[2]; member
H A Dcallback_proc.c40 res->bitmap[0] = res->bitmap[1] = 0; in nfs4_callback_getattr()
64 res->bitmap[0] = (FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE) & in nfs4_callback_getattr()
65 args->bitmap[0]; in nfs4_callback_getattr()
66 res->bitmap[1] = (FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY) & in nfs4_callback_getattr()
67 args->bitmap[1]; in nfs4_callback_getattr()
/openbmc/qemu/hw/input/
H A Dvirtio-input-host.c53 rc = ioctl(vih->fd, EVIOCGBIT(type, count/8), bits.u.bitmap); in virtio_input_bits_config()
59 if (bits.u.bitmap[i]) { in virtio_input_bits_config()
163 byte = abs->u.bitmap[i]; in virtio_input_host_realize()
/openbmc/linux/Documentation/input/devices/
H A Dalps.rst175 given axis. Thus the bitmap packet can be used for low-resolution multi-touch
213 byte 6: bitmap data (described below)
214 byte 7: bitmap data (described below)
216 The last two bytes represent a partial bitmap packet, with 3 full packets
217 required to construct a complete bitmap packet. Once assembled, the 6-byte
218 bitmap packet has the following format::
229 1) In the bitmap data, bit 6 of byte 0 serves as a sync byte to
230 identify the first fragment of a bitmap packet.
232 2) The bitmaps represent the same data as in the v3 bitmap packets, although
239 4) There is a 3 to 1 ratio of position packets to bitmap packets. Therefore
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h41 void vmci_dbell_scan_notification_entries(u8 *bitmap);
/openbmc/u-boot/api/
H A Dapi_private.h31 int display_draw_bitmap(ulong bitmap, int x, int y);
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst203 mapped to the device determines if the array qualifies for fast bitmap
204 processing. If yes, a bitmap is passed over get/set array functions directly
207 In order to qualify for fast bitmap processing, the array must meet the
214 Otherwise fast bitmap processing path is not used in order to avoid consecutive
218 If the array applies for fast bitmap processing path, pins which belong to
221 output. Moreover, open drain and open source pins are excluded from fast bitmap
/openbmc/qemu/ui/
H A Dspice-display.c142 update->bitmap = g_malloc(bw * bh * 4); in qemu_spice_create_one_update()
164 image->bitmap.flags = QXL_BITMAP_DIRECT | QXL_BITMAP_TOP_DOWN; in qemu_spice_create_one_update()
165 image->bitmap.stride = bw * 4; in qemu_spice_create_one_update()
166 image->descriptor.width = image->bitmap.x = bw; in qemu_spice_create_one_update()
167 image->descriptor.height = image->bitmap.y = bh; in qemu_spice_create_one_update()
168 image->bitmap.data = (uintptr_t)(update->bitmap); in qemu_spice_create_one_update()
169 image->bitmap.palette = 0; in qemu_spice_create_one_update()
170 image->bitmap.format = SPICE_BITMAP_FMT_32BIT; in qemu_spice_create_one_update()
173 (void *)update->bitmap, bw * 4); in qemu_spice_create_one_update()
308 g_free(update->bitmap); in qemu_spice_destroy_update()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmsi_bitmap.h14 unsigned long *bitmap; member
/openbmc/qemu/
H A Dqemu-img-cmds.hx24 DEF("bitmap", img_bitmap,
25bitmap (--merge SOURCE | --add | --remove | --clear | --enable | --disable)... [-b source_file [-F…
27 .. option:: bitmap (--merge SOURCE | --add | --remove | --clear | --enable | --disable)... [-b SOUR…
/openbmc/linux/include/linux/
H A Dfind.h6 #error only <linux/bitmap.h> can be included directly
442 unsigned long __for_each_wrap(const unsigned long *bitmap, unsigned long size, in __for_each_wrap() argument
450 bit = find_next_bit(bitmap, size, n); in __for_each_wrap()
459 bit = find_next_bit(bitmap, start, n); in __for_each_wrap()
/openbmc/linux/arch/sparc/mm/
H A Diommu.c62 unsigned long *bitmap; in sbus_iommu_init() local
113 bitmap = kmalloc(IOMMU_NPTES>>3, GFP_KERNEL); in sbus_iommu_init()
114 if (!bitmap) { in sbus_iommu_init()
119 bit_map_init(&iommu->usemap, bitmap, IOMMU_NPTES); in sbus_iommu_init()
/openbmc/linux/arch/x86/include/asm/
H A Dio_bitmap.h13 unsigned long bitmap[IO_BITMAP_LONGS]; member
/openbmc/linux/fs/hfs/
H A DMakefile8 hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
/openbmc/qemu/block/
H A Dmeson.build17 'dirty-bitmap.c',
28 'qcow2-bitmap.c',
149 '../include/block/dirty-bitmap.h',
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_msi.h41 struct msi_bitmap bitmap; member
/openbmc/linux/drivers/md/
H A Draid1.c1221 struct bitmap *bitmap = mddev->bitmap; in raid1_read_request() local
1290 bitmap) { in raid1_read_request()
1296 wait_event(bitmap->behind_wait, in raid1_read_request()
1297 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()
1342 struct bitmap *bitmap = mddev->bitmap; in raid1_write_request() local
1495 if (write_behind && bitmap) in raid1_write_request()
1526 if (bitmap && write_behind && in raid1_write_request()
1527 (atomic_read(&bitmap->behind_writes) in raid1_write_request()
2696 md_bitmap_close_sync(mddev->bitmap); in raid1_sync_request()
2706 if (mddev->bitmap == NULL && in raid1_sync_request()
[all …]
/openbmc/linux/drivers/pci/controller/
H A Dpcie-iproc-msi.c100 unsigned long *bitmap; member
262 hwirq = bitmap_find_free_region(msi->bitmap, msi->nr_msi_vecs, in iproc_msi_irq_domain_alloc()
290 bitmap_release_region(msi->bitmap, hwirq, in iproc_msi_irq_domain_free()
591 msi->bitmap = devm_bitmap_zalloc(pcie->dev, msi->nr_msi_vecs, in iproc_msi_init()
593 if (!msi->bitmap) in iproc_msi_init()
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h95 XEN_GUEST_HANDLE(uint8) bitmap;
97 uint8_t *bitmap;
/openbmc/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst16 bitmap addresses a power of two number of blocks. For example, if the
19 This means that each bit in the block allocation bitmap now addresses

12345678910>>...28