Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dalloc.c423 if (ca->alloc_thread) in bch_bucket_alloc()
424 wake_up_process(ca->alloc_thread); in bch_bucket_alloc()
738 ca->alloc_thread = k; in bch_cache_allocator_start()
Dbcache.h412 struct task_struct *alloc_thread; member
912 wake_up_process(ca->alloc_thread); in wake_up_allocators()
Dsuper.c1616 if (ca->alloc_thread) in cache_set_flush()
1617 kthread_stop(ca->alloc_thread); in cache_set_flush()