domain_map 520 drivers/powercap/intel_rapl_common.c unsigned int mask = rp->domain_map & (1 << i); domain_map 1217 drivers/powercap/intel_rapl_common.c rp->domain_map |= 1 << i; domain_map 1221 drivers/powercap/intel_rapl_common.c rp->nr_domains = bitmap_weight(&rp->domain_map, RAPL_DOMAIN_MAX); domain_map 131 fs/ocfs2/dlm/dlmcommon.h unsigned long domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; domain_map 703 fs/ocfs2/dlm/dlmdebug.c out += stringify_nodemap(dlm->domain_map, O2NM_MAX_NODES, domain_map 538 fs/ocfs2/dlm/dlmdomain.c while ((node = find_next_bit(dlm->domain_map, O2NM_MAX_NODES, domain_map 561 fs/ocfs2/dlm/dlmdomain.c clear_bit(node, dlm->domain_map); domain_map 614 fs/ocfs2/dlm/dlmdomain.c node = find_next_bit(dlm->domain_map, O2NM_MAX_NODES, node + 1); domain_map 638 fs/ocfs2/dlm/dlmdomain.c clear_bit(dlm->node_num, dlm->domain_map); domain_map 639 fs/ocfs2/dlm/dlmdomain.c while ((node = find_next_bit(dlm->domain_map, O2NM_MAX_NODES, domain_map 670 fs/ocfs2/dlm/dlmdomain.c clear_bit(node, dlm->domain_map); domain_map 834 fs/ocfs2/dlm/dlmdomain.c if (test_bit(nodenum, dlm->domain_map)) { domain_map 871 fs/ocfs2/dlm/dlmdomain.c } else if (test_bit(bit, dlm->domain_map)) { domain_map 940 fs/ocfs2/dlm/dlmdomain.c set_bit(assert->node_idx, dlm->domain_map); domain_map 1648 fs/ocfs2/dlm/dlmdomain.c memcpy(dlm->domain_map, ctxt->yes_resp_map, domain_map 1650 fs/ocfs2/dlm/dlmdomain.c set_bit(dlm->node_num, dlm->domain_map); domain_map 2016 fs/ocfs2/dlm/dlmdomain.c memset(dlm->domain_map, 0, sizeof(dlm->domain_map)); domain_map 295 fs/ocfs2/dlm/dlmmaster.c memcpy(mle->node_map, dlm->domain_map, sizeof(mle->node_map)); domain_map 296 fs/ocfs2/dlm/dlmmaster.c memcpy(mle->vote_map, dlm->domain_map, sizeof(mle->vote_map)); domain_map 2099 fs/ocfs2/dlm/dlmmaster.c memcpy(nodemap, dlm->domain_map, sizeof(nodemap)); domain_map 2176 fs/ocfs2/dlm/dlmmaster.c dlm_node_iter_init(dlm->domain_map, &iter); domain_map 2818 fs/ocfs2/dlm/dlmmaster.c if (!test_bit(mig_target, dlm->domain_map)) domain_map 2878 fs/ocfs2/dlm/dlmmaster.c test_bit(target, dlm->domain_map) ? "no":"yes"); domain_map 2882 fs/ocfs2/dlm/dlmmaster.c test_bit(target, dlm->domain_map) ? "no":"yes"); domain_map 2892 fs/ocfs2/dlm/dlmmaster.c if (!test_bit(target, dlm->domain_map)) { domain_map 3052 fs/ocfs2/dlm/dlmmaster.c skip = (!test_bit(nodenum, dlm->domain_map)); domain_map 3423 fs/ocfs2/dlm/dlmmaster.c dlm_node_iter_init(dlm->domain_map, &iter); domain_map 3550 fs/ocfs2/dlm/dlmmaster.c BUG_ON((find_next_bit(dlm->domain_map, O2NM_MAX_NODES, 0) < O2NM_MAX_NODES)); domain_map 330 fs/ocfs2/dlm/dlmrecovery.c dead = !test_bit(node, dlm->domain_map); domain_map 745 fs/ocfs2/dlm/dlmrecovery.c memcpy(dlm->reco.node_map, dlm->domain_map, sizeof(dlm->domain_map)); domain_map 1644 fs/ocfs2/dlm/dlmrecovery.c dlm_node_iter_init(dlm->domain_map, &iter); domain_map 2462 fs/ocfs2/dlm/dlmrecovery.c if (!test_bit(idx, dlm->domain_map)) { domain_map 2479 fs/ocfs2/dlm/dlmrecovery.c clear_bit(idx, dlm->domain_map); domain_map 2499 fs/ocfs2/dlm/dlmrecovery.c if (test_bit(idx, dlm->domain_map)) domain_map 2689 fs/ocfs2/dlm/dlmrecovery.c dlm_node_iter_init(dlm->domain_map, &iter); domain_map 2817 fs/ocfs2/dlm/dlmrecovery.c if (!test_bit(br->dead_node, dlm->domain_map) || domain_map 2824 fs/ocfs2/dlm/dlmrecovery.c set_bit(br->dead_node, dlm->domain_map); domain_map 2854 fs/ocfs2/dlm/dlmrecovery.c dlm_node_iter_init(dlm->domain_map, &iter); domain_map 131 include/linux/intel_rapl.h unsigned long domain_map; /* bit map of active domains */