Lines Matching defs:home
30 * The plgrp utility allows a user to display and modify the home lgroup and
72 * represent changing home as old => new
853 * Use /proc to call lgrp_affinity_set(3LGRP) to set home lgroup of given
874 lgrp_id_t home;
903 * Get and display home lgroup for given LWP
905 home = lwpsinfo->pr_lgrp;
906 (void) printf(FMT_HOME"\n", (int)home);
911 * Get and display this LWP's home lgroup and affinities
914 home = lwpsinfo->pr_lgrp;
915 (void) printf(FMT_HOME, (int)home);
944 * Get home lgroup before and after setting it and display
946 * then home LWPs to lgroups in round robin fashion.
954 gettext("%s: cannot set home lgroup of %d/%d"
963 home = Plgrp_home(Ph, P_LWPID, lwpid);
965 if (home < 0) {
967 gettext("%s cannot get home lgroup for"
973 len = printf(FMT_NEWHOME, (int)old_home, (int)home);
985 * affinities and any resulting change in home lgroups
989 * Get initial home lgroup as it may change.
1140 * and new home lgroups for thread and its old and new
1143 home = Plgrp_home(Ph, P_LWPID, lwpid);
1144 if (home < 0) {
1146 gettext("%s: cannot get home"
1151 if (old_home != home) {
1158 (int)old_home, (int)home);
1162 (void) printf("%-*d", width, (int)home);
1383 case 'h': /* Get home lgroup */
1394 case 'H': /* Set home lgroup */