Home
last modified time | relevance | path

Searched refs:find_first_zero_bit (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/dev/drm/
HDdrm_atomic.h76 find_first_zero_bit(volatile void *p, int max) in find_first_zero_bit() function
HDdrm_context.c68 bit = find_first_zero_bit(dev->ctx_bitmap, DRM_MAX_CTXBITMAP); in drm_ctxbitmap_next()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDid_table.c58 obj = find_first_zero_bit(alloc->table, alloc->max); in c4iw_id_alloc()
/NextBSD/sys/dev/drm2/
HDdrm_atomic.h82 find_first_zero_bit(const u_long *p, u_long max) in find_first_zero_bit() function
HDdrm_context.c94 bit = find_first_zero_bit(dev->ctx_bitmap, DRM_MAX_CTXBITMAP); in drm_ctxbitmap_next()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_allocator.c49 obj = find_first_zero_bit(alloc->table, alloc->max); in mthca_alloc()
HDmthca_memfree.c765 j = find_first_zero_bit(page->used, MTHCA_DB_REC_PER_PAGE); in mthca_alloc_db()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h112 find_first_zero_bit(unsigned long *addr, unsigned long size) in find_first_zero_bit() function
/NextBSD/sys/ofed/drivers/net/mlx4/
HDalloc.c53 obj = find_first_zero_bit(bitmap->table, bitmap->max); in mlx4_bitmap_alloc()
/NextBSD/sys/dev/ifmlx4/
HDalloc.c53 obj = find_first_zero_bit(bitmap->table, bitmap->max); in mlx4_bitmap_alloc()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDuser_mad.c1060 ret = find_first_zero_bit(overflow_map, IB_UMAD_MAX_PORTS); in find_overflow_devnum()
1074 devnum = find_first_zero_bit(dev_map, IB_UMAD_MAX_PORTS); in ib_umad_init_port()
HDdevice.c141 i = find_first_zero_bit(inuse, PAGE_SIZE * 8); in alloc_name()
HDuverbs_main.c1215 ret = find_first_zero_bit(overflow_map, IB_UVERBS_MAX_DEVICES); in find_overflow_devnum()
1281 devnum = find_first_zero_bit(dev_map, IB_UVERBS_MAX_DEVICES); in ib_uverbs_add_one()
HDucm.c1257 ret = find_first_zero_bit(overflow_map, IB_UCM_MAX_DEVICES); in find_overflow_devnum()
1280 devnum = find_first_zero_bit(dev_map, IB_UCM_MAX_DEVICES); in ib_ucm_add_one()