Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
A Dsuper.c1101 dc->status_update_thread = kthread_run(cached_dev_status_update, in bch_cached_dev_run()
1103 if (IS_ERR(dc->status_update_thread)) { in bch_cached_dev_run()
1360 if (!IS_ERR_OR_NULL(dc->status_update_thread)) in cached_dev_free()
1361 kthread_stop(dc->status_update_thread); in cached_dev_free()
A Dbcache.h346 struct task_struct *status_update_thread; member

Completed in 14 milliseconds