Home
last modified time | relevance | path

Searched refs:is_power_of_two_u64 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dmisc.h52 static inline bool is_power_of_two_u64(u64 n) in is_power_of_two_u64() function
59 return is_power_of_two_u64(n); in has_single_bit_set()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmisc.h46 static inline bool is_power_of_two_u64(u64 n) in is_power_of_two_u64() function
53 return is_power_of_two_u64(n); in has_single_bit_set()
H A Dzoned.c404 ASSERT(is_power_of_two_u64(zone_sectors)); in btrfs_get_dev_zone_info()

Completed in 4 milliseconds