Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/asm-generic/bitops/
Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/Linux-v5.15/include/asm-generic/bitops/
Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/Linux-v5.15/fs/notify/
Dfsnotify.c561 BUILD_BUG_ON(HWEIGHT32(ALL_FSNOTIFY_BITS) != 25); in fsnotify_init()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1589 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 11); in fanotify_user_setup()
1590 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_MARK_FLAGS) != 9); in fanotify_user_setup()
Dfanotify.c742 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 19); in fanotify_handle_event()
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c844 BUILD_BUG_ON(HWEIGHT32(ALL_INOTIFY_BITS) != 22); in inotify_user_setup()
/Linux-v5.15/fs/overlayfs/
Dutil.c691 BUILD_BUG_ON(HWEIGHT32(OVL_PROT_FS_FLAGS_MASK) > OVL_PROTATTR_MAX); in ovl_set_protattr()
/Linux-v5.15/fs/
Dfcntl.c1049 HWEIGHT32( in fcntl_init()
/Linux-v5.15/drivers/pci/controller/
Dpcie-brcmstb.c448 HWEIGHT32(PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT_BASE_MASK); in brcm_pcie_set_outbound_win()
/Linux-v5.15/drivers/net/ipa/
Dipa_endpoint.c831 width = HWEIGHT32(BASE_VALUE_FMASK); in hol_block_timer_val()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c551 BUILD_BUG_ON(IWL_MVM_MAX_UMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK) || in iwl_mvm_mac_setup_register()
552 IWL_MVM_MAX_LMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK)); in iwl_mvm_mac_setup_register()