Searched refs:schp (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | sg.c | 184 static int sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size); 193 static void sg_remove_scat(Sg_fd * sfp, Sg_scatter_hold * schp); 1841 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument 1846 schp->pages = kzalloc(sg_bufflen, gfp_flags); in sg_build_sgat() 1847 if (!schp->pages) in sg_build_sgat() 1849 schp->sglist_len = sg_bufflen; in sg_build_sgat() 1854 sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size) in sg_build_indirect() argument 1872 mx_sc_elems = sg_build_sgat(schp, sfp, sg_tablesize); in sg_build_indirect() 1895 schp->pages[k] = alloc_pages(gfp_mask, order); in sg_build_indirect() 1896 if (!schp->pages[k]) in sg_build_indirect() [all …]
|