Searched refs:rp_state (Results 1 – 5 of 5) sorted by relevance
276 copyout_noerr(curthread->t_rprof->rp_state, in sendsig()278 sizeof (curthread->t_rprof->rp_state)); in sendsig()498 copyout_noerr(curthread->t_rprof->rp_state, in sendsig32()500 sizeof (curthread->t_rprof->rp_state)); in sendsig32()718 copyout_noerr(curthread->t_rprof->rp_state, in sendsig()720 sizeof (curthread->t_rprof->rp_state)); in sendsig()
1077 copyout_noerr(curthread->t_rprof->rp_state, in sendsig()1079 sizeof (curthread->t_rprof->rp_state)); in sendsig()1405 copyout_noerr(curthread->t_rprof->rp_state, in sendsig32()1407 sizeof (curthread->t_rprof->rp_state)); in sendsig32()
242 uint_t rp_state[NMSTATES]; /* mstate profiling counts */ member
392 uint_t rp_state; /* free, idle, active, pause, err */ member
695 t->t_rprof->rp_state[mstate]++; in realprofexpire()