Searched refs:cmd_alloc (Results 1 - 4 of 4) sorted by relevance

/drivers/block/
H A Dcpqarray.c147 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
921 if ((c = cmd_alloc(h,1)) == NULL)
1243 if ((c = cmd_alloc(h, 0)) == NULL)
1361 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) function
1423 c = cmd_alloc(info_p, 1);
H A Dcciss_scsi.c52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
1053 printk("cmd_alloc returned NULL!\n");
1115 printk("cmd_alloc returned NULL!\n");
1594 c = cmd_alloc(h);
H A Dcciss.c967 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
970 static CommandList_struct *cmd_alloc(ctlr_info_t *h) function
2673 c = cmd_alloc(h);
3306 c = cmd_alloc(h);
/drivers/scsi/
H A Dhpsa.c148 static struct CommandList *cmd_alloc(struct ctlr_info *h);
2069 c = cmd_alloc(h);
2072 dev_err(&h->pdev->dev, "cmd_alloc returned NULL!\n");
2339 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
2343 static struct CommandList *cmd_alloc(struct ctlr_info *h) function
2849 c = cmd_alloc(h);

Completed in 84 milliseconds