Searched refs:thr_statd_init (Results 1 – 1 of 1) sorted by relevance
94 static void *thr_statd_init(void *);241 if (thr_create(NULL, 0, thr_statd_init, NULL, THR_DETACHED, NULL)) { in statd_init()252 thr_statd_init(void *arg __unused) in thr_statd_init() function