Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.c73 int sg_call_ents; member
318 entry->sg_call_ents == ref->sg_call_ents ? ++match_lvl : 0; in __hash_bucket_find()
1000 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap()
1001 ref->sg_call_ents != entry->sg_call_ents) { in check_unmap()
1005 entry->sg_call_ents, ref->sg_call_ents); in check_unmap()
1151 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1152 ref->sg_call_ents > entry->sg_call_ents) { in check_sync()
1156 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1322 entry->sg_call_ents = nents; in debug_dma_map_sg()
1369 .sg_call_ents = nelems, in debug_dma_unmap_sg()
[all …]