HomeSort by: relevance | last modified time | path
    Searched defs:sg_alloc_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
scatterlist.h 50 #define sg_alloc_table linux_sg_alloc_table macro
69 int sg_alloc_table(struct sg_table *, unsigned, gfp_t);
  /src/sys/external/bsd/drm2/linux/
linux_sgt.c 44 sg_alloc_table(struct sg_table *sgt, unsigned npgs, gfp_t gfp) function in typeref:typename:int
67 ret = sg_alloc_table(sgt, npgs, gfp);
109 ret = sg_alloc_table(sgt, npgs, gfp);

Completed in 11 milliseconds