Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
209 unsigned long *cmd_pool_bits; member
6209 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6223 set_bit(i, h->cmd_pool_bits); in cmd_alloc()6250 clear_bit(i, h->cmd_pool_bits); in cmd_free()8015 bitmap_free(h->cmd_pool_bits); in hpsa_free_cmd_pool()8016 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()8037 h->cmd_pool_bits = bitmap_zalloc(h->nr_cmds, GFP_KERNEL); in hpsa_alloc_cmd_pool()8044 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()