OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
vmalloc.h
1
/* $NetBSD:
vmalloc
.h,v 1.12 2022/02/26 15:57:22 rillig Exp $ */
47
* XXX
vmalloc
and kvmalloc both use kmalloc. If you change that, be
48
* sure to update this so kvfree in <linux/mm.h> still works on
vmalloc
59
vmalloc
(unsigned long size)
function in typeref:typename:void *
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c
47
void *
vmalloc
;
member in struct:vmw_fb_par
174
* This function flushes the dirty regions of the
vmalloc
framebuffer to the
216
* Handle panning when copying from
vmalloc
to framebuffer.
244
src_ptr = (u8 *)par->
vmalloc
+
675
par->
vmalloc
= NULL;
691
par->
vmalloc
= vzalloc(fb_size);
692
if (unlikely(par->
vmalloc
== NULL)) {
714
info->screen_base = (char __iomem *)par->
vmalloc
;
770
vfree(par->
vmalloc
);
798
vfree(par->
vmalloc
);
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025