Home
last modified time | relevance | path

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

/block/
Dblk-tag.c93 int nr_ulongs; in init_tag_map() local
105 nr_ulongs = ALIGN(depth, BITS_PER_LONG) / BITS_PER_LONG; in init_tag_map()
106 tag_map = kzalloc(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()