Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/bitops/
Dconst_hweight.h36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) macro
/Linux-v5.4/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.4/fs/notify/
Dfsnotify.c390 BUILD_BUG_ON(HWEIGHT32(ALL_FSNOTIFY_BITS) != 25); in fsnotify_init()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c405 BUILD_BUG_ON(HWEIGHT32(ALL_FANOTIFY_EVENT_BITS) != 19); in fanotify_handle_event()
Dfanotify_user.c1137 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_INIT_FLAGS) != 8); in fanotify_user_setup()
1138 BUILD_BUG_ON(HWEIGHT32(FANOTIFY_MARK_FLAGS) != 9); in fanotify_user_setup()
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c823 BUILD_BUG_ON(HWEIGHT32(ALL_INOTIFY_BITS) != 22); in inotify_user_setup()
/Linux-v5.4/fs/
Dfcntl.c1035 HWEIGHT32( in fcntl_init()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c577 BUILD_BUG_ON(IWL_MVM_MAX_UMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK) || in iwl_mvm_mac_setup_register()
578 IWL_MVM_MAX_LMAC_SCANS > HWEIGHT32(IWL_MVM_SCAN_MASK)); in iwl_mvm_mac_setup_register()
/Linux-v5.4/net/core/
Dfilter.c7637 BUILD_BUG_ON(HWEIGHT32(SK_FL_TYPE_MASK) != BITS_PER_BYTE * 2); in bpf_sock_convert_ctx_access()
7646 BUILD_BUG_ON(HWEIGHT32(SK_FL_PROTO_MASK) != BITS_PER_BYTE); in bpf_sock_convert_ctx_access()
8903 BUILD_BUG_ON(HWEIGHT32(SK_FL_PROTO_MASK) != BITS_PER_BYTE); in sk_reuseport_convert_ctx_access()