Searched refs:find_first_zero_bit (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | id_table.c | 60 obj = find_first_zero_bit(alloc->table, alloc->max); in c4iw_id_alloc()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 148 find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() function 409 for ((bit) = find_first_zero_bit((addr), (size)); \
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_mpfs.c | 62 index = find_first_zero_bit(dev->mpfs.bitmap, l2table_size); in mlx5_mpfs_add_mac()
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_atomic.h | 85 find_first_zero_bit(const u_long *p, u_long max) in find_first_zero_bit() function
|
| H A D | drm_context.c | 94 bit = find_first_zero_bit(dev->ctx_bitmap, DRM_MAX_CTXBITMAP); in drm_ctxbitmap_next()
|
| /freebsd-13.1/sys/dev/mthca/ |
| H A D | mthca_allocator.c | 50 obj = find_first_zero_bit(alloc->table, alloc->max); in mthca_alloc()
|
| H A D | mthca_memfree.c | 644 j = find_first_zero_bit(page->used, MTHCA_DB_REC_PER_PAGE); in mthca_alloc_db()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_ucm.c | 1249 ret = find_first_zero_bit(overflow_map, IB_UCM_MAX_DEVICES); in find_overflow_devnum() 1271 devnum = find_first_zero_bit(dev_map, IB_UCM_MAX_DEVICES); in ib_ucm_add_one()
|
| H A D | ib_user_mad.c | 1153 ret = find_first_zero_bit(overflow_map, IB_UMAD_MAX_PORTS); in find_overflow_devnum() 1168 devnum = find_first_zero_bit(dev_map, IB_UMAD_MAX_PORTS); in ib_umad_init_port()
|
| H A D | ib_uverbs_main.c | 1140 ret = find_first_zero_bit(overflow_map, IB_UVERBS_MAX_DEVICES); in find_overflow_devnum() 1215 devnum = find_first_zero_bit(dev_map, IB_UVERBS_MAX_DEVICES); in ib_uverbs_add_one()
|
| H A D | ib_device.c | 163 i = find_first_zero_bit(inuse, PAGE_SIZE * 8); in alloc_name()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | bcm_osal.h | 400 find_first_zero_bit(bitmap, length)
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_alloc.c | 53 obj = find_first_zero_bit(bitmap->table, bitmap->max); in mlx4_bitmap_alloc()
|