Searched refs:BITS_TO_LONGS (Results 1 – 7 of 7) sorted by relevance
17 unsigned long name[BITS_TO_LONGS(bits)]
24 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
54 #define BITS_TO_LONGS(bits) (roundup(bits, BITMAP_WORDBITS) / \ macro
153 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) macro
84 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) macro
525 rmgr->slot = calloc(1, BITS_TO_LONGS(rmgr->size) * sizeof(long)); in rmgr_init()
785 kcalloc(BITS_TO_LONGS(validation_state.max_ip), in vc4_validate_shader()