Searched refs:timeout_mp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dmap.c971 timeout_mp(opaque_t v) /* argument not used?! */ function
1075 plog(XLOG_ERROR, "Got a zero interval in timeout_mp()!");
1085 timeout_mp_id = timeout(t - now, timeout_mp, NULL);
1090 * Cause timeout_mp to be called soonest
1097 timeout_mp_id = timeout(0, timeout_mp, NULL);
H A Damd.h655 extern void timeout_mp(opaque_t);

Completed in 180 milliseconds