Lines Matching refs:cnode
41 cnodeid_t cnode; in setup_replication_mask() local
43 for_each_online_node(cnode) { in setup_replication_mask()
44 if (cnode == 0) in setup_replication_mask()
47 cpumask_set_cpu(cnode, &ktext_repmask); in setup_replication_mask()
88 cnodeid_t cnode; in replicate_kernel_text() local
97 for_each_online_node(cnode) { in replicate_kernel_text()
98 if (cnode == 0) in replicate_kernel_text()
100 client_nasid = COMPACT_TO_NASID_NODEID(cnode); in replicate_kernel_text()
103 if (cpumask_test_cpu(cnode, &ktext_repmask)) { in replicate_kernel_text()
118 unsigned long node_getfirstfree(cnodeid_t cnode) in node_getfirstfree() argument
121 nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); in node_getfirstfree()
128 if ((cnode == 0) || (cpumask_test_cpu(cnode, &ktext_repmask))) in node_getfirstfree()