Searched refs:mmaps (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 14 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 18 userspace GGTT mmaps and force userspace to take a pagefault on
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 532 struct list_head mmaps; member 555 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 576 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
D | provider.c | 70 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 87 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
/drivers/misc/ |
D | fastrpc.c | 223 struct list_head mmaps; member 1204 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release() 1237 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open() 1361 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap_impl() 1471 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
|