Home
last modified time | relevance | path

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

/Linux-v5.15/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()
999 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_unmap()
1000 ref->sg_call_ents != entry->sg_call_ents) { in check_unmap()
1004 entry->sg_call_ents, ref->sg_call_ents); in check_unmap()
1139 if (ref->sg_call_ents && ref->type == dma_debug_sg && in check_sync()
1140 ref->sg_call_ents != entry->sg_call_ents) { in check_sync()
1144 entry->sg_call_ents, ref->sg_call_ents); in check_sync()
1312 entry->sg_call_ents = nents; in debug_dma_map_sg()
1359 .sg_call_ents = nelems, in debug_dma_unmap_sg()
[all …]