Lines Matching defs:bytes
1462 unsigned bytes)
1464 BUG_ON(bytes < (BITS_TO_LONGS(O2NM_MAX_NODES) * sizeof(unsigned long)));
1466 memcpy(map, &o2hb_live_node_bitmap, bytes);
1472 void o2hb_fill_node_map(unsigned long *map, unsigned bytes)
1478 o2hb_fill_node_map_from_callback(map, bytes);
1540 unsigned long bytes;
1543 bytes = simple_strtoul(p, &p, 0);
1548 if (bytes > 4096 || bytes < 512)
1550 if (hweight16(bytes) != 1)
1554 *ret_bytes = bytes;
1556 *ret_bits = ffs(bytes) - 1;