Lines Matching refs:cnode
40 cnodeid_t cnode; in setup_replication_mask() local
42 for_each_online_node(cnode) { in setup_replication_mask()
43 if (cnode == 0) in setup_replication_mask()
46 cpumask_set_cpu(cnode, &ktext_repmask); in setup_replication_mask()
87 cnodeid_t cnode; in replicate_kernel_text() local
96 for_each_online_node(cnode) { in replicate_kernel_text()
97 if (cnode == 0) in replicate_kernel_text()
99 client_nasid = COMPACT_TO_NASID_NODEID(cnode); in replicate_kernel_text()
102 if (cpumask_test_cpu(cnode, &ktext_repmask)) { in replicate_kernel_text()
117 unsigned long node_getfirstfree(cnodeid_t cnode) in node_getfirstfree() argument
120 nasid_t nasid = COMPACT_TO_NASID_NODEID(cnode); in node_getfirstfree()
127 if ((cnode == 0) || (cpumask_test_cpu(cnode, &ktext_repmask))) in node_getfirstfree()