Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ocrdma/
Docrdma.h384 struct list_head mm_head; member
Docrdma_verbs.c216 list_add_tail(&mm->entry, &uctx->mm_head); in ocrdma_add_mmap()
227 list_for_each_entry_safe(mm, tmp, &uctx->mm_head, entry) { in ocrdma_del_mmap()
245 list_for_each_entry(mm, &uctx->mm_head, entry) { in ocrdma_search_mmap()
377 INIT_LIST_HEAD(&ctx->mm_head); in ocrdma_alloc_ucontext()
437 list_for_each_entry_safe(mm, tmp, &uctx->mm_head, entry) { in ocrdma_dealloc_ucontext()