Searched refs:get_order (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_prio_q.c21 * is determined by a function 'get_order' which is supplied to the
25 q_order_func get_order
40 my_queue->get_order = get_order;
147 * relative priority is given by the get_order function
159 (*my_queue->get_order)(new_node + 1, j + 1) > 0) {
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_prio_q.h32 q_order_func get_order; member in struct:Queue
68 q_order_func get_order
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h151 get_order(unsigned long size) function
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c65 get_order(chunk->mem[i].length));
152 cur_order = get_order(MLX4_ICM_ALLOC_SIZE);
H A Dmlx4_alloc.c593 buf->page_shift = get_order(size) + PAGE_SHIFT;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_allocator.c207 shift = get_order(size) + PAGE_SHIFT;
H A Dmthca_memfree.c73 get_order(chunk->mem[i].length));
154 cur_order = get_order(MTHCA_ICM_ALLOC_SIZE);
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c624 align = PAGE_SIZE << get_order(size);
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Den.h115 #define MLX4_EN_ALLOC_ORDER get_order(MLX4_EN_ALLOC_SIZE)

Completed in 179 milliseconds