Searched refs:BITS_TO_COMPAT_LONGS (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dcompat.c200 nr_compat_longs = BITS_TO_COMPAT_LONGS(bitmap_size);
229 nr_compat_longs = BITS_TO_COMPAT_LONGS(bitmap_size);
/linux-master/include/linux/
H A Dcompat.h953 #define BITS_TO_COMPAT_LONGS(bits) DIV_ROUND_UP(bits, BITS_PER_COMPAT_LONG) macro
/linux-master/mm/
H A Dmempolicy.c1478 nbytes = BITS_TO_COMPAT_LONGS(nr_node_ids) * sizeof(compat_long_t);

Completed in 187 milliseconds