Home
last modified time | relevance | path

Searched refs:sg_call_ents (Results 1 – 1 of 1) sorted by relevance

/kernel/dma/
Ddebug.c73 int sg_call_ents; member
318 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()
1007 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap()
1008 ref->sg_call_ents != entry->sg_call_ents) { in check_unmap()
1012 entry->sg_call_ents, ref->sg_call_ents); in check_unmap()
1148 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1149 ref->sg_call_ents > entry->sg_call_ents) { in check_sync()
1153 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1321 entry->sg_call_ents = nents; in debug_dma_map_sg()
1368 .sg_call_ents = nelems, in debug_dma_unmap_sg()
[all …]