| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_xsk.c | 24 struct xsk_buff_pool *pool, in ixgbe_xsk_pool_enable() 67 struct xsk_buff_pool *pool; in ixgbe_xsk_pool_disable() local 90 struct xsk_buff_pool *pool, in ixgbe_xsk_pool_setup() 385 struct xsk_buff_pool *pool = xdp_ring->xsk_pool; in ixgbe_xmit_zc() local 453 struct xsk_buff_pool *pool = tx_ring->xsk_pool; in ixgbe_clean_xdp_tx_irq() local 540 struct xsk_buff_pool *pool = tx_ring->xsk_pool; in ixgbe_xsk_clean_tx_ring() local
|
| /OK3568_Linux_fs/kernel/sound/core/seq/oss/ |
| H A D | seq_oss_writeq.c | 28 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_new() local 140 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_get_free_size() local 153 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_set_output() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_pble.c | 424 struct gen_pool *pool; in free_lvl2() local 453 struct gen_pool *pool) in get_lvl2_pble() 513 struct gen_pool *pool; in get_lvl1_pble() local 541 struct gen_pool *pool) in get_lvl1_lvl2_pble() 563 struct gen_pool *pool; in i40iw_get_pble() local 601 struct gen_pool *pool; in i40iw_free_pble() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 56 struct ubi_fm_pool *pool) in return_unused_pool_pebs() 121 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local 208 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_wl_get_peb() local 261 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in get_peb_for_wl() local
|
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xsk_queue.h | 126 static inline bool xp_aligned_validate_desc(struct xsk_buff_pool *pool, in xp_aligned_validate_desc() 146 static inline bool xp_unaligned_validate_desc(struct xsk_buff_pool *pool, in xp_unaligned_validate_desc() 166 static inline bool xp_validate_desc(struct xsk_buff_pool *pool, in xp_validate_desc() 175 struct xsk_buff_pool *pool) in xskq_cons_is_valid_desc() 186 struct xsk_buff_pool *pool) in xskq_cons_read_desc() 245 struct xsk_buff_pool *pool) in xskq_cons_peek_desc()
|
| H A D | xsk.c | 36 void xsk_set_rx_need_wakeup(struct xsk_buff_pool *pool) in xsk_set_rx_need_wakeup() 46 void xsk_set_tx_need_wakeup(struct xsk_buff_pool *pool) in xsk_set_tx_need_wakeup() 63 void xsk_clear_rx_need_wakeup(struct xsk_buff_pool *pool) in xsk_clear_rx_need_wakeup() 73 void xsk_clear_tx_need_wakeup(struct xsk_buff_pool *pool) in xsk_clear_tx_need_wakeup() 90 bool xsk_uses_need_wakeup(struct xsk_buff_pool *pool) in xsk_uses_need_wakeup() 120 int xsk_reg_pool_at_qid(struct net_device *dev, struct xsk_buff_pool *pool, in xsk_reg_pool_at_qid() 294 void xsk_tx_completed(struct xsk_buff_pool *pool, u32 nb_entries) in xsk_tx_completed() 300 void xsk_tx_release(struct xsk_buff_pool *pool) in xsk_tx_release() 314 bool xsk_tx_peek_desc(struct xsk_buff_pool *pool, struct xdp_desc *desc) in xsk_tx_peek_desc() 500 struct xsk_buff_pool *pool; in xsk_poll() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 55 struct ubi_fm_pool *pool) in return_unused_pool_pebs() 134 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_refill_pools() local 231 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_wl_get_peb() local 284 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in get_peb_for_wl() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | gsi_trans.c | 88 int gsi_trans_pool_init(struct gsi_trans_pool *pool, size_t size, u32 count, in gsi_trans_pool_init() 124 void gsi_trans_pool_exit(struct gsi_trans_pool *pool) in gsi_trans_pool_exit() 136 int gsi_trans_pool_init_dma(struct device *dev, struct gsi_trans_pool *pool, in gsi_trans_pool_init_dma() 178 void gsi_trans_pool_exit_dma(struct device *dev, struct gsi_trans_pool *pool) in gsi_trans_pool_exit_dma() 187 static u32 gsi_trans_pool_alloc_common(struct gsi_trans_pool *pool, u32 count) in gsi_trans_pool_alloc_common() 206 void *gsi_trans_pool_alloc(struct gsi_trans_pool *pool, u32 count) in gsi_trans_pool_alloc() 212 void *gsi_trans_pool_alloc_dma(struct gsi_trans_pool *pool, dma_addr_t *addr) in gsi_trans_pool_alloc_dma() 224 void *gsi_trans_pool_next(struct gsi_trans_pool *pool, void *element) in gsi_trans_pool_next()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svc.c | 474 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create() local 604 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_rqst_alloc() 636 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread() 657 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool() 669 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_victim() 708 svc_start_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_start_kthreads() 748 svc_signal_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_signal_kthreads() 780 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_set_num_threads() 801 svc_stop_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_stop_kthreads() 818 svc_set_num_threads_sync(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_set_num_threads_sync() [all …]
|
| H A D | svc_xprt.c | 410 struct svc_pool *pool; in svc_xprt_do_enqueue() local 470 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue() 554 struct svc_pool *pool; in svc_wake_up() local 689 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep() local 712 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt() local 1079 struct svc_pool *pool; in svc_dequeue_net() local 1376 struct svc_pool *pool = p; in svc_pool_stats_next() local 1400 struct svc_pool *pool = p; in svc_pool_stats_show() local
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | ib_frmr.c | 56 struct rds_ib_mr_pool *pool; in rds_ib_alloc_frmr() local 108 struct rds_ib_mr_pool *pool = ibmr->pool; in rds_ib_free_frmr() local 188 struct rds_ib_mr_pool *pool, in rds_ib_map_frmr() 439 struct rds_ib_mr_pool *pool = ibmr->pool; in rds_ib_free_frmr_list() local
|
| /OK3568_Linux_fs/kernel/sound/core/seq/ |
| H A D | seq_memory.h | 17 struct snd_seq_pool *pool; /* used pool */ member 58 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells() 64 static inline int snd_seq_total_cells(struct snd_seq_pool *pool) in snd_seq_total_cells()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 686 static void kdesc_fill_pool(struct knav_pool *pool) in kdesc_fill_pool() 706 static void kdesc_empty_pool(struct knav_pool *pool) in kdesc_empty_pool() 735 struct knav_pool *pool = ph; in knav_pool_desc_virt_to_dma() local 742 struct knav_pool *pool = ph; in knav_pool_desc_dma_to_virt() local 761 struct knav_pool *pool, *pi; in knav_pool_create() local 863 struct knav_pool *pool = ph; in knav_pool_destroy() local 893 struct knav_pool *pool = ph; in knav_pool_desc_get() local 912 struct knav_pool *pool = ph; in knav_pool_desc_put() local 932 struct knav_pool *pool = ph; in knav_pool_desc_map() local 957 struct knav_pool *pool = ph; in knav_pool_desc_unmap() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | sram.h | 11 struct gen_pool *pool; member 21 struct gen_pool *pool; member 33 bool pool; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_page_alloc.c | 266 static void ttm_pool_update_free_locked(struct ttm_page_pool *pool, in ttm_pool_update_free_locked() 283 static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free, in ttm_page_pool_free() 383 struct ttm_page_pool *pool; in ttm_pool_shrink_scan() local 419 struct ttm_page_pool *pool; in ttm_pool_shrink_count() local 571 static void ttm_page_pool_fill_locked(struct ttm_page_pool *pool, int ttm_flags, in ttm_page_pool_fill_locked() 629 static int ttm_page_pool_get_pages(struct ttm_page_pool *pool, in ttm_page_pool_get_pages() 711 struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate); in ttm_put_pages() local 829 struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate); in ttm_get_pages() local 942 static void ttm_page_pool_init_locked(struct ttm_page_pool *pool, gfp_t flags, in ttm_page_pool_init_locked()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bounce.c | 162 static void bounce_end_io(struct bio *bio, mempool_t *pool) in bounce_end_io() 197 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool) in __bounce_end_io_read() 288 mempool_t *pool) in __blk_queue_bounce() 363 mempool_t *pool; in blk_queue_bounce() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | uncached.c | 32 struct gen_pool *pool; member 223 struct gen_pool *pool = uncached_pools[nid].pool; in uncached_free_page() local 249 struct gen_pool *pool = uncached_pools[nid].pool; in uncached_build_memmap() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_mem.c | 88 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool; in lpfc_mem_alloc() local 218 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool; in lpfc_mem_free() local 366 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool; in lpfc_mbuf_alloc() local 399 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool; in __lpfc_mbuf_free() local
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem_pool.cpp | 102 MppMemPoolImpl *pool = mpp_malloc(MppMemPoolImpl, 1); in get_pool() local 180 void mpp_mem_pool_deinit_f(const char *caller, MppMemPool pool) in mpp_mem_pool_deinit_f() 189 void *mpp_mem_pool_get_f(const char *caller, MppMemPool pool) in mpp_mem_pool_get_f() 234 void mpp_mem_pool_put_f(const char *caller, MppMemPool pool, void *p) in mpp_mem_pool_put_f()
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | hv_kvp_daemon.c | 121 static void kvp_acquire_lock(int pool) in kvp_acquire_lock() 133 static void kvp_release_lock(int pool) in kvp_release_lock() 145 static void kvp_update_file(int pool) in kvp_update_file() 175 static void kvp_update_mem_state(int pool) in kvp_update_mem_state() 267 static int kvp_key_delete(int pool, const __u8 *key, int key_size) in kvp_key_delete() 310 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size, in kvp_key_add_or_modify() 364 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value, in kvp_get_value() 396 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size, in kvp_pool_enumerate() 1371 int pool; in main() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| H A D | ion_system_heap.c | 53 struct ion_page_pool *pool = heap->pools[order_to_index(order)]; in alloc_buffer_page() local 61 struct ion_page_pool *pool; in free_buffer_page() local 233 struct ion_page_pool *pool; in ion_system_heap_shrink() local 292 struct ion_page_pool *pool; in ion_system_heap_create_pools() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_resource.c | 801 static void dce60_resource_destruct(struct dce110_resource_pool *pool) in dce60_resource_destruct() 925 static void dce60_destroy_resource_pool(struct resource_pool **pool) in dce60_destroy_resource_pool() 948 struct dce110_resource_pool *pool) in dce60_construct() 1126 struct dce110_resource_pool *pool = in dce60_create_resource_pool() local 1142 struct dce110_resource_pool *pool) in dce61_construct() 1323 struct dce110_resource_pool *pool = in dce61_create_resource_pool() local 1339 struct dce110_resource_pool *pool) in dce64_construct() 1516 struct dce110_resource_pool *pool = in dce64_create_resource_pool() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/ |
| H A D | dce80_resource.c | 806 static void dce80_resource_destruct(struct dce110_resource_pool *pool) in dce80_resource_destruct() 930 static void dce80_destroy_resource_pool(struct resource_pool **pool) in dce80_destroy_resource_pool() 953 struct dce110_resource_pool *pool) in dce80_construct() 1135 struct dce110_resource_pool *pool = in dce80_create_resource_pool() local 1151 struct dce110_resource_pool *pool) in dce81_construct() 1332 struct dce110_resource_pool *pool = in dce81_create_resource_pool() local 1348 struct dce110_resource_pool *pool) in dce83_construct() 1525 struct dce110_resource_pool *pool = in dce83_create_resource_pool() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/platform/ |
| H A D | platform_linux_pc_pci.c | 120 void *pci_zalloc_pool_mem(struct pci_dev *pdev, struct dma_pool *pool, dma_addr_t *bus_addr) in pci_zalloc_pool_mem() 125 void pci_free_pool_mem(struct pci_dev *pdev, struct dma_pool *pool, void *vir_addr, dma_addr_t *bus… in pci_free_pool_mem() 130 void pci_destory_dma_pool(struct pci_dev *pdev, struct dma_pool *pool) in pci_destory_dma_pool()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/ |
| H A D | sgl.c | 60 struct hisi_acc_sgl_pool *pool; in hisi_acc_create_sgl_pool() local 130 void hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) in hisi_acc_free_sgl_pool() 148 static struct hisi_acc_hw_sgl *acc_get_sgl(struct hisi_acc_sgl_pool *pool, in acc_get_sgl() 199 struct hisi_acc_sgl_pool *pool, in hisi_acc_sg_buf_map_to_hw_sgl()
|