Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dma/
H A Dlocal.c71 do_timeout(100, 0); in create_mbox()
94 do_timeout(0, 0); in create_mbox()
149 do_timeout(100, 0); in deliver_local()
156 do_timeout(0, 0); in deliver_local()
182 do_timeout(0, 0); in deliver_local()
H A Dnet.c130 if (do_timeout(CON_TIMEOUT, 1) != 0) { in read_remote()
234 do_timeout(0, 0); in read_remote()
243 do_timeout(0, 0); in read_remote()
H A Ddma.h235 int do_timeout(int, int);
H A Dutil.c245 do_timeout(int timeout, int dojmp) in do_timeout() function