Searched refs:sbitmap_queue_min_shallow_depth (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | sbitmap.h | 409 * If you call this, make sure to call sbitmap_queue_min_shallow_depth() after 446 * If you call this, make sure to call sbitmap_queue_min_shallow_depth() after 464 * sbitmap_queue_min_shallow_depth() - Inform a &struct sbitmap_queue of the 477 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
|
/kernel/linux/linux-5.10/lib/ |
H A D | sbitmap.c | 483 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() function 489 EXPORT_SYMBOL_GPL(sbitmap_queue_min_shallow_depth); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | sbitmap.c | 543 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() function 549 EXPORT_SYMBOL_GPL(sbitmap_queue_min_shallow_depth); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sbitmap.h | 479 * If you call this, make sure to call sbitmap_queue_min_shallow_depth() after 508 * sbitmap_queue_min_shallow_depth() - Inform a &struct sbitmap_queue of the 521 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
|
/kernel/linux/linux-5.10/block/ |
H A D | kyber-iosched.c | 456 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated()
|
H A D | bfq-iosched.c | 6383 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, min_shallow); in bfq_depth_updated()
|
/kernel/linux/linux-6.6/block/ |
H A D | kyber-iosched.c | 461 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, kqd->async_depth); in kyber_depth_updated()
|
H A D | mq-deadline.c | 653 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, dd->async_depth); in dd_depth_updated()
|
H A D | bfq-iosched.c | 7129 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, 1); in bfq_depth_updated()
|
Completed in 31 milliseconds