Searched refs:vec (Results 1 – 12 of 12) sorted by relevance
| /include/media/ |
| A D | frame_vector.h | 17 void frame_vector_destroy(struct frame_vector *vec); 19 bool write, struct frame_vector *vec); 20 void put_vaddr_frames(struct frame_vector *vec); 21 int frame_vector_to_pages(struct frame_vector *vec); 26 return vec->nr_frames; in frame_vector_count() 31 if (vec->is_pfns) { in frame_vector_pages() 32 int err = frame_vector_to_pages(vec); in frame_vector_pages() 37 return (struct page **)(vec->ptrs); in frame_vector_pages() 42 if (!vec->is_pfns) in frame_vector_pfns() 43 frame_vector_to_pfns(vec); in frame_vector_pfns() [all …]
|
| A D | videobuf2-memops.h | 39 void vb2_destroy_framevec(struct frame_vector *vec);
|
| /include/linux/ |
| A D | folio_queue.h | 31 struct folio_batch vec; /* Folios in the queue segment */ member 55 folio_batch_init(&folioq->vec); in folioq_init() 85 return folio_batch_count(&folioq->vec); in folioq_count() 194 unsigned int slot = folioq->vec.nr++; in folioq_append() 196 folioq->vec.folios[slot] = folio; in folioq_append() 216 unsigned int slot = folioq->vec.nr++; in folioq_append_mark() 218 folioq->vec.folios[slot] = folio; in folioq_append_mark() 236 return folioq->vec.folios[slot]; in folioq_folio() 277 folioq->vec.folios[slot] = NULL; in folioq_clear()
|
| A D | compat.h | 621 const struct iovec __user *vec, 624 const struct iovec __user *vec, 628 const struct iovec __user *vec, 634 const struct iovec __user *vec, 788 const struct iovec __user *vec, 791 const struct iovec __user *vec, 795 const struct iovec __user *vec, 801 const struct iovec __user *vec,
|
| A D | net.h | 343 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec, 345 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, struct kvec *vec,
|
| A D | syscalls.h | 486 const struct iovec __user *vec, 489 const struct iovec __user *vec, 495 asmlinkage long sys_preadv(unsigned long fd, const struct iovec __user *vec, 497 asmlinkage long sys_pwritev(unsigned long fd, const struct iovec __user *vec, 836 unsigned char __user * vec); 838 asmlinkage long sys_process_madvise(int pidfd, const struct iovec __user *vec, 946 asmlinkage long sys_preadv2(unsigned long fd, const struct iovec __user *vec, 949 asmlinkage long sys_pwritev2(unsigned long fd, const struct iovec __user *vec,
|
| A D | pci.h | 1715 const struct cpumask *pci_irq_get_affinity(struct pci_dev *pdev, int vec); 1775 int vec) in pci_irq_get_affinity() argument
|
| /include/trace/events/ |
| A D | irq.h | 110 __field( unsigned int, vec ) 114 __entry->vec = vec_nr; 117 TP_printk("vec=%u [action=%s]", __entry->vec, 118 show_softirq_name(__entry->vec))
|
| /include/linux/ceph/ |
| A D | buffer.h | 18 struct kvec vec; member
|
| /include/uapi/linux/ |
| A D | rds.h | 340 struct rds_iovec vec; member 347 struct rds_iovec vec; member
|
| A D | fs.h | 492 __u64 vec; member
|
| /include/linux/mlx4/ |
| A D | device.h | 1432 void mlx4_release_eq(struct mlx4_dev *dev, int vec); 1435 int mlx4_eq_get_irq(struct mlx4_dev *dev, int vec);
|
Completed in 42 milliseconds