Home
last modified time | relevance | path

Searched refs:afs_cell_timer (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/afs/
H A Dcell.c23 static void afs_cell_timer(struct timer_list *timer);
161 timer_setup(&cell->management_timer, afs_cell_timer, 0); in afs_alloc_cell()
644 static void afs_cell_timer(struct timer_list *timer) in afs_cell_timer() function