Home
last modified time | relevance | path

Searched refs:max_regions (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_partition.c416 int max_regions; in xpc_discovery() local
445 max_regions = 256; in xpc_discovery()
447 max_regions = 64; in xpc_discovery()
451 max_regions *= 2; in xpc_discovery()
453 max_regions *= 2; in xpc_discovery()
455 max_regions *= 2; in xpc_discovery()
461 for (region = 0; region < max_regions; region++) { in xpc_discovery()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c2646 int o2hb_get_all_regions(char *region_uuids, u8 max_regions) in o2hb_get_all_regions() argument
2660 if (numregs < max_regions) { in o2hb_get_all_regions()