Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/ !
H A Dalloc.c422 if (ca->alloc_thread) in bch_bucket_alloc()
423 wake_up_process(ca->alloc_thread); in bch_bucket_alloc()
727 ca->alloc_thread = k; in bch_cache_allocator_start()
H A Dsuper.c1741 if (ca && ca->alloc_thread) in CLOSURE_CALLBACK()
1742 kthread_stop(ca->alloc_thread); in CLOSURE_CALLBACK()