Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Dtegra_rtc.c82 #define SLEEP(_sc, timeout) \ macro
H A Dtegra_mc.c104 #define SLEEP(_sc, timeout) mtx_sleep(sc, &sc->mtx, 0, "tegra_mc", timeout); macro
H A Dtegra_i2c.c198 #define SLEEP(_sc, timeout) \ macro
H A Dtegra_xhci.c220 #define SLEEP(_sc, timeout) \ macro
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c65 #define SLEEP(_sc, timeout) sx_sleep(sc, &sc->lock, 0, "host1x", timeout); macro
H A Dtegra_dc.c63 #define SLEEP(_sc, timeout) \ macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h345 # define SLEEP(x,y) 1; macro
502 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro