fss_update
(void) timeout(fss_update, arg, hz);
(void) timeout(fss_update, NULL, hz);
static void fss_update(void *);