Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
209 unsigned long *cmd_pool_bits; member
6216 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6230 set_bit(i, h->cmd_pool_bits); in cmd_alloc()6257 clear_bit(i, h->cmd_pool_bits); in cmd_free()8024 bitmap_free(h->cmd_pool_bits); in hpsa_free_cmd_pool()8025 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()8046 h->cmd_pool_bits = bitmap_zalloc(h->nr_cmds, GFP_KERNEL); in hpsa_alloc_cmd_pool()8053 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()