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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcpqarray.c146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
923 if ((c = cmd_alloc(h,1)) == NULL)
1245 if ((c = cmd_alloc(h, 0)) == NULL)
1363 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) function
1425 c = cmd_alloc(info_p, 1);
H A Dcciss_scsi.c52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
948 printk("cmd_alloc returned NULL!\n");
1010 printk("cmd_alloc returned NULL!\n");
1486 c = cmd_alloc(h);
H A Dcciss.c911 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
914 static CommandList_struct *cmd_alloc(ctlr_info_t *h) function
3226 c = cmd_alloc(h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcpqarray.c146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
923 if ((c = cmd_alloc(h,1)) == NULL)
1245 if ((c = cmd_alloc(h, 0)) == NULL)
1363 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) function
1425 c = cmd_alloc(info_p, 1);
H A Dcciss_scsi.c52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
948 printk("cmd_alloc returned NULL!\n");
1010 printk("cmd_alloc returned NULL!\n");
1486 c = cmd_alloc(h);
H A Dcciss.c911 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
914 static CommandList_struct *cmd_alloc(ctlr_info_t *h) function
3226 c = cmd_alloc(h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dhpsa.c140 static struct CommandList *cmd_alloc(struct ctlr_info *h);
1950 c = cmd_alloc(h);
1953 dev_err(&h->pdev->dev, "cmd_alloc returned NULL!\n");
2189 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
2193 static struct CommandList *cmd_alloc(struct ctlr_info *h) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c140 static struct CommandList *cmd_alloc(struct ctlr_info *h);
1950 c = cmd_alloc(h);
1953 dev_err(&h->pdev->dev, "cmd_alloc returned NULL!\n");
2189 * and managed by cmd_alloc() and cmd_free() using a simple bitmap to track
2193 static struct CommandList *cmd_alloc(struct ctlr_info *h) function

Completed in 269 milliseconds