Searched refs:area (Results 1 – 14 of 14) sorted by relevance
/include/linux/ |
D | vmalloc.h | 198 static inline size_t get_vm_area_size(const struct vm_struct *area) in get_vm_area_size() argument 200 if (!(area->flags & VM_NO_GUARD)) in get_vm_area_size() 202 return area->size - PAGE_SIZE; in get_vm_area_size() 204 return area->size; in get_vm_area_size() 215 void free_vm_area(struct vm_struct *area);
|
D | kmemleak.h | 22 extern void kmemleak_vmalloc(const struct vm_struct *area, size_t size, 75 static inline void kmemleak_vmalloc(const struct vm_struct *area, size_t size, in kmemleak_vmalloc() argument
|
D | svga.h | 110 void svga_tilecopy(struct fb_info *info, struct fb_tilearea *area);
|
D | mmzone.h | 112 static inline struct page *get_page_from_free_area(struct free_area *area, in get_page_from_free_area() argument 115 return list_first_entry_or_null(&area->free_list[migratetype], in get_page_from_free_area() 119 static inline bool free_area_empty(struct free_area *area, int migratetype) in free_area_empty() argument 121 return list_empty(&area->free_list[migratetype]); in free_area_empty()
|
D | fb.h | 372 void (*fb_tilecopy)(struct fb_info *info, struct fb_tilearea *area); 605 extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 611 extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area);
|
D | mm.h | 604 void (*open)(struct vm_area_struct * area); 605 void (*close)(struct vm_area_struct * area); 607 int (*may_split)(struct vm_area_struct *area, unsigned long addr); 608 int (*mremap)(struct vm_area_struct *area); 621 unsigned long (*pagesize)(struct vm_area_struct * area);
|
D | filter.h | 1054 typedef void (*bpf_jit_fill_hole_t)(void *area, unsigned int size);
|
/include/sound/ |
D | memalloc.h | 54 unsigned char *area; /* virtual pointer */ member 75 struct vm_area_struct *area);
|
D | pcm.h | 593 …pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct *area); 1185 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer() 1350 static inline void snd_pcm_mmap_data_open(struct vm_area_struct *area) in snd_pcm_mmap_data_open() argument 1352 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; in snd_pcm_mmap_data_open() 1362 static inline void snd_pcm_mmap_data_close(struct vm_area_struct *area) in snd_pcm_mmap_data_close() argument 1364 struct snd_pcm_substream *substream = (struct snd_pcm_substream *)area->vm_private_data; in snd_pcm_mmap_data_close() 1369 struct vm_area_struct *area); 1373 int snd_pcm_lib_mmap_iomem(struct snd_pcm_substream *substream, struct vm_area_struct *area);
|
D | compress_driver.h | 236 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/drm/ |
D | drm_fb_helper.h | 242 const struct fb_copyarea *area); 249 const struct fb_copyarea *area); 382 const struct fb_copyarea *area) in drm_fb_helper_sys_copyarea() argument 397 const struct fb_copyarea *area) in drm_fb_helper_cfb_copyarea() argument
|
/include/media/ |
D | v4l2-ctrls.h | 1184 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1185 __v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area)) 1186 #define v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument 1187 v4l2_ctrl_s_ctrl_compound((ctrl), V4L2_CTRL_TYPE_AREA, (area))
|
/include/soc/tegra/ |
D | bpmp-abi.h | 469 uint32_t area; member
|