| /linux-6.15/include/net/ |
| H A D | xdp_sock_drv.h | 35 static inline u32 xsk_pool_get_headroom(struct xsk_buff_pool *pool) in xsk_pool_get_headroom() 56 static inline void xsk_pool_fill_cb(struct xsk_buff_pool *pool, in xsk_pool_fill_cb() 62 static inline void xsk_pool_dma_unmap(struct xsk_buff_pool *pool, in xsk_pool_dma_unmap() 68 static inline int xsk_pool_dma_map(struct xsk_buff_pool *pool, in xsk_pool_dma_map() 211 xsk_buff_raw_get_ctx(const struct xsk_buff_pool *pool, u64 addr) in xsk_buff_raw_get_ctx() 244 xsk_buff_get_metadata(struct xsk_buff_pool *pool, u64 addr) in xsk_buff_get_metadata() 269 static inline bool xsk_tx_peek_desc(struct xsk_buff_pool *pool, in xsk_tx_peek_desc() 280 static inline void xsk_tx_release(struct xsk_buff_pool *pool) in xsk_tx_release() 331 static inline void xsk_pool_fill_cb(struct xsk_buff_pool *pool, in xsk_pool_fill_cb() 341 static inline int xsk_pool_dma_map(struct xsk_buff_pool *pool, in xsk_pool_dma_map() [all …]
|
| /linux-6.15/net/core/ |
| H A D | page_pool.c | 48 #define recycle_stat_inc(pool, __stat) \ argument 54 #define recycle_stat_add(pool, __stat, val) \ argument 85 bool page_pool_get_stats(const struct page_pool *pool, in page_pool_get_stats() 156 #define alloc_stat_inc(pool, __stat) argument 157 #define recycle_stat_inc(pool, __stat) argument 158 #define recycle_stat_add(pool, __stat, val) argument 193 static int page_pool_init(struct page_pool *pool, in page_pool_init() 341 struct page_pool *pool; in page_pool_create_percpu() local 731 struct page_pool *pool) in page_pool_recycle_in_cache() 911 struct page_pool *pool = NULL; in page_pool_put_netmem_bulk() local [all …]
|
| H A D | page_pool_user.c | 42 struct page_pool *pool; in netdev_nl_page_pool_get_do() local 88 struct page_pool *pool; in netdev_nl_page_pool_get_dump() local 114 page_pool_nl_stats_fill(struct sk_buff *rsp, const struct page_pool *pool, in page_pool_nl_stats_fill() 216 page_pool_nl_fill(struct sk_buff *rsp, const struct page_pool *pool, in page_pool_nl_fill() 262 static void netdev_nl_page_pool_event(const struct page_pool *pool, u32 cmd) in netdev_nl_page_pool_event() 311 int page_pool_list(struct page_pool *pool) in page_pool_list() 337 void page_pool_detached(struct page_pool *pool) in page_pool_detached() 345 void page_pool_unlist(struct page_pool *pool) in page_pool_unlist() 359 struct page_pool *pool; in page_pool_check_memory_provider() local 381 struct page_pool *pool; in page_pool_unreg_netdev_wipe() local [all …]
|
| /linux-6.15/net/xdp/ |
| H A D | xsk_buff_pool.c | 13 void xp_add_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) in xp_add_xsk() 25 void xp_del_xsk(struct xsk_buff_pool *pool, struct xdp_sock *xs) in xp_del_xsk() 37 void xp_destroy(struct xsk_buff_pool *pool) in xp_destroy() 61 struct xsk_buff_pool *pool; in xp_create_and_assign_umem() local 142 static void xp_disable_drv_zc(struct xsk_buff_pool *pool) in xp_disable_drv_zc() 165 int xp_assign_dev(struct xsk_buff_pool *pool, in xp_assign_dev() 268 void xp_clear_dev(struct xsk_buff_pool *pool) in xp_clear_dev() 302 void xp_get_pool(struct xsk_buff_pool *pool) in xp_get_pool() 307 bool xp_put_pool(struct xsk_buff_pool *pool) in xp_put_pool() 556 struct xdp_buff *xp_alloc(struct xsk_buff_pool *pool) in xp_alloc() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | pool.c | 23 static void hws_pool_resource_free(struct mlx5hws_pool *pool, in hws_pool_resource_free() 127 static void hws_pool_buddy_db_put_chunk(struct mlx5hws_pool *pool, in hws_pool_buddy_db_put_chunk() 142 hws_pool_buddy_get_next_buddy(struct mlx5hws_pool *pool, int idx, in hws_pool_buddy_get_next_buddy() 224 static int hws_pool_buddy_db_get_chunk(struct mlx5hws_pool *pool, in hws_pool_buddy_db_get_chunk() 240 static void hws_pool_buddy_db_uninit(struct mlx5hws_pool *pool) in hws_pool_buddy_db_uninit() 540 static int hws_pool_db_init(struct mlx5hws_pool *pool, in hws_pool_db_init() 560 static void hws_pool_db_unint(struct mlx5hws_pool *pool) in hws_pool_db_unint() 565 int mlx5hws_pool_chunk_alloc(struct mlx5hws_pool *pool, in mlx5hws_pool_chunk_alloc() 577 void mlx5hws_pool_chunk_free(struct mlx5hws_pool *pool, in mlx5hws_pool_chunk_free() 589 struct mlx5hws_pool *pool; in mlx5hws_pool_create() local [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | dm-thin.c | 232 struct pool { struct 234 struct dm_target *ti; /* Only set if a pool target is bound */ argument 239 struct dm_pool_metadata *pmd; argument 245 struct pool_features pf; argument 247 bool suspended:1; 262 spinlock_t lock; 287 mempool_t mapping_pool; argument 290 static void metadata_operation_failed(struct pool *pool, const char *op, int r); argument 327 struct pool *pool; member 346 struct pool *pool; member [all …]
|
| /linux-6.15/include/net/page_pool/ |
| H A D | helpers.h | 156 static inline struct page *page_pool_alloc(struct page_pool *pool, in page_pool_alloc() 184 static inline void *page_pool_alloc_va(struct page_pool *pool, in page_pool_alloc_va() 209 static inline void *page_pool_dev_alloc_va(struct page_pool *pool, in page_pool_dev_alloc_va() 225 page_pool_get_dma_dir(const struct page_pool *pool) in page_pool_get_dma_dir() 324 static inline void page_pool_put_netmem(struct page_pool *pool, in page_pool_put_netmem() 353 static inline void page_pool_put_page(struct page_pool *pool, in page_pool_put_page() 362 static inline void page_pool_put_full_netmem(struct page_pool *pool, in page_pool_put_full_netmem() 378 static inline void page_pool_put_full_page(struct page_pool *pool, in page_pool_put_full_page() 392 static inline void page_pool_recycle_direct(struct page_pool *pool, in page_pool_recycle_direct() 472 page_pool_dma_sync_netmem_for_cpu(const struct page_pool *pool, in page_pool_dma_sync_netmem_for_cpu() [all …]
|
| /linux-6.15/mm/ |
| H A D | mempool.c | 24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() 57 static void check_element(mempool_t *pool, void *element) in check_element() 86 static void poison_element(mempool_t *pool, void *element) in poison_element() 145 static void *remove_element(mempool_t *pool) in remove_element() 166 void mempool_exit(mempool_t *pool) in mempool_exit() 185 void mempool_destroy(mempool_t *pool) in mempool_destroy() 274 mempool_t *pool; in mempool_create_node_noprof() local 308 int mempool_resize(mempool_t *pool, int new_min_nr) in mempool_resize() 384 void *mempool_alloc_noprof(mempool_t *pool, gfp_t gfp_mask) in mempool_alloc_noprof() 466 void *mempool_alloc_preallocated(mempool_t *pool) in mempool_alloc_preallocated() [all …]
|
| H A D | dmapool.c | 74 struct dma_pool *pool; in pools_show() local 95 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, in pool_check_block() 159 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page() 176 static void pool_init_page(struct dma_pool *pool, struct dma_page *page) in pool_init_page() 181 static struct dma_block *pool_block_pop(struct dma_pool *pool) in pool_block_pop() 360 void dma_pool_destroy(struct dma_pool *pool) in dma_pool_destroy() 404 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() 450 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma) in dma_pool_free() 469 struct dma_pool *pool = *(struct dma_pool **)res; in dmam_pool_release() local 496 struct dma_pool **ptr, *pool; in dmam_pool_create() local [all …]
|
| H A D | zsmalloc.c | 280 struct zs_pool *pool; member 383 static int create_cache(struct zs_pool *pool) in create_cache() 411 static void destroy_cache(struct zs_pool *pool) in destroy_cache() 459 static void zs_zpool_destroy(void *pool) in zs_zpool_destroy() 496 static u64 zs_zpool_total_pages(void *pool) in zs_zpool_total_pages() 632 struct zs_pool *pool = s->private; in zs_stats_size_show() local 1286 size_t zs_huge_class_size(struct zs_pool *pool) in zs_huge_class_size() 1738 struct zs_pool *pool; in zs_page_migrate() local 1980 unsigned long zs_compact(struct zs_pool *pool) in zs_compact() 2104 struct zs_pool *pool; in zs_create_pool() local [all …]
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | k3-cppi-desc-pool.c | 28 void k3_cppi_desc_pool_destroy(struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_destroy() 54 struct k3_cppi_desc_pool *pool; in k3_cppi_desc_pool_create_name() local 114 dma_addr_t k3_cppi_desc_pool_virt2dma(struct k3_cppi_desc_pool *pool, in k3_cppi_desc_pool_virt2dma() 121 void *k3_cppi_desc_pool_dma2virt(struct k3_cppi_desc_pool *pool, dma_addr_t dma) in k3_cppi_desc_pool_dma2virt() 127 void *k3_cppi_desc_pool_alloc(struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_alloc() 133 void k3_cppi_desc_pool_free(struct k3_cppi_desc_pool *pool, void *addr) in k3_cppi_desc_pool_free() 139 size_t k3_cppi_desc_pool_avail(struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_avail() 145 size_t k3_cppi_desc_pool_desc_size(const struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_desc_size() 151 void *k3_cppi_desc_pool_cpuaddr(const struct k3_cppi_desc_pool *pool) in k3_cppi_desc_pool_cpuaddr() 157 void k3_cppi_desc_pool_desc_info_set(struct k3_cppi_desc_pool *pool, in k3_cppi_desc_pool_desc_info_set() [all …]
|
| /linux-6.15/kernel/cgroup/ |
| H A D | dmem.c | 160 struct dmem_cgroup_pool_state *pool; in dmemcs_offline() local 171 struct dmem_cgroup_pool_state *pool, *next; in dmemcs_free() local 201 struct dmem_cgroup_pool_state *pool; in find_cg_pool_locked() local 225 struct dmem_cgroup_pool_state *pool, *found_pool; in dmem_cgroup_calculate_protection() local 271 struct dmem_cgroup_pool_state *pool = test_pool; in dmem_cgroup_state_evict_valuable() local 324 struct dmem_cgroup_pool_state *pool, *ppool = NULL; in alloc_pool_single() local 359 struct dmem_cgroup_pool_state *pool, *ppool, *retpool; in get_cg_pool_locked() local 402 struct dmem_cgroup_pool_state *pool, *next; in dmemcg_free_rcu() local 436 struct dmem_cgroup_pool_state *pool = in dmem_cgroup_unregister_region() local 605 struct dmem_cgroup_pool_state *pool; in dmem_cgroup_try_charge() local [all …]
|
| /linux-6.15/lib/ |
| H A D | genalloc.c | 155 struct gen_pool *pool; in gen_pool_create() local 242 void gen_pool_destroy(struct gen_pool *pool) in gen_pool_destroy() 531 void gen_pool_for_each_chunk(struct gen_pool *pool, in gen_pool_for_each_chunk() 580 size_t gen_pool_avail(struct gen_pool *pool) in gen_pool_avail() 599 size_t gen_pool_size(struct gen_pool *pool) in gen_pool_size() 649 struct gen_pool *pool, unsigned long start_addr) in gen_pool_first_fit() 668 struct gen_pool *pool, unsigned long start_addr) in gen_pool_first_fit_align() 696 struct gen_pool *pool, unsigned long start_addr) in gen_pool_fixed_alloc() 756 struct gen_pool *pool, unsigned long start_addr) in gen_pool_best_fit() 832 struct gen_pool **ptr, *pool; in devm_gen_pool_create() local [all …]
|
| H A D | objpool.c | 19 objpool_init_percpu_slot(struct objpool_head *pool, in objpool_init_percpu_slot() 48 objpool_init_percpu_slots(struct objpool_head *pool, int nr_objs, in objpool_init_percpu_slots() 105 static void objpool_fini_percpu_slots(struct objpool_head *pool) in objpool_fini_percpu_slots() 118 int objpool_init(struct objpool_head *pool, int nr_objs, int object_size, in objpool_init() 162 void objpool_free(struct objpool_head *pool) in objpool_free() 177 int objpool_drop(void *obj, struct objpool_head *pool) in objpool_drop() 192 void objpool_fini(struct objpool_head *pool) in objpool_fini()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_heap.c | 124 static void panthor_free_heap_chunk(struct panthor_heap_pool *pool, in panthor_free_heap_chunk() 139 static int panthor_alloc_heap_chunk(struct panthor_heap_pool *pool, in panthor_alloc_heap_chunk() 272 int panthor_heap_create(struct panthor_heap_pool *pool, in panthor_heap_create() 368 int panthor_heap_return_chunk(struct panthor_heap_pool *pool, in panthor_heap_return_chunk() 430 int panthor_heap_grow(struct panthor_heap_pool *pool, in panthor_heap_grow() 492 struct panthor_heap_pool *pool = in panthor_heap_pool_release() local 503 void panthor_heap_pool_put(struct panthor_heap_pool *pool) in panthor_heap_pool_put() 516 panthor_heap_pool_get(struct panthor_heap_pool *pool) in panthor_heap_pool_get() 539 struct panthor_heap_pool *pool; in panthor_heap_pool_create() local 592 void panthor_heap_pool_destroy(struct panthor_heap_pool *pool) in panthor_heap_pool_destroy() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | pool.c | 10 struct xsk_buff_pool *pool) in mlx5e_xsk_map_pool() 18 struct xsk_buff_pool *pool) in mlx5e_xsk_unmap_pool() 46 static int mlx5e_xsk_add_pool(struct mlx5e_xsk *xsk, struct xsk_buff_pool *pool, u16 ix) in mlx5e_xsk_add_pool() 65 static bool mlx5e_xsk_is_pool_sane(struct xsk_buff_pool *pool) in mlx5e_xsk_is_pool_sane() 71 void mlx5e_build_xsk_param(struct xsk_buff_pool *pool, struct mlx5e_xsk_param *xsk) in mlx5e_build_xsk_param() 79 struct xsk_buff_pool *pool, u16 ix) in mlx5e_xsk_enable_locked() 165 struct xsk_buff_pool *pool = mlx5e_xsk_get_pool(&priv->channels.params, in mlx5e_xsk_disable_locked() local 197 static int mlx5e_xsk_enable_pool(struct mlx5e_priv *priv, struct xsk_buff_pool *pool, in mlx5e_xsk_enable_pool() 220 int mlx5e_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid) in mlx5e_xsk_setup_pool()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 14 bucket_for_size(struct intel_gt_buffer_pool *pool, size_t sz) in bucket_for_size() 37 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() 89 struct intel_gt_buffer_pool *pool = in pool_free_work() local 102 struct intel_gt_buffer_pool *pool = node->pool; in pool_retire() local 139 node_create(struct intel_gt_buffer_pool *pool, size_t sz, in node_create() 174 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_get_buffer_pool() local 222 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_init_buffer_pool() local 233 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_flush_buffer_pool() local 243 struct intel_gt_buffer_pool *pool = >->buffer_pool; in intel_gt_fini_buffer_pool() local
|
| /linux-6.15/sound/core/seq/ |
| H A D | seq_memory.c | 22 static inline int snd_seq_pool_available(struct snd_seq_pool *pool) in snd_seq_pool_available() 27 static inline int snd_seq_output_ok(struct snd_seq_pool *pool) in snd_seq_output_ok() 225 static inline void free_cell(struct snd_seq_pool *pool, in free_cell() 235 struct snd_seq_pool *pool; in snd_seq_cell_free() local 267 static int snd_seq_cell_alloc(struct snd_seq_pool *pool, in snd_seq_cell_alloc() 436 int snd_seq_pool_init(struct snd_seq_pool *pool) in snd_seq_pool_init() 475 void snd_seq_pool_mark_closing(struct snd_seq_pool *pool) in snd_seq_pool_mark_closing() 484 int snd_seq_pool_done(struct snd_seq_pool *pool) in snd_seq_pool_done() 518 struct snd_seq_pool *pool; in snd_seq_pool_new() local 542 struct snd_seq_pool *pool = *ppool; in snd_seq_pool_delete() local [all …]
|
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | page_alloc.c | 33 static struct hyp_page *__find_buddy_nocheck(struct hyp_pool *pool, in __find_buddy_nocheck() 52 static struct hyp_page *__find_buddy_avail(struct hyp_pool *pool, in __find_buddy_avail() 93 static void __hyp_attach_page(struct hyp_pool *pool, in __hyp_attach_page() 130 static struct hyp_page *__hyp_extract_page(struct hyp_pool *pool, in __hyp_extract_page() 153 static void __hyp_put_page(struct hyp_pool *pool, struct hyp_page *p) in __hyp_put_page() 166 void hyp_put_page(struct hyp_pool *pool, void *addr) in hyp_put_page() 175 void hyp_get_page(struct hyp_pool *pool, void *addr) in hyp_get_page() 198 void *hyp_alloc_pages(struct hyp_pool *pool, u8 order) in hyp_alloc_pages() 223 int hyp_pool_init(struct hyp_pool *pool, u64 pfn, unsigned int nr_pages, in hyp_pool_init()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | irq_affinity.c | 8 static void cpu_put(struct mlx5_irq_pool *pool, int cpu) in cpu_put() 13 static void cpu_get(struct mlx5_irq_pool *pool, int cpu) in cpu_get() 19 static int cpu_get_least_loaded(struct mlx5_irq_pool *pool, in cpu_get_least_loaded() 48 irq_pool_request_irq(struct mlx5_irq_pool *pool, struct irq_affinity_desc *af_desc) in irq_pool_request_irq() 86 irq_pool_find_least_loaded(struct mlx5_irq_pool *pool, const struct cpumask *req_mask) in irq_pool_find_least_loaded() 126 mlx5_irq_affinity_request(struct mlx5_core_dev *dev, struct mlx5_irq_pool *pool, in mlx5_irq_affinity_request() 178 struct mlx5_irq_pool *pool = mlx5_irq_get_pool(irq); in mlx5_irq_affinity_irq_release() local
|
| H A D | pci_irq.c | 34 struct mlx5_irq_pool *pool; member 156 struct mlx5_irq_pool *pool = irq->pool; in mlx5_system_free_irq() local 179 struct mlx5_irq_pool *pool = irq->pool; in irq_release() local 189 struct mlx5_irq_pool *pool = irq->pool; in mlx5_irq_put() local 390 irq_pool_request_vector(struct mlx5_irq_pool *pool, int vecidx, in irq_pool_request_vector() 423 struct mlx5_irq_pool *pool = NULL; in mlx5_irq_table_get_comp_irq_pool() local 437 struct mlx5_irq_pool *pool = NULL; in ctrl_irq_pool_get() local 472 struct mlx5_irq_pool *pool = ctrl_irq_pool_get(dev); in mlx5_ctrl_irq_request() local 511 struct mlx5_irq_pool *pool; in mlx5_irq_request() local 550 struct mlx5_irq_pool *pool = table->pcif_pool; in mlx5_irq_request_vector() local [all …]
|
| /linux-6.15/net/ceph/ |
| H A D | msgpool.c | 14 struct ceph_msgpool *pool = arg; in msgpool_alloc() local 30 struct ceph_msgpool *pool = arg; in msgpool_free() local 38 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init() 53 void ceph_msgpool_destroy(struct ceph_msgpool *pool) in ceph_msgpool_destroy() 59 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, in ceph_msgpool_get() 81 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|
| /linux-6.15/drivers/staging/octeon/ |
| H A D | ethernet-mem.c | 24 static int cvm_oct_fill_hw_skbuff(int pool, int size, int elements) in cvm_oct_fill_hw_skbuff() 47 static void cvm_oct_free_hw_skbuff(int pool, int size, int elements) in cvm_oct_free_hw_skbuff() 77 static int cvm_oct_fill_hw_memory(int pool, int size, int elements) in cvm_oct_fill_hw_memory() 114 static void cvm_oct_free_hw_memory(int pool, int size, int elements) in cvm_oct_free_hw_memory() 137 int cvm_oct_mem_fill_fpa(int pool, int size, int elements) in cvm_oct_mem_fill_fpa() 148 void cvm_oct_mem_empty_fpa(int pool, int size, int elements) in cvm_oct_mem_empty_fpa()
|
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 105 struct ttm_pool *pool; member 240 static int ttm_pool_map(struct ttm_pool *pool, unsigned int order, in ttm_pool_map() 263 static void ttm_pool_unmap(struct ttm_pool *pool, dma_addr_t dma_addr, in ttm_pool_unmap() 337 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type() 699 static int __ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in __ttm_pool_alloc() 808 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() 882 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() 963 long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_backup() 1065 void ttm_pool_init(struct ttm_pool *pool, struct device *dev, in ttm_pool_init() 1112 void ttm_pool_fini(struct ttm_pool *pool) in ttm_pool_fini() [all …]
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-pool.c | 25 void imgu_css_pool_cleanup(struct imgu_device *imgu, struct imgu_css_pool *pool) in imgu_css_pool_cleanup() 33 int imgu_css_pool_init(struct imgu_device *imgu, struct imgu_css_pool *pool, in imgu_css_pool_init() 61 void imgu_css_pool_get(struct imgu_css_pool *pool) in imgu_css_pool_get() 73 void imgu_css_pool_put(struct imgu_css_pool *pool) in imgu_css_pool_put() 89 imgu_css_pool_last(struct imgu_css_pool *pool, unsigned int n) in imgu_css_pool_last()
|