Home
last modified time | relevance | path

Searched refs:get_order (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_prio_q.c25 q_order_func get_order in debug_create_priority_queue() argument
40 my_queue->get_order = get_order; in debug_create_priority_queue()
159 (*my_queue->get_order)(new_node + 1, j + 1) > 0) { in enqueue()
/NextBSD/contrib/ntp/include/
HDntp_prio_q.h32 q_order_func get_order; member
68 q_order_func get_order
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDmm.h56 get_order(unsigned long size) in get_order() function
HDdma-mapping.h135 align = PAGE_SIZE << get_order(size); in dma_alloc_coherent()
/NextBSD/sys/dev/ifmlx4/
HDicm.c65 get_order(chunk->mem[i].length)); in mlx4_free_icm_pages()
149 cur_order = get_order(MLX4_ICM_ALLOC_SIZE); in mlx4_alloc_icm()
HDalloc.c218 buf->page_shift = get_order(size) + PAGE_SHIFT; in mlx4_buf_alloc()
HDmlx4_en.h109 #define MLX4_EN_ALLOC_ORDER get_order(MLX4_EN_ALLOC_SIZE)
HDen_netdev.c1247 priv->rx_alloc_order = get_order(priv->rx_alloc_size); in mlx4_en_start_port()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDicm.c65 get_order(chunk->mem[i].length)); in mlx4_free_icm_pages()
149 cur_order = get_order(MLX4_ICM_ALLOC_SIZE); in mlx4_alloc_icm()
HDalloc.c218 buf->page_shift = get_order(size) + PAGE_SHIFT; in mlx4_buf_alloc()
HDmlx4_en.h103 #define MLX4_EN_ALLOC_ORDER get_order(MLX4_EN_ALLOC_SIZE)
HDen_netdev.c1248 priv->rx_alloc_order = get_order(priv->rx_alloc_size); in mlx4_en_start_port()
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_alloc.c63 buf->page_shift = (u8)get_order(size) + PAGE_SHIFT; in mlx5_buf_alloc_node()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_allocator.c206 shift = get_order(size) + PAGE_SHIFT; in mthca_buf_alloc()
HDmthca_memfree.c73 get_order(chunk->mem[i].length)); in mthca_free_icm_pages()
154 cur_order = get_order(MTHCA_ICM_ALLOC_SIZE); in mthca_alloc_icm()