Searched refs:area (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | vmalloc.h | 220 static inline size_t get_vm_area_size(const struct vm_struct *area) in get_vm_area_size() argument 222 if (!(area->flags & VM_NO_GUARD)) in get_vm_area_size() 224 return area->size - PAGE_SIZE; in get_vm_area_size() 226 return area->size; in get_vm_area_size() 237 void free_vm_area(struct vm_struct *area); 259 int vm_area_map_pages(struct vm_struct *area, unsigned long start, 261 void vm_area_unmap_pages(struct vm_struct *area, unsigned long start,
|
| D | kmemleak.h | 22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size, 74 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() argument
|
| D | fb.h | 381 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area); 541 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 571 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); 678 const struct fb_copyarea *area) \ 680 __mode ## _copyarea(info, area); \ 681 __damage_area(info, area->dx, area->dy, area->width, area->height); \
|
| D | svga.h | 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
|
| D | mm.h | 601 void (*open)(struct vm_area_struct * area); 606 void (*close)(struct vm_area_struct * area); 608 int (*may_split)(struct vm_area_struct *area, unsigned long addr); 609 int (*mremap)(struct vm_area_struct *area); 621 unsigned long (*pagesize)(struct vm_area_struct * area);
|
| D | filter.h | 1216 typedef void (*bpf_jit_fill_hole_t)(void *area, unsigned int size); 1218 void bpf_jit_fill_hole_with_zero(void *area, unsigned int size);
|
| /include/sound/ |
| D | memalloc.h | 57 unsigned char *area; /* virtual pointer */ member 86 struct vm_area_struct *area);
|
| D | pcm.h | 620 …pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct *area); 1283 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer() 1414 static inline void snd_pcm_mmap_data_open(struct vm_area_struct *area) in snd_pcm_mmap_data_open() argument 1416 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; in snd_pcm_mmap_data_open() 1426 static inline void snd_pcm_mmap_data_close(struct vm_area_struct *area) in snd_pcm_mmap_data_close() argument 1428 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; in snd_pcm_mmap_data_close() 1433 struct vm_area_struct *area); 1437 int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream, struct vm_area_struct *area);
|
| D | compress_driver.h | 280 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
|
| /include/linux/mtd/ |
| 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/ |
| D | v4l2-ctrls.h | 1296 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1297 __v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area)) 1298 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1299 v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
|