Lines Matching defs:exists

222 	int		exists;
264 int exists;
274 int exists;
580 !lgrp_plat_memnode_info[node].exists ||
593 if (lgrp_plat_memnode_info[node].exists &&
635 if (lgrp_plat_memnode_info[node].exists == 0)
716 if (!lgrp_plat_memnode_info[node].exists)
766 * all changes are visible to other CPUs before setting the "exists" flag.
767 * 4) On reading side, membar_consumer() after checking the "exists" flag
773 * ensure all changes are visible to other CPUs before setting the "exists"
775 * 3) On reading side, membar_consumer() after checking the "exists" flag
809 /* Check whether CPU already exists. */
810 ASSERT(!lgrp_plat_cpu_node[cp->cpu_id].exists);
811 if (lgrp_plat_cpu_node[cp->cpu_id].exists) {
813 "!lgrp: CPU(%d) already exists in cpu_node map.",
859 lgrp_plat_cpu_node[cp->cpu_id].exists = 1;
870 /* Check whether CPU exists. */
871 ASSERT(lgrp_plat_cpu_node[cp->cpu_id].exists);
872 if (!lgrp_plat_cpu_node[cp->cpu_id].exists) {
893 lgrp_plat_cpu_node[cp->cpu_id].exists = 0;
1131 if (mem_node_config[_n].exists) { \
1257 ASSERT(lgrp_plat_node_domain[from].exists);
1380 if (!cpu_node[i].exists || cpu_node[i].apicid != apicid)
1447 if (cpuid >= cpu_node_nentries || !cpu_node[cpuid].exists)
1471 if (node_domain[node].exists) {
1588 * exists
1710 if (!memnode_info[i].exists)
1714 if (!memnode_info[j].exists)
1767 if (!memnode_info[j].exists)
1784 if (!memnode_info[l].exists)
1860 if (!memnode_info[i].exists)
1874 if (!memnode_info[i].exists)
1905 if (!memnode_info[j].exists)
1954 if (!memnode_info[i].exists)
1957 if (!memnode_info[j].exists)
1974 if (!memnode_info[i].exists)
1996 if (!memnode_info[j].exists)
2084 if (!mem_node_config[mnode].exists) {
2180 if (!node_domain[node].exists) {
2183 node_domain[node].exists = 1;
2188 * Entry exists for this proximity domain already, so just
2236 if (memnode_info[mnode].exists &&
2257 memnode_info[mnode].exists = 1;
2266 if (!memnode_info[node].exists) {
2273 memnode_info[node].exists = 1;
2278 * Entry already exists for this proximity domain
2323 if (!memnode_info[i].exists)
2331 if (memnode_info[j].exists) {
2370 if (!memnode_info[i].exists)
2378 if (memnode_info[j].exists) {
2615 cpu_node[i].exists = 1;
2825 * when the System Resource Affinity Table (SRAT) exists.
3168 * count when no entry exists where proximity domain
3171 if (!node_domain[i].exists) {
3172 node_domain[i].exists = 1;
3181 * and its entry exists
3189 * Entry exists where proximity domain hashed, but for
3295 * (SRAT) if it exists on the machine of interest.
3593 memnode_info[node].exists = 0;
3603 memnode_info[node].exists = 1;