HomeSort by: relevance | last modified time | path
    Searched refs:tsleep (Results 1 - 25 of 197) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/games/tetris/
input.h 39 void tsleep(void);
input.c 122 tsleep(void) function in typeref:typename:void
tetris.c 117 tsleep();
123 tsleep();
  /src/tests/rump/rumpkern/
t_tsleep.c 41 ATF_TC(tsleep);
42 ATF_TC_HEAD(tsleep, tc)
45 atf_tc_set_md_var(tc, "descr", "Check tsleep variants");
48 ATF_TC_BODY(tsleep, tc)
60 ATF_TP_ADD_TC(tp, tsleep);
  /src/tests/rump/kernspace/
Makefile 7 SRCS= thread.c threadpool.c busypage.c tsleep.c alloc.c lockme.c \
  /src/sys/arch/sparc/sparc/
clock.c 302 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz/50);
328 error = tsleep(&eeprom_busy, PZERO | PCATCH, "eeprom", 0);
  /src/sys/arch/sun3/dev/
eeprom.c 143 error = tsleep(&ee_busy, PZERO | PCATCH, "eeprom", 0);
239 (void)tsleep(eeprom_va, PZERO - 1, "eeprom", hz / 50);
  /src/sys/dev/dmover/
dmover_process.c 122 (void) tsleep(dreq, PRIBIO, "dmover", 0);
  /src/sys/arch/evbmips/alchemy/
dbau1550.c 301 tsleep(&status, PWAIT, "pcmcia_reset_0", mstohz(100));
306 tsleep(&status, PWAIT, "pcmcia_reset_start", mstohz(300));
314 tsleep(&status, PWAIT, "pcmcia_reset_finish", mstohz(1000));
  /src/sys/dev/mvme/
lpt_mvme.c 203 error = tsleep((void *) sc, LPTPRI | PCATCH, "lptopen", STEP);
282 error = tsleep((void *) sc,
307 error = tsleep((void *) sc, LPTPRI | PCATCH,
  /src/sys/dev/sun/
kbdsun.c 138 error = tsleep((void *)&ks->kbd_id, PZERO | PCATCH, devopn,
166 error = tsleep((void *)&ks->kbd_layout, PZERO | PCATCH,
341 error = tsleep(&k->k_txflags, PZERO | PCATCH, "kbdout", 1);
  /src/sys/arch/macppc/dev/
mediabay.c 223 tsleep(sc, PRI_NONE, "mediabay", hz*1);
291 tsleep(&sc->sc_kthread, PRIBIO, "mbayev", 0);
294 tsleep(mediabay_kthread, PRIBIO, "mbayev", hz/4);
  /src/sys/dev/ic/
lpt.c 204 error = tsleep((void *)sc, LPTPRI | PCATCH, "lptopen", STEP);
317 error = tsleep((void *)sc,
351 error = tsleep((void *)sc, LPTPRI | PCATCH,
  /src/sys/arch/arm/sa11x0/
sa11xx_pcic.c 152 (void) tsleep(sapcic_event_thread, PWAIT, "pcicss", hz / 4);
166 (void) tsleep(&so->event, PWAIT, "pcicev", hz);
208 tsleep(sapcic_delay, PWAIT, wmesg, roundup(timo * hz, 1000) / 1000);
  /src/sys/arch/atari/dev/
lpt.c 222 if ((error = tsleep((void *)sc, LPTPRI | PCATCH, "lptopen",
305 error = tsleep((void *)sc,
330 if ((error = tsleep((void *)sc, LPTPRI | PCATCH,
event.c 110 error = tsleep((void *)ev, PEVENT | PCATCH, "firm_event", 0);
  /src/sys/arch/dreamcast/dev/
gdrom.c 269 tsleep(&sc->cmd_active, PRIBIO, "gdrom", 0);
461 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
550 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
596 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
  /src/sys/dev/pcmcia/
if_wi_pcmcia.c 445 tsleep(sc, PWAIT, "wiinit", 1);
546 tsleep(sc, PWAIT, "wiinit", 1);
550 tsleep(sc, PWAIT, "wiinit", 1);
552 tsleep(sc, PWAIT, "wiinit", 1);
if_xi.c 1054 tsleep(&xi_cycle_power, PWAIT, "xipwr1", hz * 40 / 1000);
1060 tsleep(&xi_cycle_power, PWAIT, "xipwr2", hz * 20 / 1000);
1075 tsleep(&xi_full_reset, PWAIT, "xirst1", hz * 20 / 1000);
1077 tsleep(&xi_full_reset, PWAIT, "xirst2", hz * 20 / 1000);
1086 tsleep(&xi_full_reset, PWAIT, "xirst3", hz * 500 / 1000);
1101 tsleep(&xi_full_reset, PWAIT, "xirst4", hz * 40 / 1000);
1147 tsleep(&xi_full_reset, PWAIT, "xirst5", hz * 20 / 1000);
  /src/sys/rump/librump/rumpkern/
ltsleep.c 29 * Implementation of the tsleep/mtsleep kernel sleep interface. There
121 tsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo) function in typeref:typename:int
  /src/sys/arch/vax/vax/
crl.c 138 (void) tsleep(&crltab, PRIBIO, "crlbusy", 0);
167 (void) tsleep(bp, PRIBIO, "crlxfer", 0);
crx.c 164 (void) tsleep(&rx50state, PRIBIO, "crxbusy", 0);
215 (void) tsleep(&rs->rs_blkno, PRIBIO, "crxrw", 0);
  /src/sys/arch/dreamcast/dev/g1/
gdrom.c 393 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
485 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
536 tsleep(&sc->is_busy, PRIBIO, "gdbusy", 0);
  /src/sys/arch/amiga/dev/
event.c 109 error = tsleep((void *)ev, PEVENT | PCATCH, "firm_event", 0);
  /src/sys/arch/vax/uba/
qvms.c 155 (void)tsleep(qvms_enable, TTIPRI, "qvmsopen", hz / 2);

Completed in 25 milliseconds

1 2 3 4 5 6 7 8