nfs_timer_callout
void nfs_timer_callout (void*);
callout_reset(&nfs_timer_handle, nfs_ticks, nfs_timer_callout, NULL);
nfs_timer_callout(0);