| /include/net/ |
| D | xdp_sock_drv.h | 35 static inline u32 xsk_pool_get_headroom(struct xsk_buff_pool *pool) in xsk_pool_get_headroom() 40 static inline u32 xsk_pool_get_chunk_size(struct xsk_buff_pool *pool) in xsk_pool_get_chunk_size() 45 static inline u32 xsk_pool_get_rx_frame_size(struct xsk_buff_pool *pool) in xsk_pool_get_rx_frame_size() 50 static inline void xsk_pool_set_rxq_info(struct xsk_buff_pool *pool, in xsk_pool_set_rxq_info() 56 static inline void xsk_pool_fill_cb(struct xsk_buff_pool *pool, in xsk_pool_fill_cb() 62 static inline unsigned int xsk_pool_get_napi_id(struct xsk_buff_pool *pool) in xsk_pool_get_napi_id() 71 static inline void xsk_pool_dma_unmap(struct xsk_buff_pool *pool, in xsk_pool_dma_unmap() 77 static inline int xsk_pool_dma_map(struct xsk_buff_pool *pool, in xsk_pool_dma_map() 99 static inline struct xdp_buff *xsk_buff_alloc(struct xsk_buff_pool *pool) in xsk_buff_alloc() 110 static inline u32 xsk_buff_alloc_batch(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 max) in xsk_buff_alloc_batch() [all …]
|
| D | xsk_buff_pool.h | 30 struct xsk_buff_pool *pool; member 120 static inline void xp_init_xskb_addr(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_addr() 127 static inline void xp_init_xskb_dma(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_dma() 163 static inline void xp_dma_sync_for_device(struct xsk_buff_pool *pool, in xp_dma_sync_for_device() 176 static inline bool xp_desc_crosses_non_contig_pg(struct xsk_buff_pool *pool, in xp_desc_crosses_non_contig_pg() 193 static inline u64 xp_aligned_extract_addr(struct xsk_buff_pool *pool, u64 addr) in xp_aligned_extract_addr() 214 static inline u32 xp_aligned_extract_idx(struct xsk_buff_pool *pool, u64 addr) in xp_aligned_extract_idx() 235 static inline bool xp_tx_metadata_enabled(const struct xsk_buff_pool *pool) in xp_tx_metadata_enabled()
|
| D | netdev_rx_queue.h | 24 struct xsk_buff_pool *pool; member
|
| D | xdp_sock.h | 55 struct xsk_buff_pool *pool; member
|
| /include/net/page_pool/ |
| D | helpers.h | 92 static inline struct page *page_pool_dev_alloc_pages(struct page_pool *pool) in page_pool_dev_alloc_pages() 110 static inline struct page *page_pool_dev_alloc_frag(struct page_pool *pool, in page_pool_dev_alloc_frag() 119 static inline struct page *page_pool_alloc(struct page_pool *pool, in page_pool_alloc() 161 static inline struct page *page_pool_dev_alloc(struct page_pool *pool, in page_pool_dev_alloc() 170 static inline void *page_pool_alloc_va(struct page_pool *pool, in page_pool_alloc_va() 196 static inline void *page_pool_dev_alloc_va(struct page_pool *pool, in page_pool_dev_alloc_va() 212 page_pool_get_dma_dir(const struct page_pool *pool) in page_pool_get_dma_dir() 311 static inline void page_pool_put_netmem(struct page_pool *pool, in page_pool_put_netmem() 340 static inline void page_pool_put_page(struct page_pool *pool, in page_pool_put_page() 349 static inline void page_pool_put_full_netmem(struct page_pool *pool, in page_pool_put_full_netmem() [all …]
|
| D | types.h | 267 static inline void page_pool_destroy(struct page_pool *pool) in page_pool_destroy() 271 static inline void page_pool_use_xdp_mem(struct page_pool *pool, in page_pool_use_xdp_mem() 277 static inline void page_pool_put_page_bulk(struct page_pool *pool, void **data, in page_pool_put_page_bulk()
|
| /include/linux/ |
| D | dmapool.h | 41 static inline void dma_pool_destroy(struct dma_pool *pool) { } in dma_pool_destroy() 42 static inline void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() 44 static inline void dma_pool_free(struct dma_pool *pool, void *vaddr, in dma_pool_free() 49 static inline void dmam_pool_destroy(struct dma_pool *pool) { } in dmam_pool_destroy() 52 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_zalloc()
|
| D | genalloc.h | 101 static inline int gen_pool_add_virt(struct gen_pool *pool, unsigned long addr, in gen_pool_add_virt() 119 static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr, in gen_pool_add() 128 static inline unsigned long gen_pool_alloc_owner(struct gen_pool *pool, in gen_pool_alloc_owner() 135 static inline unsigned long gen_pool_alloc_algo(struct gen_pool *pool, in gen_pool_alloc_algo() 151 static inline unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size) in gen_pool_alloc() 169 static inline void gen_pool_free(struct gen_pool *pool, unsigned long addr, in gen_pool_free()
|
| D | objpool.h | 126 static inline void *__objpool_try_get_slot(struct objpool_head *pool, int cpu) in __objpool_try_get_slot() 169 static inline void *objpool_pop(struct objpool_head *pool) in objpool_pop() 192 __objpool_try_add_slot(void *obj, struct objpool_head *pool, int cpu) in __objpool_try_add_slot() 222 static inline int objpool_push(void *obj, struct objpool_head *pool) in objpool_push()
|
| D | mempool.h | 30 static inline bool mempool_initialized(mempool_t *pool) in mempool_initialized() 35 static inline bool mempool_is_saturated(mempool_t *pool) in mempool_is_saturated() 103 static inline int mempool_init_kvmalloc_pool(mempool_t *pool, int min_nr, size_t size) in mempool_init_kvmalloc_pool()
|
| D | sram.h | 11 static inline void *sram_exec_copy(struct gen_pool *pool, void *dst, void *src, in sram_exec_copy()
|
| D | swiotlb.h | 252 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_tbl_unmap_single() local 264 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_sync_single_for_device() local 276 struct io_tlb_pool *pool = swiotlb_find_pool(dev, addr); in swiotlb_sync_single_for_cpu() local
|
| D | tee_core.h | 62 struct tee_shm_pool *pool; member 227 static inline void tee_shm_pool_free(struct tee_shm_pool *pool) in tee_shm_pool_free()
|
| D | rethook.h | 37 struct objpool_head pool; member
|
| D | agpgart.h | 102 struct agp_memory *pool; member
|
| D | kprobes.h | 143 struct objpool_head pool; member
|
| /include/linux/ceph/ |
| D | msgpool.h | 13 mempool_t *pool; member
|
| D | osdmap.h | 23 uint64_t pool; member 63 static inline bool ceph_can_shift_osds(struct ceph_pg_pool_info *pool) in ceph_can_shift_osds() 76 s64 pool; member
|
| D | rados.h | 63 __le32 pool; /* object pool */ member
|
| /include/drm/ttm/ |
| D | ttm_pool.h | 51 struct ttm_pool *pool; member
|
| D | ttm_device.h | 247 struct ttm_pool pool; member
|
| /include/uapi/linux/netfilter_bridge/ |
| D | ebt_among.h | 43 struct ebt_mac_wormhash_tuple pool[]; member
|
| /include/linux/iio/ |
| D | trigger.h | 75 unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)]; member
|
| /include/uapi/linux/ |
| D | hyperv.h | 352 __u8 pool; member 407 __u8 pool; member
|
| /include/scsi/ |
| D | libiscsi.h | 263 void **pool; /* Pool of elements */ member
|