Searched refs:callout_fun (Results 1 – 2 of 2) sorted by relevance
64 callout_fun *c_fn; /* Function to call */123 timeout(u_int secs, callout_fun *fn, opaque_t fn_arg) in timeout()225 callout_fun *fn = cp->c_fn; in softclock()
236 typedef void callout_fun(opaque_t); typedef