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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dbacking-dev.c48 static struct task_struct *sync_supers_tsk; variable in typeref:struct:task_struct
238 sync_supers_tsk = kthread_run(bdi_sync_supers, NULL, "sync_supers");
239 BUG_ON(IS_ERR(sync_supers_tsk));
306 wake_up_process(sync_supers_tsk);

Completed in 36 milliseconds