Home
last modified time | relevance | path

Searched refs:const_ilog2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/
Dlog2.h77 #define const_ilog2(n) \ macro
159 const_ilog2(n) : \
/Linux-v5.4/arch/arm64/include/asm/
Dhwcap.h45 #define __khwcap_feature(x) const_ilog2(HWCAP_ ## x)
79 #define __khwcap2_feature(x) (const_ilog2(HWCAP2_ ## x) + 32)
/Linux-v5.4/drivers/scsi/
Dscsi_debugfs.c8 #define SCSI_CMD_FLAG_NAME(name)[const_ilog2(SCMD_##name)] = #name
Dscsi_sysfs.c1014 [const_ilog2((__force __u64)BLIST_##name)] = #name
/Linux-v5.4/security/selinux/ss/
Dsidtab.h35 #define size_to_shift(size) ((size) == 1 ? 1 : (const_ilog2((size) - 1) + 1))