Searched defs:sync_supers_tsk (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dbacking-dev.c42 static struct task_struct *sync_supers_tsk; variable in typeref:struct:task_struct
253 sync_supers_tsk = kthread_run(bdi_sync_supers, NULL, "sync_supers");
254 BUG_ON(IS_ERR(sync_supers_tsk));
309 wake_up_process(sync_supers_tsk);

Completed in 26 milliseconds