Searched refs:do_timeout (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/dma/ |
| H A D | local.c | 71 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 D | net.c | 130 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 D | dma.h | 235 int do_timeout(int, int);
|
| H A D | util.c | 245 do_timeout(int timeout, int dojmp) in do_timeout() function
|