Lines Matching defs:yes_resp_map
1564 unsigned long yes_resp_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
1633 set_bit(node, ctxt->yes_resp_map);
1645 * yes_resp_map. Copy that into our domain map and send a join
1648 memcpy(dlm->domain_map, ctxt->yes_resp_map,
1649 sizeof(ctxt->yes_resp_map));
1656 status = dlm_send_nodeinfo(dlm, ctxt->yes_resp_map);
1661 status = dlm_send_regions(dlm, ctxt->yes_resp_map);
1668 dlm_send_join_asserts(dlm, ctxt->yes_resp_map);
1692 ctxt->yes_resp_map,
1693 sizeof(ctxt->yes_resp_map));