Searched refs:cells_timer (Results 1 - 3 of 3) sorted by path

/linux-master/fs/afs/
H A Dcell.c40 if (timer_reduce(&net->cells_timer, jiffies + delay * HZ))
531 struct afs_net *net = container_of(timer, struct afs_net, cells_timer);
943 if (del_timer_sync(&net->cells_timer))
H A Dinternal.h306 struct timer_list cells_timer; member in struct:afs_net
H A Dmain.c81 timer_setup(&net->cells_timer, afs_cells_timer, 0);

Completed in 205 milliseconds