Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
209 unsigned long *cmd_pool_bits; member
6199 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6214 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_alloc()6235 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_free()8004 kfree(h->cmd_pool_bits); in hpsa_free_cmd_pool()8005 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()8026 h->cmd_pool_bits = kcalloc(DIV_ROUND_UP(h->nr_cmds, BITS_PER_LONG), in hpsa_alloc_cmd_pool()8035 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()