Searched refs:GRP_RESIZE (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | group.h | 40 #define GRP_RESIZE 0x1 /* Resize group capacity if needed */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pg.c | 469 err = group_add(&pg->pg_cpus, cp, GRP_RESIZE); 480 err = group_add(&cpu_pg->pgs, pg, GRP_RESIZE); 496 err = group_remove(&pg->pg_cpus, cp, GRP_RESIZE); 507 err = group_remove(&cpu_pg->pgs, pg, GRP_RESIZE);
|
H A D | group.c | 96 ASSERT(g->grp_size != g->grp_capacity || (gflag & GRP_RESIZE)); 134 if ((gflag & GRP_RESIZE) &&
|
H A D | pghw.c | 446 (void) group_add(hwset, pg, GRP_RESIZE); 457 result = group_remove(hwset, pg, GRP_RESIZE);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cmt.c | 826 (void) group_remove(cmt_pgs, pg, GRP_RESIZE);
|
Completed in 64 milliseconds