Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debugfs.c10 #define SCSI_CMD_FLAG_NAME(name)[const_ilog2(SCMD_##name)] = #name
/linux/security/selinux/ss/
H A Dsidtab.h40 #define size_to_shift(size) ((size) == 1 ? 1 : (const_ilog2((size)-1) + 1))
/linux/net/netfilter/
H A Dnft_set_pipapo.h50 #define NFT_PIPAPO_MAP_NBITS (const_ilog2(NFT_PIPAPO_MAX_BITS * 2))
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c122 const_ilog2(AS_LOCK_REGION_MIN_SIZE)) - 1; in lock_region()
/linux/tools/testing/selftests/ublk/
H A Dkublk.c1950 #define const_ilog2(x) (63 - __builtin_clzll(x)) in cmd_dev_get_features() macro
1951 #define FEAT_NAME(f) [const_ilog2(f)] = #f in cmd_dev_get_features()