Home
last modified time | relevance | path

Searched refs:__sg_free_table (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/sys/dev/drm/
H A Dlinux_scatterlist.c118 __sg_free_table(struct sg_table *table, unsigned int max_ents) in __sg_free_table() function
/dragonfly/sys/dev/drm/include/linux/
H A Dscatterlist.h186 void __sg_free_table(struct sg_table *table, unsigned int max_ents);
196 __sg_free_table(table, SG_MAX_SINGLE_ALLOC); in sg_free_table()
222 __sg_free_table(table, SG_MAX_SINGLE_ALLOC); in sg_alloc_table()