Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/bcache/
Dalloc.c452 if (ca->alloc_thread) in bch_bucket_alloc()
453 wake_up_process(ca->alloc_thread); in bch_bucket_alloc()
757 ca->alloc_thread = k; in bch_cache_allocator_start()
Dbcache.h429 struct task_struct *alloc_thread; member
934 wake_up_process(ca->alloc_thread); in wake_up_allocators()
Dsuper.c1736 if (ca->alloc_thread) in CLOSURE_CALLBACK()
1737 kthread_stop(ca->alloc_thread); in CLOSURE_CALLBACK()