HomeSort by relevance Sort by last modified time
    Searched refs:TS_RUN (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
kctl_wr.c 295 TS_RUN, minclsyspri);
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
procfs.sed.in 55 SED_REPLACE(TS_RUN)
procfs.d.in 325 (T->t_state == @TS_RUN@) ? SRUN :
333 (T->t_state == @TS_RUN@) ? 'R' :
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 56 #define TS_RUN 0x02 /* Runnable, but not yet on a processor */
641 #define THREAD_RUN(tp, lp) THREAD_SET_STATE(tp, TS_RUN, lp)
653 #define THREAD_SWAP(tp, lp) THREAD_SET_STATE(tp, TS_RUN, lp)
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs_thread.c 191 (char *)tthread, 0, &p0, TS_RUN, v.v_maxsyspri - 2);
385 TS_RUN, pri);
582 TS_RUN, v.v_maxsyspri - 2);
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ipsec_loader.c 181 TS_RUN, MAXCLSYSPRI);
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
graphics.c 172 NULL, 0, &p0, TS_RUN, minclsyspri);
memscrub.c 200 TS_RUN, memscrub_thread_pri);
  /onnv/onnv-gate/usr/src/uts/common/disp/
fss.c 1089 if (t->t_state != TS_RUN && t->t_state != TS_WAIT) {
    [all...]
disp.c 905 if ((t->t_state == TS_RUN) && (t->t_waitrq == 0)) {
1084 if ((curthread->t_state == TS_RUN) && (curthread->t_waitrq == 0)) {
1162 * Returns with the thread in TS_RUN state and still locked.
    [all...]
thread.c 302 NULL, 0, &p0, TS_RUN, minclsyspri);
494 * here. If the thread is being created with state TS_RUN a
534 case TS_RUN:
1232 } else if (t->t_state & (TS_RUN | TS_ONPROC)) {
    [all...]
ts.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
sched.c 554 if (thread_pri != -1 && tp->t_state == TS_RUN &&
677 } else if (tp->t_state == TS_RUN)
792 * onproc queue and set its state to be TS_RUN.
865 ASSERT(tp->t_state == TS_RUN);
main.c 615 NULL, 0, &p0, TS_RUN, minclsyspri);
618 NULL, 0, &p0, TS_RUN, minclsyspri);
ddi_timer.c 715 0, &p0, TS_RUN, MAXCLSYSPRI);
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
environ.c 249 NULL, 0, &p0, TS_RUN, minclsyspri);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
txg.c 132 dp, 0, &p0, TS_RUN, minclsyspri);
140 dp, 0, &p0, TS_RUN, minclsyspri);
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_comm.c 447 &p0, TS_RUN, MINCLSYSPRI);
  /onnv/onnv-gate/usr/src/uts/common/io/vscan/
vscan_drv.c 494 0, 0, &p0, TS_RUN, minclsyspri) == NULL) {
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/
md_med.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_deleg.c 704 (void) thread_create(NULL, 0, rfs4_do_cb_null, cp, 0, &p0, TS_RUN,
1027 (void) thread_create(NULL, 0, do_recall, arg, 0, &p0, TS_RUN,
1087 (void) thread_create(NULL, 0, do_recall_file, args, 0, &p0, TS_RUN,
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rsm/
rsmops.c 158 p, 0, &p0, TS_RUN, minclsyspri);
  /onnv/onnv-gate/usr/src/uts/common/pcmcia/sys/
cs_priv.h 579 0, &p0, TS_RUN, CS_THREAD_PRIORITY)
  /onnv/onnv-gate/usr/src/uts/common/crypto/core/
kcf.c 365 0, &p0, TS_RUN, MAXCLSYSPRI);
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
platsvc.c 282 ps_suspend_thread_func, NULL, 0, &p0, TS_RUN, minclsyspri);

Completed in 2460 milliseconds

1 2 3 4 5 6 7