Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c311 ar->mem_bitmap[i] = 0; in carl9170_zap_queues()
1984 if (WARN_ON(ar->mem_bitmap)) in carl9170_register()
1987 ar->mem_bitmap = kzalloc(roundup(ar->fw.mem_blocks, BITS_PER_LONG) * in carl9170_register()
1990 if (!ar->mem_bitmap) in carl9170_register()
2103 kfree(ar->mem_bitmap); in carl9170_free()
2104 ar->mem_bitmap = NULL; in carl9170_free()
Ddebug.c220 ar->fw.mem_blocks, ar->mem_bitmap); in carl9170_debugfs_mem_usage_read()
223 bitmap_weight(ar->mem_bitmap, ar->fw.mem_blocks), in carl9170_debugfs_mem_usage_read()
Dcarl9170.h413 unsigned long *mem_bitmap; member
Dtx.c205 cookie = bitmap_find_free_region(ar->mem_bitmap, ar->fw.mem_blocks, 0); in carl9170_alloc_dev_space()
257 bitmap_release_region(ar->mem_bitmap, cookie - 1, 0); in carl9170_release_dev_space()