Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dserver.c18 static void afs_server_timer(struct timer_list *timer);
131 timer_setup(&server->timer, afs_server_timer, 0); in afs_alloc_server()
500 static void afs_server_timer(struct timer_list *timer) in afs_server_timer() function