Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbcache.h431 struct task_struct *alloc_thread; member
941 wake_up_process(ca->alloc_thread); in wake_up_allocators()
H A Dsuper.c1749 if (ca && ca->alloc_thread) in CLOSURE_CALLBACK()
1750 kthread_stop(ca->alloc_thread); in CLOSURE_CALLBACK()