Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
208 unsigned long *cmd_pool_bits; member
6154 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6169 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_alloc()6190 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_free()7982 kfree(h->cmd_pool_bits); in hpsa_free_cmd_pool()7983 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()8004 h->cmd_pool_bits = kcalloc(DIV_ROUND_UP(h->nr_cmds, BITS_PER_LONG), in hpsa_alloc_cmd_pool()8013 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()