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

/freebsd-current/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-current/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-current/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c32 get_order(paging->fw_paging_size));
71 order = get_order(size);
/freebsd-current/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-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h337 return get_order(2 * 1024);
339 return get_order(4 * 1024);
341 return get_order(8 * 1024);
343 return get_order(16 * 1024);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h168 get_order(unsigned long size) function
/freebsd-current/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-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h195 * get_order() function would return (i.e. 2^order = nr. of pages required).
214 return (get_order(area_size));
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dsdio_txrx.c99 page = __dev_alloc_pages(GFP_KERNEL, get_order(len));
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c425 int order = get_order(skc->skc_obj_size);
473 int order = get_order(skc->skc_obj_size);
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Den.h122 #define MLX4_EN_ALLOC_ORDER get_order(MLX4_EN_ALLOC_SIZE)
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1534 align = PAGE_SIZE << get_order(size);

Completed in 129 milliseconds