Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Daverage.h41 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \
50 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \
63 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \
Dbuild_bug.h9 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0) macro
20 #define BUILD_BUG_ON_NOT_POWER_OF_2(n) \ macro
Dquota.h503 BUILD_BUG_ON_NOT_POWER_OF_2(flag); in dquot_state_types()
Dsched.h1343 BUILD_BUG_ON_NOT_POWER_OF_2(TASK_REPORT_MAX); in task_state_index()
/linux-4.19.296/lib/
Derrseq.c63 BUILD_BUG_ON_NOT_POWER_OF_2(MAX_ERRNO + 1); in errseq_set()