Searched refs:new (Results 1 – 5 of 5) sorted by relevance
/block/ |
D | blk-mq-tag.c | 506 struct blk_mq_tags *new; in blk_mq_tag_update_depth() local 519 new = blk_mq_alloc_rq_map(set, hctx->queue_num, tdepth, in blk_mq_tag_update_depth() 521 if (!new) in blk_mq_tag_update_depth() 523 ret = blk_mq_alloc_rqs(set, new, hctx->queue_num, tdepth); in blk_mq_tag_update_depth() 525 blk_mq_free_rq_map(new); in blk_mq_tag_update_depth() 531 *tagsptr = new; in blk_mq_tag_update_depth()
|
D | blk-lib.c | 15 struct bio *new = bio_alloc(gfp, nr_pages); in blk_next_bio() local 18 bio_chain(bio, new); in blk_next_bio() 22 return new; in blk_next_bio()
|
D | bfq-iosched.c | 722 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL; in bfq_weights_tree_add() local 740 while (*new) { in bfq_weights_tree_add() 741 struct bfq_weight_counter *__counter = container_of(*new, in bfq_weights_tree_add() 744 parent = *new; in bfq_weights_tree_add() 751 new = &((*new)->rb_left); in bfq_weights_tree_add() 753 new = &((*new)->rb_right); in bfq_weights_tree_add() 777 rb_link_node(&bfqq->weight_counter->weights_node, parent, new); in bfq_weights_tree_add()
|
D | blk-throttle.c | 1916 static void throtl_downgrade_state(struct throtl_data *td, int new) in throtl_downgrade_state() argument 1926 td->limit_index = new; in throtl_downgrade_state()
|
/block/partitions/ |
D | Kconfig | 132 first sector a new partition table in BSD disklabel format. Saying Y
|