Home
last modified time | relevance | path

Searched refs:next_power_of_two (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_pf_qmgr.c66 alloc_size = (u16)next_power_of_two(num); in ixl_pf_qmgr_alloc_contiguous()
105 alloc_size = (u16)next_power_of_two(num); in ixl_pf_qmgr_alloc_scattered()
H A Dixl.h490 next_power_of_two(u32 n) in next_power_of_two() function