Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-tag.c94 int nr_ulongs; in init_tag_map() local
106 nr_ulongs = ALIGN(depth, BITS_PER_LONG) / BITS_PER_LONG; in init_tag_map()
107 tag_map = kcalloc(nr_ulongs, sizeof(unsigned long), GFP_ATOMIC); in init_tag_map()
208 int max_depth, nr_ulongs; in blk_queue_resize_tags() local
242 nr_ulongs = ALIGN(max_depth, BITS_PER_LONG) / BITS_PER_LONG; in blk_queue_resize_tags()
243 memcpy(bqt->tag_map, tag_map, nr_ulongs * sizeof(unsigned long)); in blk_queue_resize_tags()