Home
last modified time | relevance | path

Searched refs:SWAIT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in50 inline char SWAIT = @SWAIT@; variable
51 #pragma D binding "1.0" SWAIT
329 (T->t_state == @TS_WAIT@) ? SWAIT : 0;
H A Dprocfs.sed.in77 SED_REPLACE(SWAIT)
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h461 #define SWAIT 7 /* process is waiting to become runnable */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1034 case TS_WAIT: state = SWAIT; c = 'W'; break; in gcore_prgetlwpsinfo()
H A Dgenunix.c138 case SWAIT: return ('W'); in pstat2ch()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3307 case TS_WAIT: state = SWAIT; c = 'W'; break; in prgetlwpsinfo()
3373 case TS_WAIT: state = SWAIT; c = 'W'; break; in prgetlwpsinfo32()