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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmcommon.h701 #define BITS_TO_BYTES(bits) (((bits)+BITS_PER_BYTE-1)/BITS_PER_BYTE) macro
711 u8 node_map[BITS_TO_BYTES(O2NM_MAX_NODES)];

Completed in 67 milliseconds