Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dbio.c32 struct bio *free_list_irq; member
436 cache->free_list = cache->free_list_irq; in bio_alloc_irq_cache_splice()
437 cache->free_list_irq = NULL; in bio_alloc_irq_cache_splice()
790 bio->bi_next = cache->free_list_irq; in bio_put_percpu_cache()
791 cache->free_list_irq = bio; in bio_put_percpu_cache()