Home
last modified time | relevance | path

Searched refs:HWEIGHT32 (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/asm-generic/bitops/
Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/Linux-v6.1/tools/include/asm-generic/bitops/
Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/Linux-v6.1/fs/notify/
Dfsnotify.c590 BUILD_BUG_ON(HWEIGHT32(ALL_FSNOTIFY_BITS) != 23); in fsnotify_init()
/Linux-v6.1/fs/notify/fanotify/
Dfanotify_user.c1864 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 12); in fanotify_user_setup()
1865 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_MARK_FLAGS) != 11); in fanotify_user_setup()
Dfanotify.c922 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 21); in fanotify_handle_event()
/Linux-v6.1/fs/notify/inotify/
Dinotify_user.c863 BUILD_BUG_ON(HWEIGHT32(ALL_INOTIFY_BITS) != 22); in inotify_user_setup()
/Linux-v6.1/fs/
Dfcntl.c1031 HWEIGHT32( in fcntl_init()
/Linux-v6.1/fs/overlayfs/
Dutil.c719 BUILD_BUG_ON(HWEIGHT32(OVL_PROT_FS_FLAGS_MASK) > OVL_PROTATTR_MAX); in ovl_set_protattr()
/Linux-v6.1/drivers/pci/controller/
Dpcie-brcmstb.c424 HWEIGHT32(PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT_BASE_MASK); in brcm_pcie_set_outbound_win()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c460 BUILD_BUG_ON(IWL_MVM_MAX_UMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK) || in iwl_mvm_mac_setup_register()
461 IWL_MVM_MAX_LMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK)); in iwl_mvm_mac_setup_register()