Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ocrdma/
Docrdma.h335 struct list_head mm_head; member
Docrdma_verbs.c178 list_add_tail(&mm->entry, &uctx->mm_head); in ocrdma_add_mmap()
189 list_for_each_entry_safe(mm, tmp, &uctx->mm_head, entry) { in ocrdma_del_mmap()
207 list_for_each_entry(mm, &uctx->mm_head, entry) { in ocrdma_search_mmap()
234 INIT_LIST_HEAD(&ctx->mm_head); in ocrdma_alloc_ucontext()
284 list_for_each_entry_safe(mm, tmp, &uctx->mm_head, entry) { in ocrdma_dealloc_ucontext()