Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dalloc.c425 if (ca->alloc_thread) in bch_bucket_alloc()
426 wake_up_process(ca->alloc_thread); in bch_bucket_alloc()
735 ca->alloc_thread = k; in bch_cache_allocator_start()
H A Dbcache.h418 struct task_struct *alloc_thread; member
932 wake_up_process(ca->alloc_thread); in wake_up_allocators()
H A Dsuper.c1768 if (ca->alloc_thread) in cache_set_flush()
1769 kthread_stop(ca->alloc_thread); in cache_set_flush()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dalloc.c425 if (ca->alloc_thread) in bch_bucket_alloc()
426 wake_up_process(ca->alloc_thread); in bch_bucket_alloc()
734 ca->alloc_thread = k; in bch_cache_allocator_start()
H A Dbcache.h426 struct task_struct *alloc_thread; member
931 wake_up_process(ca->alloc_thread); in wake_up_allocators()
H A Dsuper.c1742 if (ca->alloc_thread) in cache_set_flush()
1743 kthread_stop(ca->alloc_thread); in cache_set_flush()

Completed in 16 milliseconds