Searched refs:lgrp_mem_init (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp.c | 218 static void lgrp_mem_init(int, lgrp_handle_t, boolean_t); 645 lgrp_mem_init((int)resource, where, B_FALSE); 1192 * The lgrp_mem_rename() function passes a flag to lgrp_mem_init() and 1199 * lgrp_mem_init), but there is a window when the system has no memory in the 1203 * happen with cpu_lock held which prevents lgrp_mem_init() from re-inserting 1210 * removed. The lgrp_mem_init() function recognizes that the mnode being 1222 lgrp_mem_init(mnode, to, B_TRUE); 1240 lgrp_mem_init(int mnode, lgrp_handle_t hand, boolean_t is_copy_rename) function 1379 * but lgrp_root->lgrp_mnodes is left intact. Later, lgrp_mem_init() will insert 1381 * lgrp_mem_init() fo [all...] |
Completed in 2752 milliseconds