Searched refs:area (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| A D | vmalloc.h | 242 static inline size_t get_vm_area_size(const struct vm_struct *area) in get_vm_area_size() argument 244 if (!(area->flags & VM_NO_GUARD)) in get_vm_area_size() 246 return area->size - PAGE_SIZE; in get_vm_area_size() 248 return area->size; in get_vm_area_size() 259 void free_vm_area(struct vm_struct *area); 297 int vm_area_map_pages(struct vm_struct *area, unsigned long start, 299 void vm_area_unmap_pages(struct vm_struct *area, unsigned long start,
|
| A D | kmemleak.h | 22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size, 76 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() argument
|
| A D | fb.h | 377 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area); 548 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 578 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); 685 const struct fb_copyarea *area) \ 687 __mode ## _copyarea(info, area); \ 688 __damage_area(info, area->dx, area->dy, area->width, area->height); \
|
| A D | svga.h | 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
|
| A D | mm.h | 587 void (*open)(struct vm_area_struct * area); 592 void (*close)(struct vm_area_struct * area); 594 int (*may_split)(struct vm_area_struct *area, unsigned long addr); 595 int (*mremap)(struct vm_area_struct *area); 607 unsigned long (*pagesize)(struct vm_area_struct * area);
|
| A D | filter.h | 1248 typedef void (*bpf_jit_fill_hole_t)(void *area, unsigned int size); 1250 void bpf_jit_fill_hole_with_zero(void *area, unsigned int size);
|
| /include/sound/ |
| A D | memalloc.h | 57 unsigned char *area; /* virtual pointer */ member 86 struct vm_area_struct *area);
|
| A D | compress_driver.h | 273 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
|
| A D | pcm.h | 608 …pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct *area); 1269 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer() 1395 struct vm_area_struct *area); 1399 int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream, struct vm_area_struct *area);
|
| /include/linux/mtd/ |
| A D | onenand.h | 108 int (*read_bufferram)(struct mtd_info *mtd, int area, 110 int (*write_bufferram)(struct mtd_info *mtd, int area, 234 int (*read_bufferram)(struct mtd_info *mtd, int area,
|
| /include/media/ |
| A D | v4l2-ctrls.h | 1282 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1283 __v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area)) 1284 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1285 v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
|
Completed in 97 milliseconds