Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/drivers/xen/
Dmem-reservation.c31 xen_pfn_t *frames) in __xenmem_reservation_va_mapping_update() argument
47 set_phys_to_machine(pfn, frames[i]); in __xenmem_reservation_va_mapping_update()
55 mfn_pte(frames[i], PAGE_KERNEL), in __xenmem_reservation_va_mapping_update()
93 int xenmem_reservation_increase(int count, xen_pfn_t *frames) in xenmem_reservation_increase() argument
102 set_xen_guest_handle(reservation.extent_start, frames); in xenmem_reservation_increase()
109 int xenmem_reservation_decrease(int count, xen_pfn_t *frames) in xenmem_reservation_decrease() argument
118 set_xen_guest_handle(reservation.extent_start, frames); in xenmem_reservation_decrease()
Dgrant-table.c105 int (*map_frames)(xen_pfn_t *frames, unsigned int nr_gframes);
662 static unsigned int gnttab_frames(unsigned int frames, unsigned int align) in gnttab_frames() argument
664 return (frames * gnttab_interface->grefs_per_grant_frame + align - 1) / in gnttab_frames()
883 args->frames[i] = xen_page_to_gfn(page); in gnttab_dma_alloc_pages()
889 ret = xenmem_reservation_decrease(args->nr_pages, args->frames); in gnttab_dma_alloc_pages()
920 args->frames[i] = page_to_xen_pfn(args->pages[i]); in gnttab_dma_free_pages()
922 ret = xenmem_reservation_increase(args->nr_pages, args->frames); in gnttab_dma_free_pages()
931 args->frames); in gnttab_dma_free_pages()
1174 static int gnttab_map_frames_v1(xen_pfn_t *frames, unsigned int nr_gframes) in gnttab_map_frames_v1() argument
1178 rc = arch_gnttab_map_shared(frames, nr_gframes, in gnttab_map_frames_v1()
[all …]
Dgntdev-common.h82 xen_pfn_t *frames; member
Dgntdev.c110 args.frames = map->frames; in gntdev_free_map()
121 kfree(map->frames); in gntdev_free_map()
170 add->frames = kcalloc(count, sizeof(add->frames[0]), in gntdev_alloc_map()
172 if (!add->frames) in gntdev_alloc_map()
182 args.frames = add->frames; in gntdev_alloc_map()
/linux-4.19.296/include/xen/
Dmem-reservation.h31 xen_pfn_t *frames);
39 xen_pfn_t *frames) in xenmem_reservation_va_mapping_update() argument
43 __xenmem_reservation_va_mapping_update(count, pages, frames); in xenmem_reservation_va_mapping_update()
56 int xenmem_reservation_increase(int count, xen_pfn_t *frames);
58 int xenmem_reservation_decrease(int count, xen_pfn_t *frames);
Dgrant_table.h194 int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes,
197 int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes,
226 xen_pfn_t *frames; member
/linux-4.19.296/include/sound/
Dpcm.h1079 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
1089 snd_pcm_uframes_t frames, bool in_kernel);
1093 const void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_write() argument
1095 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_write()
1100 void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_read() argument
1102 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_read()
1107 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_writev() argument
1109 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev()
1114 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_readv() argument
1116 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv()
[all …]
/linux-4.19.296/include/uapi/linux/can/
Dbcm.h74 struct can_frame frames[0]; member
/linux-4.19.296/fs/ext4/
Dnamei.c290 static void dx_release(struct dx_frame *frames);
302 struct dx_frame *frames,
917 static void dx_release(struct dx_frame *frames) in dx_release() argument
923 if (frames[0].bh == NULL) in dx_release()
926 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()
930 if (frames[i].bh == NULL) in dx_release()
932 brelse(frames[i].bh); in dx_release()
933 frames[i].bh = NULL; in dx_release()
956 struct dx_frame *frames, in ext4_htree_next_block() argument
975 if (p == frames) in ext4_htree_next_block()
[all …]
/linux-4.19.296/include/linux/
Disdn_ppp.h109 long frames; /* number of frames in the frame list */ member
Dpktcdvd.h121 int frames; /* Number of frames in this packet */ member
/linux-4.19.296/include/trace/events/
Dv4l2.h136 __entry->timecode_frames = buf->timecode.frames;
213 __entry->timecode_frames = vbuf->timecode.frames;
/linux-4.19.296/drivers/isdn/mISDN/
DKconfig38 - layer 1 control via network keepalive frames
/linux-4.19.296/include/uapi/sound/
Dasound.h509 snd_pcm_uframes_t frames; member
515 snd_pcm_uframes_t frames; member
/linux-4.19.296/drivers/isdn/i4l/
Disdn_ppp.c1606 lp->netdev->pb->frames = 0; in isdn_ppp_mp_init()
1649 if (++mp->frames > stats->max_queue_len) in isdn_ppp_mp_receive()
1650 stats->max_queue_len = mp->frames; in isdn_ppp_mp_receive()
1834 if (mp->frames > MP_MAX_QUEUE_LEN) { in isdn_ppp_mp_receive()
1836 while (mp->frames > MP_MAX_QUEUE_LEN) { in isdn_ppp_mp_receive()
1922 mp->frames--; in isdn_ppp_mp_reassembly()
1959 mp->frames--; in isdn_ppp_mp_free_skb()
/linux-4.19.296/include/media/
Dv4l2-subdev.h516 int (*g_skip_frames)(struct v4l2_subdev *sd, u32 *frames);
/linux-4.19.296/include/uapi/linux/
Dvideodev2.h811 __u8 frames; member
/linux-4.19.296/lib/
DKconfig.debug223 int "Warn for stack frames larger than (needs gcc 4.4)"
233 Tell gcc to warn at build time for stack frames larger than this.
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ioctl.c505 tc->type, tc->flags, tc->frames, *(__u32 *)tc->userbits); in v4l_print_buffer()