Searched refs:cmd_pool_bits (Results 1 – 2 of 2) sorted by relevance
205 unsigned long *cmd_pool_bits; member
6084 i = find_next_zero_bit(h->cmd_pool_bits, in cmd_alloc()6099 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_alloc()6119 h->cmd_pool_bits + (i / BITS_PER_LONG)); in cmd_free()7914 kfree(h->cmd_pool_bits); in hpsa_free_cmd_pool()7915 h->cmd_pool_bits = NULL; in hpsa_free_cmd_pool()7936 h->cmd_pool_bits = kcalloc(DIV_ROUND_UP(h->nr_cmds, BITS_PER_LONG), in hpsa_alloc_cmd_pool()7945 if ((h->cmd_pool_bits == NULL) in hpsa_alloc_cmd_pool()