Searched refs:is_cluster (Results 1 – 2 of 2) sorted by relevance
874 static int is_cluster = -1; local877 if (is_cluster != -1)878 return (is_cluster);881 is_cluster = IS_CLUSTER;882 return (is_cluster);884 is_cluster = IS_NOT_CLUSTER;885 return (is_cluster);893 return (is_cluster);
1097 static int is_cluster = -1; in check_cluster() local1106 if (is_cluster != -1) in check_cluster()1107 return (is_cluster); in check_cluster()1126 is_cluster = II_CLUSTER; in check_cluster()1131 is_cluster = II_CLUSTER_LCL; in check_cluster()1134 return (is_cluster); in check_cluster()1139 is_cluster = II_NOT_CLUSTER; in check_cluster()1140 return (is_cluster); in check_cluster()1147 return (is_cluster); in check_cluster()