Home
last modified time | relevance | path

Searched refs:do_timeout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/dma/
H A Dlocal.c72 do_timeout(100, 0); in create_mbox()
95 do_timeout(0, 0); in create_mbox()
150 do_timeout(100, 0); in deliver_local()
157 do_timeout(0, 0); in deliver_local()
183 do_timeout(0, 0); in deliver_local()
H A Dnet.c135 if (do_timeout(CON_TIMEOUT, 1) != 0) { in read_remote()
248 do_timeout(0, 0); in read_remote()
257 do_timeout(0, 0); in read_remote()
H A Ddma.h248 int do_timeout(int, int);
H A Dutil.c265 do_timeout(int timeout, int dojmp) in do_timeout() function