Home
last modified time | relevance | path

Searched refs:find_next_zero_bit (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDid_table.c56 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in c4iw_id_alloc()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_allocator.c46 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in mthca_alloc()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h199 find_next_zero_bit(unsigned long *addr, unsigned long size, in find_next_zero_bit() function
/NextBSD/sys/ofed/drivers/net/mlx4/
HDalloc.c49 obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last); in mlx4_bitmap_alloc()
/NextBSD/sys/dev/ifmlx4/
HDalloc.c49 obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last); in mlx4_bitmap_alloc()
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_flow_table.c301 *ix = find_next_zero_bit(ft->bitmap, ft->size, g->start_ix); in alloc_flow_index()