nfs_socket.c | 170 static callout_t nfs_timer_ch; variable in typeref:typename:callout_t 688 callout_schedule(&nfs_timer_ch, nfs_ticks); 695 if (callout_pending(&nfs_timer_ch)) 707 callout_init(&nfs_timer_ch, 0); 708 callout_setfunc(&nfs_timer_ch, nfs_timer, NULL); 721 callout_halt(&nfs_timer_ch, NULL); 722 callout_destroy(&nfs_timer_ch);
|