sg_alloc_table
if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN))
if (sg_alloc_table(st, page_count, GFP_KERNEL)) {
if (sg_alloc_table(st, 1, GFP_KERNEL)) {
ret = sg_alloc_table(st, obj->mm.pages->nents, GFP_KERNEL);
ret = sg_alloc_table(st, size, GFP_KERNEL);
ret = sg_alloc_table(st, count, GFP_KERNEL);
if (sg_alloc_table(st, npages, GFP_KERNEL)) {
if (sg_alloc_table(st, 1, GFP_KERNEL)) {