Searched refs:BUILD_BUG_ON (Results 1 – 3 of 3) sorted by relevance
50 BUILD_BUG_ON(sizeof(msg->msg_buf) < cmsg_ctl_len); in bpf_map_set_init()
184 #define BUILD_BUG_ON(cond) ((void)sizeof(char[1 - 2 * !!(cond)])) macro
425 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);