Searched refs:mmaps (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 32 userspace GGTT mmaps and force userspace to take a pagefault on
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 526 struct list_head mmaps; member 549 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 570 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
D | provider.c | 71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 88 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
/drivers/misc/ |
D | fastrpc.c | 295 struct list_head mmaps; member 1203 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke() 1544 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release() 1581 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open() 1840 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap() 1938 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
|