Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
209 unsigned long *cmd_pool_bits; member
6222 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6236 set_bit(i, h->cmd_pool_bits); in cmd_alloc()6263 clear_bit(i, h->cmd_pool_bits); in cmd_free()8031 bitmap_free(h->cmd_pool_bits); in hpsa_free_cmd_pool()8032 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()8053 h->cmd_pool_bits = bitmap_zalloc(h->nr_cmds, GFP_KERNEL); in hpsa_alloc_cmd_pool()8060 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()