Searched refs:lwp_asrs (Results 1 – 3 of 3) sorted by relevance
313 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_asrs != NULL) { in Plwp_getasrs()314 (void) memcpy(asrs, lwp->lwp_asrs, sizeof (asrset_t)); in Plwp_getasrs()
141 int64_t *lwp_asrs; /* /proc/<pid>/lwp/<lwpid>/asrs data */ member
205 if (lwp->lwp_asrs != NULL) in Pfini_core()206 free(lwp->lwp_asrs); in Pfini_core()1071 if (lwp == NULL || lwp->lwp_asrs != NULL || nbytes < sizeof (asrset_t)) in note_asrs()1083 lwp->lwp_asrs = asrs; in note_asrs()