Searched refs:GRP_NORESIZE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | group.h | 41 #define GRP_NORESIZE 0x2 /* Do not resize group capacity; may fail */ macro
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cmt.c | 365 if (group_remove(parent->cmt_siblings, parent, GRP_NORESIZE) 367 r = group_add(parent->cmt_siblings, pg, GRP_NORESIZE); 378 if (group_remove(&cmt_root->cl_pgs, parent, GRP_NORESIZE) 380 r = group_add(&cmt_root->cl_pgs, pg, GRP_NORESIZE); 393 if (group_remove(parent->cmt_children, pg, GRP_NORESIZE) != -1) { 394 r = group_add(parent->cmt_children, parent, GRP_NORESIZE); 1000 err = group_add(&pg->cmt_cpus_actv, cp, GRP_NORESIZE); 1011 err = group_add(pg->cmt_siblings, pg, GRP_NORESIZE); 1021 GRP_NORESIZE); 1074 err = group_remove(&pg->cmt_cpus_actv, cp, GRP_NORESIZE); [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | group.c | 92 if ((gflag & GRP_NORESIZE) &&
|
Completed in 71 milliseconds