Searched refs:BITS_TO_LONGS (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Ddma-attrs.h33 #define __DMA_ATTRS_LONGS BITS_TO_LONGS(DMA_ATTR_MAX)
H A Dbitops.h37 #define BITS_TO_LONGS(n) howmany((n), BITS_PER_LONG) macro
216 len = BITS_TO_LONGS(size) * sizeof(long);
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenvar.h98 #define BITS_TO_LONGS(bits) \ macro
101 unsigned long name[BITS_TO_LONGS(bits)]
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_atomic.h40 #define BITS_TO_LONGS(x) howmany(x, BITS_PER_LONG) macro
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_gem_tiling.c484 obj->bit_17 = malloc(BITS_TO_LONGS(page_count) *
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c93 alloc->table = kmalloc(BITS_TO_LONGS(num) * sizeof (long),
H A Dmthca_mr.c155 s = BITS_TO_LONGS(1 << (buddy->max_order - i));
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dalloc.c182 bitmap->table = kzalloc(BITS_TO_LONGS(bitmap->max) *
H A Dmr.c152 s = BITS_TO_LONGS(1 << (buddy->max_order - i));
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duser_mad.c654 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i)

Completed in 85 milliseconds