Searched refs:can_grow (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dswiotlb.h113 * @can_grow: %true if more pools can be allocated dynamically.
133 bool can_grow; member in struct:io_tlb_mem
/linux-master/block/
H A Dblk-mq-tag.c603 bool can_grow)
618 if (!can_grow)
601 blk_mq_tag_update_depth(struct blk_mq_hw_ctx *hctx, struct blk_mq_tags **tagsptr, unsigned int tdepth, bool can_grow) argument
H A Dblk-mq.h177 struct blk_mq_tags **tags, unsigned int depth, bool can_grow);
/linux-master/kernel/dma/
H A Dswiotlb.c373 io_tlb_default_mem.can_grow = true;
451 io_tlb_default_mem.can_grow = true;
1203 if (!mem->can_grow)
1606 io_tlb_default_mem.can_grow = false;

Completed in 114 milliseconds