Searched refs:wbt_set_write_cache (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-wbt.h | 15 void wbt_set_write_cache(struct request_queue *, bool); 27 static inline void wbt_set_write_cache(struct request_queue *q, bool wc) in wbt_set_write_cache() function
|
H A D | blk-wbt.c | 702 void wbt_set_write_cache(struct request_queue *q, bool write_cache_on) in wbt_set_write_cache() function
|
H A D | blk-settings.c | 849 wbt_set_write_cache(q, test_bit(QUEUE_FLAG_WC, &q->queue_flags)); in blk_queue_write_cache()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-wbt.h | 98 void wbt_set_write_cache(struct request_queue *, bool); 117 static inline void wbt_set_write_cache(struct request_queue *q, bool wc) in wbt_set_write_cache() function
|
H A D | blk-settings.c | 793 wbt_set_write_cache(q, test_bit(QUEUE_FLAG_WC, &q->queue_flags)); in blk_queue_write_cache()
|
H A D | blk-wbt.c | 627 void wbt_set_write_cache(struct request_queue *q, bool write_cache_on) in wbt_set_write_cache() function
|
Completed in 6 milliseconds