Searched refs:cmd_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cpqarray.c | 146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool); 1015 if ((c = cmd_alloc(h,1)) == NULL) in do_ida_request() 1427 if ((c = cmd_alloc(h, 0)) == NULL) in ida_ctlr_ioctl() 1576 if ((c = cmd_alloc(h, 0)) == NULL) in ida_ctlr_big_ioctl() 1726 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc() function 1788 c = cmd_alloc(info_p, 1); in sendcmd() 2009 c = cmd_alloc(info_p, 0); in sendcmd_withirq()
|
D | cciss.c | 380 static CommandList_struct * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc() function 1005 if ((c = cmd_alloc(h , 0)) == NULL) { in cciss_ioctl() 1137 if ((c = cmd_alloc(h , 0)) == NULL) { in cciss_ioctl() 1347 if ((c = cmd_alloc(h , 0)) == NULL) in sendcmd_withirq() 1972 c = cmd_alloc(info_p, 1); in sendcmd() 2467 if (( c = cmd_alloc(h, 1)) == NULL) in do_cciss_request()
|