Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dcommon.c401 [const_ilog2(WAKE_PHY)] = "phy",
402 [const_ilog2(WAKE_UCAST)] = "ucast",
403 [const_ilog2(WAKE_MCAST)] = "mcast",
404 [const_ilog2(WAKE_BCAST)] = "bcast",
405 [const_ilog2(WAKE_ARP)] = "arp",
406 [const_ilog2(WAKE_MAGIC)] = "magic",
407 [const_ilog2(WAKE_MAGICSECURE)] = "magicsecure",
408 [const_ilog2(WAKE_FILTER)] = "filter",
420 [const_ilog2(SOF_TIMESTAMPING_OPT_ID)] = "option-id",
423 [const_ilog2(SOF_TIMESTAMPING_OPT_CMSG)] = "option-cmsg",
[all …]
A Dcommon.h15 #define __SOF_TIMESTAMPING_CNT (const_ilog2(SOF_TIMESTAMPING_LAST) + 1)
/linux/arch/arm64/include/asm/
A Dhwcap.h62 #define __khwcap_feature(x) const_ilog2(HWCAP_ ## x)
96 #define __khwcap2_feature(x) (const_ilog2(HWCAP2_ ## x) + 64)
/linux/drivers/scsi/
A Dscsi_debugfs.c10 #define SCSI_CMD_FLAG_NAME(name)[const_ilog2(SCMD_##name)] = #name
A Dscsi_sysfs.c1075 [const_ilog2((__force __u64)BLIST_##name)] = #name
/linux/include/linux/
A Dlog2.h77 #define const_ilog2(n) \ macro
A Duserfaultfd_k.h99 #define MFILL_ATOMIC_MODE_BITS (const_ilog2(NR_MFILL_ATOMIC_MODES - 1) + 1)
/linux/security/selinux/ss/
A Dsidtab.h40 #define size_to_shift(size) ((size) == 1 ? 1 : (const_ilog2((size)-1) + 1))
/linux/arch/arm64/kernel/
A Dcpuinfo.c150 #define COMPAT_KERNEL_HWCAP(x) const_ilog2(COMPAT_HWCAP_ ## x)
182 #define COMPAT_KERNEL_HWCAP2(x) const_ilog2(COMPAT_HWCAP2_ ## x)
/linux/net/netfilter/
A Dnft_set_pipapo.h53 #define NFT_PIPAPO_MAP_NBITS (const_ilog2(NFT_PIPAPO_MAX_BITS * 2))
/linux/fs/btrfs/
A Dvolumes.h45 static_assert(const_ilog2(BTRFS_STRIPE_LEN) == BTRFS_STRIPE_LEN_SHIFT);
58 static_assert(const_ilog2(BTRFS_BLOCK_GROUP_RAID0) >
A Dzoned.c39 #define BTRFS_SB_LOG_FIRST_SHIFT const_ilog2(BTRFS_SB_LOG_FIRST_OFFSET)
40 #define BTRFS_SB_LOG_SECOND_SHIFT const_ilog2(BTRFS_SB_LOG_SECOND_OFFSET)
/linux/drivers/iio/common/scmi_sensors/
A Dscmi_iio.c72 const_ilog2(NSEC_PER_SEC) / const_ilog2(10); in scmi_iio_sensor_update_cb()
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c79 const_ilog2(AS_LOCK_REGION_MIN_SIZE)) - 1; in lock_region()
/linux/mm/kfence/
A Dcore.c157 #define ALLOC_COVERED_ORDER (const_ilog2(CONFIG_KFENCE_NUM_OBJECTS) + 2)
/linux/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c555 const_ilog2(AS_LOCK_REGION_MIN_SIZE)) - 1; in lock_region()

Completed in 45 milliseconds