Home
last modified time | relevance | path

Searched defs:SLEEP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/nvidia/
H A Dtegra_rtc.c80 #define SLEEP(_sc, timeout) \ macro
H A Dtegra_mc.c102 #define SLEEP(_sc, timeout) mtx_sleep(sc, &sc->mtx, 0, "tegra_mc", timeout); macro
H A Dtegra_i2c.c196 #define SLEEP(_sc, timeout) \ macro
H A Dtegra_xhci.c218 #define SLEEP(_sc, timeout) \ macro
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c114 SLEEP, enumerator
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c62 #define SLEEP(_sc, timeout) sx_sleep(sc, &sc->lock, 0, "host1x", timeout); macro
H A Dtegra_dc.c60 #define SLEEP(_sc, timeout) \ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h331 # define SLEEP(x,y) 1; macro
488 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro