| /linux-4.4.14/drivers/md/ | 
| D | dm-thin.c | 223 struct pool {  struct 225 	struct dm_target *ti;	/* Only set if a pool target is bound */  argument 227 	struct mapped_device *pool_md;  argument 229 	struct dm_pool_metadata *pmd;  argument 235 	struct pool_features pf;  argument 236 	bool low_water_triggered:1;	/* A dm event has been sent */ 237 	bool suspended:1; 261 	mempool_t *mapping_pool;  argument 275 static enum pool_mode get_pool_mode(struct pool *pool);  argument 283 	struct pool *pool;  member [all …] 
 | 
| D | multipath.h | 15 	mempool_t		*pool;  member
  | 
| D | dm-io.c | 25 	mempool_t *pool;  member
  | 
| /linux-4.4.14/drivers/staging/android/ion/ | 
| D | ion_page_pool.c | 27 static void *ion_page_pool_alloc_pages(struct ion_page_pool *pool)  in ion_page_pool_alloc_pages() 38 static void ion_page_pool_free_pages(struct ion_page_pool *pool,  in ion_page_pool_free_pages() 44 static int ion_page_pool_add(struct ion_page_pool *pool, struct page *page)  in ion_page_pool_add() 58 static struct page *ion_page_pool_remove(struct ion_page_pool *pool, bool high)  in ion_page_pool_remove() 76 struct page *ion_page_pool_alloc(struct ion_page_pool *pool)  in ion_page_pool_alloc() 95 void ion_page_pool_free(struct ion_page_pool *pool, struct page *page)  in ion_page_pool_free() 106 static int ion_page_pool_total(struct ion_page_pool *pool, bool high)  in ion_page_pool_total() 116 int ion_page_pool_shrink(struct ion_page_pool *pool, gfp_t gfp_mask,  in ion_page_pool_shrink() 152 	struct ion_page_pool *pool = kmalloc(sizeof(struct ion_page_pool),  in ion_page_pool_create()  local 168 void ion_page_pool_destroy(struct ion_page_pool *pool)  in ion_page_pool_destroy()
  | 
| D | ion_system_heap.c | 60 	struct ion_page_pool *pool = heap->pools[order_to_index(order)];  in alloc_buffer_page()  local 87 		struct ion_page_pool *pool = heap->pools[order_to_index(order)];  in free_buffer_page()  local 227 		struct ion_page_pool *pool = sys_heap->pools[i];  in ion_system_heap_shrink()  local 264 		struct ion_page_pool *pool = sys_heap->pools[i];  in ion_system_heap_debug_show()  local 291 		struct ion_page_pool *pool;  in ion_system_heap_create()  local
  | 
| D | ion_chunk_heap.c | 29 	struct gen_pool *pool;  member
  | 
| D | ion_carveout_heap.c | 30 	struct gen_pool *pool;  member
  | 
| /linux-4.4.14/mm/ | 
| D | mempool.c | 24 static void poison_error(mempool_t *pool, void *element, size_t size,  in poison_error() 41 static void __check_element(mempool_t *pool, void *element, size_t size)  in __check_element() 57 static void check_element(mempool_t *pool, void *element)  in check_element() 81 static void poison_element(mempool_t *pool, void *element)  in poison_element() 97 static inline void check_element(mempool_t *pool, void *element)  in check_element() 100 static inline void poison_element(mempool_t *pool, void *element)  in poison_element() 105 static void kasan_poison_element(mempool_t *pool, void *element)  in kasan_poison_element() 115 static void kasan_unpoison_element(mempool_t *pool, void *element)  in kasan_unpoison_element() 125 static void add_element(mempool_t *pool, void *element)  in add_element() 133 static void *remove_element(mempool_t *pool)  in remove_element() [all …] 
 | 
| D | zbud.c | 128 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle)  in zbud_zpool_evict() 144 	struct zbud_pool *pool;  in zbud_zpool_create()  local 154 static void zbud_zpool_destroy(void *pool)  in zbud_zpool_destroy() 159 static int zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp,  in zbud_zpool_malloc() 164 static void zbud_zpool_free(void *pool, unsigned long handle)  in zbud_zpool_free() 169 static int zbud_zpool_shrink(void *pool, unsigned int pages,  in zbud_zpool_shrink() 188 static void *zbud_zpool_map(void *pool, unsigned long handle,  in zbud_zpool_map() 193 static void zbud_zpool_unmap(void *pool, unsigned long handle)  in zbud_zpool_unmap() 198 static u64 zbud_zpool_total_size(void *pool)  in zbud_zpool_total_size() 307 	struct zbud_pool *pool;  in zbud_create_pool()  local [all …] 
 | 
| D | dmapool.c | 74 	struct dma_pool *pool;  in show_pools()  local 206 static void pool_initialise_page(struct dma_pool *pool, struct dma_page *page)  in pool_initialise_page() 222 static struct dma_page *pool_alloc_page(struct dma_pool *pool, gfp_t mem_flags)  in pool_alloc_page() 250 static void pool_free_page(struct dma_pool *pool, struct dma_page *page)  in pool_free_page() 270 void dma_pool_destroy(struct dma_pool *pool)  in dma_pool_destroy() 321 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags,  in dma_pool_alloc() 390 static struct dma_page *pool_find_page(struct dma_pool *pool, dma_addr_t dma)  in pool_find_page() 412 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma)  in dma_pool_free() 485 	struct dma_pool *pool = *(struct dma_pool **)res;  in dmam_pool_release()  local 509 	struct dma_pool **ptr, *pool;  in dmam_pool_create()  local [all …] 
 | 
| D | zswap.c | 149 	struct zswap_pool *pool;  member 203 	struct zswap_pool *pool;  in zswap_update_total_size()  local 421 static int __zswap_cpu_comp_notifier(struct zswap_pool *pool,  in __zswap_cpu_comp_notifier() 455 	struct zswap_pool *pool = container_of(nb, typeof(*pool), notifier);  in zswap_cpu_comp_notifier()  local 460 static int zswap_cpu_comp_init(struct zswap_pool *pool)  in zswap_cpu_comp_init() 483 static void zswap_cpu_comp_destroy(struct zswap_pool *pool)  in zswap_cpu_comp_destroy() 500 	struct zswap_pool *pool;  in __zswap_pool_current()  local 517 	struct zswap_pool *pool;  in zswap_pool_current_get()  local 532 	struct zswap_pool *pool, *last = NULL;  in zswap_pool_last_get()  local 549 	struct zswap_pool *pool;  in zswap_pool_find_get()  local [all …] 
 | 
| D | zsmalloc.c | 287 static int create_handle_cache(struct zs_pool *pool)  in create_handle_cache() 294 static void destroy_handle_cache(struct zs_pool *pool)  in destroy_handle_cache() 299 static unsigned long alloc_handle(struct zs_pool *pool)  in alloc_handle() 305 static void free_handle(struct zs_pool *pool, unsigned long handle)  in free_handle() 331 static void zs_zpool_destroy(void *pool)  in zs_zpool_destroy() 336 static int zs_zpool_malloc(void *pool, size_t size, gfp_t gfp,  in zs_zpool_malloc() 342 static void zs_zpool_free(void *pool, unsigned long handle)  in zs_zpool_free() 347 static int zs_zpool_shrink(void *pool, unsigned int pages,  in zs_zpool_shrink() 353 static void *zs_zpool_map(void *pool, unsigned long handle,  in zs_zpool_map() 373 static void zs_zpool_unmap(void *pool, unsigned long handle)  in zs_zpool_unmap() [all …] 
 | 
| D | zpool.c | 22 	void *pool;  member
  | 
| /linux-4.4.14/drivers/dma/ | 
| D | coh901318_lli.c | 19 #define DEBUGFS_POOL_COUNTER_RESET(pool) (pool->debugfs_pool_counter = 0)  argument 20 #define DEBUGFS_POOL_COUNTER_ADD(pool, add) (pool->debugfs_pool_counter += add)  argument 22 #define DEBUGFS_POOL_COUNTER_RESET(pool)  argument 23 #define DEBUGFS_POOL_COUNTER_ADD(pool, add)  argument 35 int coh901318_pool_create(struct coh901318_pool *pool,  in coh901318_pool_create() 47 int coh901318_pool_destroy(struct coh901318_pool *pool)  in coh901318_pool_destroy() 55 coh901318_lli_alloc(struct coh901318_pool *pool, unsigned int len)  in coh901318_lli_alloc() 112 void coh901318_lli_free(struct coh901318_pool *pool,  in coh901318_lli_free() 142 coh901318_lli_fill_memcpy(struct coh901318_pool *pool,  in coh901318_lli_fill_memcpy() 175 coh901318_lli_fill_single(struct coh901318_pool *pool,  in coh901318_lli_fill_single() [all …] 
 | 
| D | mmp_tdma.c | 129 	struct gen_pool			*pool;  member 543 					int type, struct gen_pool *pool)  in mmp_tdma_chan_init() 631 	struct gen_pool *pool = NULL;  in mmp_tdma_probe()  local
  | 
| D | idma64.h | 139 	void *pool;  member
  | 
| D | dmaengine.c | 1005 	mempool_t *pool;  member
  | 
| D | sun6i-dma.c | 161 	struct dma_pool		*pool;  member
  | 
| D | pch_dma.c | 126 	struct pci_pool		*pool;  member
  | 
| D | zx296702_dma.c | 128 	struct dma_pool		*pool;  member
  | 
| D | ste_dma40.c | 822 	struct d40_lcla_pool *pool = &chan->base->lcla_pool;  in d40_log_lli_to_lcxa()  local 3406 	struct d40_lcla_pool *pool = &base->lcla_pool;  in d40_lcla_allocate()  local
  | 
| D | coh901318.c | 1283 	struct coh901318_pool pool;  member
  | 
| D | amba-pl08x.c | 271 	struct dma_pool *pool;  member
  | 
| /linux-4.4.14/net/ceph/ | 
| D | msgpool.c | 12 	struct ceph_msgpool *pool = arg;  in msgpool_alloc()  local 27 	struct ceph_msgpool *pool = arg;  in msgpool_free()  local 35 int ceph_msgpool_init(struct ceph_msgpool *pool, int type,  in ceph_msgpool_init() 48 void ceph_msgpool_destroy(struct ceph_msgpool *pool)  in ceph_msgpool_destroy() 54 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool,  in ceph_msgpool_get() 73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)  in ceph_msgpool_put()
  | 
| D | osdmap.c | 624 	u64 pool;  in decode_pool_names()  local 803 		u64 pool;  in __decode_pools()  local 1206 	u64 pool;  in osdmap_apply_incremental()  local 1496 			  struct ceph_pg_pool_info *pool,  in pg_to_raw_osds() 1532 			  struct ceph_pg_pool_info *pool,  in raw_to_up_osds() 1567 				   struct ceph_pg_pool_info *pool,  in apply_primary_affinity() 1640 		       struct ceph_pg_pool_info *pool, struct ceph_pg pgid,  in apply_temps() 1699 	struct ceph_pg_pool_info *pool;  in ceph_calc_pg_acting()  local
  | 
| D | debugfs.c | 69 		struct ceph_pg_pool_info *pool =  in osdmap_show()  local
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/lov/ | 
| D | lov_pool.c | 55 static void lov_pool_getref(struct pool_desc *pool)  in lov_pool_getref() 61 void lov_pool_putref(struct pool_desc *pool)  in lov_pool_putref() 74 static void lov_pool_putref_locked(struct pool_desc *pool)  in lov_pool_putref_locked() 107 	struct pool_desc *pool;  in pool_key()  local 116 	struct pool_desc *pool;  in pool_hashkey_keycmp()  local 130 	struct pool_desc *pool;  in pool_hashrefcount_get()  local 139 	struct pool_desc *pool;  in pool_hashrefcount_put_locked()  local 168 	struct pool_desc *pool;  member 200 	struct pool_desc *pool = (struct pool_desc *)s->private;  in pool_proc_start()  local 485 	struct pool_desc *pool;  in lov_pool_del()  local [all …] 
 | 
| D | lov_obd.c | 855 	struct pool_desc *pool;  in lov_cleanup()  local
  | 
| /linux-4.4.14/sound/core/seq/ | 
| D | seq_memory.c | 35 static inline int snd_seq_pool_available(struct snd_seq_pool *pool)  in snd_seq_pool_available() 40 static inline int snd_seq_output_ok(struct snd_seq_pool *pool)  in snd_seq_output_ok() 178 static inline void free_cell(struct snd_seq_pool *pool,  in free_cell() 189 	struct snd_seq_pool *pool;  in snd_seq_cell_free()  local 222 static int snd_seq_cell_alloc(struct snd_seq_pool *pool,  in snd_seq_cell_alloc() 289 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,  in snd_seq_event_dup() 369 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file,  in snd_seq_pool_poll_wait() 378 int snd_seq_pool_init(struct snd_seq_pool *pool)  in snd_seq_pool_init() 418 int snd_seq_pool_done(struct snd_seq_pool *pool)  in snd_seq_pool_done() 465 	struct snd_seq_pool *pool;  in snd_seq_pool_new()  local [all …] 
 | 
| D | seq_memory.h | 32 	struct snd_seq_pool *pool;				/* used pool */  member 72 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool)  in snd_seq_unused_cells() 78 static inline int snd_seq_total_cells(struct snd_seq_pool *pool)  in snd_seq_total_cells()
  | 
| D | seq_fifo.h | 31 	struct snd_seq_pool *pool;		/* FIFO pool */  member
  | 
| D | seq_clientmgr.h | 65 	struct snd_seq_pool *pool;		/* memory pool for this client */  member
  | 
| /linux-4.4.14/arch/metag/kernel/ | 
| D | tcm.c | 21 	struct gen_pool *pool;  member 29 	struct tcm_pool *pool;  in find_pool()  local 52 	struct tcm_pool *pool;  in tcm_alloc()  local 76 	struct tcm_pool *pool;  in tcm_free()  local 95 	struct tcm_pool *pool;  in tcm_lookup_tag()  local 115 	struct tcm_pool *pool;  in tcm_add_region()  local
  | 
| /linux-4.4.14/drivers/staging/octeon/ | 
| D | ethernet-mem.c | 30 static int cvm_oct_fill_hw_skbuff(int pool, int size, int elements)  in cvm_oct_fill_hw_skbuff() 53 static void cvm_oct_free_hw_skbuff(int pool, int size, int elements)  in cvm_oct_free_hw_skbuff() 83 static int cvm_oct_fill_hw_memory(int pool, int size, int elements)  in cvm_oct_fill_hw_memory() 120 static void cvm_oct_free_hw_memory(int pool, int size, int elements)  in cvm_oct_free_hw_memory() 143 int cvm_oct_mem_fill_fpa(int pool, int size, int elements)  in cvm_oct_mem_fill_fpa() 154 void cvm_oct_mem_empty_fpa(int pool, int size, int elements)  in cvm_oct_mem_empty_fpa()
  | 
| /linux-4.4.14/lib/ | 
| D | percpu_ida.c | 60 static inline void steal_tags(struct percpu_ida *pool,  in steal_tags() 106 static inline void alloc_global_tags(struct percpu_ida *pool,  in alloc_global_tags() 144 int percpu_ida_alloc(struct percpu_ida *pool, int state)  in percpu_ida_alloc() 216 void percpu_ida_free(struct percpu_ida *pool, unsigned tag)  in percpu_ida_free() 266 void percpu_ida_destroy(struct percpu_ida *pool)  in percpu_ida_destroy() 286 int __percpu_ida_init(struct percpu_ida *pool, unsigned long nr_tags,  in __percpu_ida_init() 341 int percpu_ida_for_each_free(struct percpu_ida *pool, percpu_ida_cb fn,  in percpu_ida_for_each_free() 382 unsigned percpu_ida_free_tags(struct percpu_ida *pool, int cpu)  in percpu_ida_free_tags()
  | 
| D | genalloc.c | 154 	struct gen_pool *pool;  in gen_pool_create()  local 182 int gen_pool_add_virt(struct gen_pool *pool, unsigned long virt, phys_addr_t phys,  in gen_pool_add_virt() 214 phys_addr_t gen_pool_virt_to_phys(struct gen_pool *pool, unsigned long addr)  in gen_pool_virt_to_phys() 239 void gen_pool_destroy(struct gen_pool *pool)  in gen_pool_destroy() 271 unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size)  in gen_pool_alloc() 326 void *gen_pool_dma_alloc(struct gen_pool *pool, size_t size, dma_addr_t *dma)  in gen_pool_dma_alloc() 354 void gen_pool_free(struct gen_pool *pool, unsigned long addr, size_t size)  in gen_pool_free() 392 void gen_pool_for_each_chunk(struct gen_pool *pool,  in gen_pool_for_each_chunk() 393 	void (*func)(struct gen_pool *pool, struct gen_pool_chunk *chunk, void *data),  in gen_pool_for_each_chunk() 414 bool addr_in_gen_pool(struct gen_pool *pool, unsigned long start,  in addr_in_gen_pool() [all …] 
 | 
| D | iommu-common.c | 106 	struct iommu_pool *pool;  in iommu_tbl_range_alloc()  local 254 	struct iommu_pool *pool;  in iommu_tbl_range_free()  local
  | 
| /linux-4.4.14/arch/mips/include/asm/octeon/ | 
| D | cvmx-fpa.h | 104 static inline const char *cvmx_fpa_get_name(uint64_t pool)  in cvmx_fpa_get_name() 115 static inline void *cvmx_fpa_get_base(uint64_t pool)  in cvmx_fpa_get_base() 129 static inline int cvmx_fpa_is_member(uint64_t pool, void *ptr)  in cvmx_fpa_is_member() 183 static inline void *cvmx_fpa_alloc(uint64_t pool)  in cvmx_fpa_alloc() 200 static inline void cvmx_fpa_async_alloc(uint64_t scr_addr, uint64_t pool)  in cvmx_fpa_async_alloc() 224 static inline void cvmx_fpa_free_nosync(void *ptr, uint64_t pool,  in cvmx_fpa_free_nosync() 246 static inline void cvmx_fpa_free(void *ptr, uint64_t pool,  in cvmx_fpa_free()
  | 
| D | cvmx-packet.h | 54 		uint64_t pool:3;  member
  | 
| D | cvmx-pko-defs.h | 192 		uint64_t pool:3;  member 282 		uint64_t pool:3;  member 297 		uint64_t pool:3;  member 429 		uint64_t pool:3;  member 505 		uint64_t pool:3;  member 549 		uint64_t pool:3;  member 1819 		uint64_t pool:3;  member
  | 
| D | cvmx-fpa-defs.h | 75 		uint64_t pool:5;  member
  | 
| /linux-4.4.14/net/rds/ | 
| D | iw_rdma.c | 46 	struct rds_iw_mr_pool	*pool;  member 317 	struct rds_iw_mr_pool *pool;  local 349 	struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;  local 355 void rds_iw_destroy_mr_pool(struct rds_iw_mr_pool *pool) 364 static inline struct rds_iw_mr *rds_iw_reuse_fmr(struct rds_iw_mr_pool *pool) 381 	struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;  local 463 static void rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all) 525 	struct rds_iw_mr_pool *pool = container_of(work, struct rds_iw_mr_pool, flush_worker);  local 533 	struct rds_iw_mr_pool *pool = ibmr->device->mr_pool;  local 563 		struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;  local [all …] 
 | 
| D | ib_rdma.c | 49 	struct rds_ib_mr_pool	*pool;  member 241 	struct rds_ib_mr_pool *pool;  in rds_ib_create_mr_pool()  local 281 void rds_ib_destroy_mr_pool(struct rds_ib_mr_pool *pool)  in rds_ib_destroy_mr_pool() 290 static inline struct rds_ib_mr *rds_ib_reuse_fmr(struct rds_ib_mr_pool *pool)  in rds_ib_reuse_fmr() 323 	struct rds_ib_mr_pool *pool;  in rds_ib_alloc_fmr()  local 558 		struct rds_ib_mr_pool *pool = ibmr->pool;  in rds_ib_teardown_mr()  local 564 static inline unsigned int rds_ib_flush_goal(struct rds_ib_mr_pool *pool, int free_all)  in rds_ib_flush_goal() 602 static void list_to_llist_nodes(struct rds_ib_mr_pool *pool,  in list_to_llist_nodes() 626 static int rds_ib_flush_mr_pool(struct rds_ib_mr_pool *pool,  in rds_ib_flush_mr_pool() 751 	struct rds_ib_mr_pool *pool = container_of(work, struct rds_ib_mr_pool, flush_worker.work);  in rds_ib_mr_pool_flush_worker()  local [all …] 
 | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | fmr_pool.c | 114 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool,  in ib_fmr_cache_lookup() 137 static void ib_fmr_batch_release(struct ib_fmr_pool *pool)  in ib_fmr_batch_release() 179 	struct ib_fmr_pool *pool = pool_ptr;  in ib_fmr_cleanup_thread()  local 214 	struct ib_fmr_pool *pool;  in ib_create_fmr_pool()  local 358 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool)  in ib_destroy_fmr_pool() 396 int ib_flush_fmr_pool(struct ib_fmr_pool *pool)  in ib_flush_fmr_pool() 439 	struct ib_fmr_pool *pool = pool_handle;  in ib_fmr_pool_map_phys()  local 514 	struct ib_fmr_pool *pool;  in ib_fmr_pool_unmap()  local
  | 
| /linux-4.4.14/drivers/gpu/drm/ttm/ | 
| D | ttm_page_alloc_dma.c | 157 	struct dma_pool *pool;  member 306 static int ttm_set_pages_caching(struct dma_pool *pool,  in ttm_set_pages_caching() 326 static void __ttm_dma_free_page(struct dma_pool *pool, struct dma_page *d_page)  in __ttm_dma_free_page() 334 static struct dma_page *__ttm_dma_alloc_page(struct dma_pool *pool)  in __ttm_dma_alloc_page() 372 static void ttm_pool_update_free_locked(struct dma_pool *pool,  in ttm_pool_update_free_locked() 381 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,  in ttm_dma_pages_put() 398 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page)  in ttm_dma_page_put() 419 static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free,  in ttm_dma_page_pool_free() 521 	struct dma_pool *pool;  in ttm_dma_free_pool()  local 563 	struct dma_pool *pool = *(struct dma_pool **)res;  in ttm_dma_pool_release()  local [all …] 
 | 
| D | ttm_page_alloc.c | 285 static void ttm_pool_update_free_locked(struct ttm_page_pool *pool,  in ttm_pool_update_free_locked() 302 static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free,  in ttm_page_pool_free() 401 	struct ttm_page_pool *pool;  in ttm_pool_shrink_scan()  local 573 static void ttm_page_pool_fill_locked(struct ttm_page_pool *pool,  in ttm_page_pool_fill_locked() 631 static unsigned ttm_page_pool_get_pages(struct ttm_page_pool *pool,  in ttm_page_pool_get_pages() 680 	struct ttm_page_pool *pool = ttm_get_pool(flags, cstate);  in ttm_put_pages()  local 727 	struct ttm_page_pool *pool = ttm_get_pool(flags, cstate);  in ttm_get_pages()  local 801 static void ttm_page_pool_init_locked(struct ttm_page_pool *pool, gfp_t flags,  in ttm_page_pool_init_locked()
  | 
| /linux-4.4.14/kernel/ | 
| D | workqueue.c | 199 	struct worker_pool	*pool;		/* I: the associated pool */  member 356 #define for_each_cpu_worker_pool(pool, cpu)				\  argument 373 #define for_each_pool(pool, pi)						\  argument 388 #define for_each_pool_worker(worker, pool)				\  argument 540 static int worker_pool_assign_id(struct worker_pool *pool)  in worker_pool_assign_id() 771 static bool __need_more_worker(struct worker_pool *pool)  in __need_more_worker() 784 static bool need_more_worker(struct worker_pool *pool)  in need_more_worker() 790 static bool may_start_working(struct worker_pool *pool)  in may_start_working() 796 static bool keep_working(struct worker_pool *pool)  in keep_working() 803 static bool need_to_create_worker(struct worker_pool *pool)  in need_to_create_worker() [all …] 
 | 
| D | workqueue_internal.h | 38 	struct worker_pool	*pool;		/* I: the associated pool */  member
  | 
| /linux-4.4.14/drivers/gpu/drm/i915/ | 
| D | i915_gem_batch_pool.c | 48 			      struct i915_gem_batch_pool *pool)  in i915_gem_batch_pool_init() 64 void i915_gem_batch_pool_fini(struct i915_gem_batch_pool *pool)  in i915_gem_batch_pool_fini() 97 i915_gem_batch_pool_get(struct i915_gem_batch_pool *pool,  in i915_gem_batch_pool_get()
  | 
| /linux-4.4.14/drivers/xen/ | 
| D | tmem.c | 167 static void tmem_cleancache_put_page(int pool, struct cleancache_filekey key,  in tmem_cleancache_put_page() 181 static int tmem_cleancache_get_page(int pool, struct cleancache_filekey key,  in tmem_cleancache_get_page() 200 static void tmem_cleancache_flush_page(int pool, struct cleancache_filekey key,  in tmem_cleancache_flush_page() 213 static void tmem_cleancache_flush_inode(int pool, struct cleancache_filekey key)  in tmem_cleancache_flush_inode() 222 static void tmem_cleancache_flush_fs(int pool)  in tmem_cleancache_flush_fs() 284 	int pool = tmem_frontswap_poolid;  in tmem_frontswap_store()  local 309 	int pool = tmem_frontswap_poolid;  in tmem_frontswap_load()  local 329 	int pool = tmem_frontswap_poolid;  in tmem_frontswap_flush_page()  local 341 	int pool = tmem_frontswap_poolid;  in tmem_frontswap_flush_area()  local
  | 
| /linux-4.4.14/sound/core/seq/oss/ | 
| D | seq_oss_writeq.c | 40 	struct snd_seq_client_pool pool;  in snd_seq_oss_writeq_new()  local 152 	struct snd_seq_client_pool pool;  in snd_seq_oss_writeq_get_free_size()  local 165 	struct snd_seq_client_pool pool;  in snd_seq_oss_writeq_set_output()  local
  | 
| /linux-4.4.14/drivers/atm/ | 
| D | ambassador.c | 687 static int rx_give (amb_dev * dev, rx_in * rx, unsigned char pool) {  in rx_give() 712 static int rx_take (amb_dev * dev, unsigned char pool) {  in rx_take() 745 static void drain_rx_pool (amb_dev * dev, unsigned char pool) {  in drain_rx_pool() 772   unsigned char pool;  in drain_rx_pools()  local 780 static void fill_rx_pool (amb_dev * dev, unsigned char pool,  in fill_rx_pool() 818   unsigned char pool;  in fill_rx_pools()  local 867     unsigned char pool;  in interrupt_handler()  local 1026   unsigned char pool = -1; // hush gcc  in amb_open()  local 1265     unsigned char pool = vcc->rx_info.pool;  in amb_close()  local 1427   unsigned char pool;  in amb_proc_read()  local [all …] 
 | 
| D | zatm.c | 178 static void refill_pool(struct atm_dev *dev,int pool)  in refill_pool() 256 static void drain_free(struct atm_dev *dev,int pool)  in drain_free() 278 static void use_pool(struct atm_dev *dev,int pool)  in use_pool() 306 static void unuse_pool(struct atm_dev *dev,int pool)  in unuse_pool() 1452 				int pool;  in zatm_ioctl()  local 1473 				int pool;  in zatm_ioctl()  local
  | 
| D | zatm.h | 45 	int pool;			/* free buffer pool */  member 67 	struct sk_buff_head pool[NR_POOLS];/* free buffer pools */  member
  | 
| D | idt77252.c | 584 	struct sb_pool *pool = &card->sbpool[queue];  in sb_pool_add()  local
  | 
| D | ambassador.h | 617   unsigned char    pool;  member
  | 
| D | idt77252.h | 788 	u32		pool;	/* sb_pool handle */  member
  | 
| /linux-4.4.14/drivers/scsi/lpfc/ | 
| D | lpfc_mem.c | 83 	struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;  in lpfc_mem_alloc()  local 219 	struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;  in lpfc_mem_free()  local 364 	struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;  in lpfc_mbuf_alloc()  local 397 	struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;  in __lpfc_mbuf_free()  local
  | 
| /linux-4.4.14/drivers/mtd/ubi/ | 
| D | fastmap-wl.c | 57 				    struct ubi_fm_pool *pool)  in return_unused_pool_pebs() 122 	struct ubi_fm_pool *pool = &ubi->fm_pool;  in ubi_refill_pools()  local 209 	struct ubi_fm_pool *pool = &ubi->fm_pool;  in ubi_wl_get_peb()  local 262 	struct ubi_fm_pool *pool = &ubi->fm_wl_pool;  in get_peb_for_wl()  local
  | 
| /linux-4.4.14/block/ | 
| D | bounce.c | 126 static void bounce_end_io(struct bio *bio, mempool_t *pool)  in bounce_end_io() 162 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool)  in __bounce_end_io_read() 183 			       mempool_t *pool)  in __blk_queue_bounce() 240 	mempool_t *pool;  in blk_queue_bounce()  local
  | 
| D | bio.c | 161 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned int idx)  in bvec_free() 175 			   mempool_t *pool)  in bvec_alloc()
  | 
| /linux-4.4.14/drivers/net/ethernet/ti/ | 
| D | davinci_cpdma.c | 107 	struct cpdma_desc_pool	*pool;  member 159 	struct cpdma_desc_pool *pool;  in cpdma_desc_pool_create()  local 194 static void cpdma_desc_pool_destroy(struct cpdma_desc_pool *pool)  in cpdma_desc_pool_destroy() 208 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool,  in desc_phys() 217 desc_from_phys(struct cpdma_desc_pool *pool, dma_addr_t dma)  in desc_from_phys() 223 cpdma_desc_alloc(struct cpdma_desc_pool *pool, int num_desc, bool is_rx)  in cpdma_desc_alloc() 253 static void cpdma_desc_free(struct cpdma_desc_pool *pool,  in cpdma_desc_free() 630 	struct cpdma_desc_pool		*pool = ctlr->pool;  in __cpdma_chan_submit()  local 728 	struct cpdma_desc_pool	*pool = ctlr->pool;  in cpdma_check_free_tx_desc()  local 750 	struct cpdma_desc_pool		*pool = ctlr->pool;  in __cpdma_chan_free()  local [all …] 
 | 
| D | cpts.h | 125 	struct list_head pool;  member
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | uncached.c | 35 	struct gen_pool *pool;  member 229 	struct gen_pool *pool = uncached_pools[nid].pool;  in uncached_free_page()  local 255 	struct gen_pool *pool = uncached_pools[nid].pool;  in uncached_build_memmap()  local
  | 
| /linux-4.4.14/net/sunrpc/ | 
| D | svc_xprt.c | 324 	struct svc_pool *pool;  in svc_xprt_do_enqueue()  local 422 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool)  in svc_xprt_dequeue() 511 	struct svc_pool *pool;  in svc_wake_up()  local 645 	struct svc_pool		*pool = rqstp->rq_pool;  in rqst_should_sleep()  local 669 	struct svc_pool		*pool = rqstp->rq_pool;  in svc_get_next_xprt()  local 1018 	struct svc_pool *pool;  in svc_dequeue_net()  local 1312 	struct svc_pool *pool = p;  in svc_pool_stats_next()  local 1336 	struct svc_pool *pool = p;  in svc_pool_stats_show()  local
  | 
| D | svc.c | 456 		struct svc_pool *pool = &serv->sv_pools[i];  in __svc_create()  local 586 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node)  in svc_rqst_alloc() 618 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node)  in svc_prepare_thread() 639 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state)  in choose_pool() 651 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state)  in choose_victim() 703 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs)  in svc_set_num_threads() 780 	struct svc_pool	*pool = rqstp->rq_pool;  in svc_exit_thread()  local
  | 
| /linux-4.4.14/drivers/soc/ti/ | 
| D | knav_qmss_queue.c | 676 static void kdesc_fill_pool(struct knav_pool *pool)  in kdesc_fill_pool() 696 static void kdesc_empty_pool(struct knav_pool *pool)  in kdesc_empty_pool() 725 	struct knav_pool *pool = ph;  in knav_pool_desc_virt_to_dma()  local 732 	struct knav_pool *pool = ph;  in knav_pool_desc_dma_to_virt()  local 751 	struct knav_pool *pool, *pi;  in knav_pool_create()  local 850 	struct knav_pool *pool = ph;  in knav_pool_destroy()  local 880 	struct knav_pool *pool = ph;  in knav_pool_desc_get()  local 899 	struct knav_pool *pool = ph;  in knav_pool_desc_put()  local 919 	struct knav_pool *pool = ph;  in knav_pool_desc_map()  local 944 	struct knav_pool *pool = ph;  in knav_pool_desc_unmap()  local [all …] 
 | 
| D | knav_qmss.h | 362 #define for_each_pool(kdev, pool)				\  argument
  | 
| /linux-4.4.14/tools/hv/ | 
| 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() 309 static int kvp_key_delete(int pool, const __u8 *key, int key_size)  in kvp_key_delete() 352 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size,  in kvp_key_add_or_modify() 406 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value,  in kvp_get_value() 438 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size,  in kvp_pool_enumerate() 1406 	int	pool;  in main()  local
  | 
| /linux-4.4.14/drivers/scsi/ | 
| D | scsi.c | 137 	struct scsi_host_cmd_pool *pool = shost->cmd_pool;  in scsi_host_free_command()  local 156 	struct scsi_host_cmd_pool *pool = shost->cmd_pool;  in scsi_host_alloc_command()  local 305 scsi_free_host_cmd_pool(struct scsi_host_cmd_pool *pool)  in scsi_free_host_cmd_pool() 316 	struct scsi_host_cmd_pool *pool;  in scsi_alloc_host_cmd_pool()  local 345 	struct scsi_host_cmd_pool *retval = NULL, *pool;  in scsi_get_host_cmd_pool()  local 392 	struct scsi_host_cmd_pool *pool;  in scsi_put_host_cmd_pool()  local
  | 
| D | mvumi.c | 1805 	struct mvumi_ob_data *pool;  in mvumi_handle_clob()  local
  | 
| D | scsi_lib.c | 49 	mempool_t	*pool;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/ibm/ | 
| D | ibmveth.c | 151 static void ibmveth_init_buffer_pool(struct ibmveth_buff_pool *pool,  in ibmveth_init_buffer_pool() 163 static int ibmveth_alloc_buffer_pool(struct ibmveth_buff_pool *pool)  in ibmveth_alloc_buffer_pool() 214 					  struct ibmveth_buff_pool *pool)  in ibmveth_replenish_buffer_pool() 323 		struct ibmveth_buff_pool *pool = &adapter->rx_buff_pool[i];  in ibmveth_replenish_task()  local 335 				     struct ibmveth_buff_pool *pool)  in ibmveth_free_buffer_pool() 371 	unsigned int pool  = correlator >> 32;  in ibmveth_remove_buffer_from_pool()  local 406 	unsigned int pool = correlator >> 32;  in ibmveth_rxq_get_buffer()  local 420 	unsigned int pool = correlator >> 32;  in ibmveth_rxq_recycle_buffer()  local 1617 	struct ibmveth_buff_pool *pool = container_of(kobj,  in veth_pool_show()  local 1633 	struct ibmveth_buff_pool *pool = container_of(kobj,  in veth_pool_store()  local
  | 
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ | 
| D | o2iblnd.c | 1246 	kib_pool_t *pool = &tpo->tpo_pool;  in kiblnd_map_tx_pool()  local 1345 static void kiblnd_destroy_fmr_pool(kib_fmr_pool_t *pool)  in kiblnd_destroy_fmr_pool() 1360 	kib_fmr_pool_t *pool;  in kiblnd_destroy_fmr_pool_list()  local 1597 static void kiblnd_fini_pool(kib_pool_t *pool)  in kiblnd_fini_pool() 1605 static void kiblnd_init_pool(kib_poolset_t *ps, kib_pool_t *pool, int size)  in kiblnd_init_pool() 1618 	kib_pool_t *pool;  in kiblnd_destroy_pool_list()  local 1663 	kib_pool_t *pool;  in kiblnd_init_poolset()  local 1691 static int kiblnd_pool_is_idle(kib_pool_t *pool, unsigned long now)  in kiblnd_pool_is_idle() 1700 void kiblnd_pool_free_node(kib_pool_t *pool, struct list_head *node)  in kiblnd_pool_free_node() 1733 	kib_pool_t *pool;  in kiblnd_pool_alloc_node()  local [all …] 
 | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_buffers.c | 88 	u8 pool;  member 137 		const struct mlxsw_sp_sb_pool *pool;  in mlxsw_sp_sb_pools_init()  local 157 	u8 pool;  member 284 	u8 pool;  member 344 	u8 pool;  member
  | 
| D | reg.h | 2136 static inline void mlxsw_reg_sbpr_pack(char *payload, u8 pool,  in mlxsw_reg_sbpr_pack() 2217 				       u32 min_buff, u32 max_buff, u8 pool)  in mlxsw_reg_sbcm_pack() 2286 static inline void mlxsw_reg_sbpm_pack(char *payload, u8 local_port, u8 pool,  in mlxsw_reg_sbpm_pack() 2344 				       u32 max_buff, u8 pool)  in mlxsw_reg_sbmm_pack()
  | 
| /linux-4.4.14/sound/core/ | 
| D | memalloc.c | 121 	struct gen_pool *pool = NULL;  in snd_malloc_dev_iram()  local 144 	struct gen_pool *pool = dmab->private_data;  in snd_free_dev_iram()  local
  | 
| /linux-4.4.14/drivers/scsi/megaraid/ | 
| D | megaraid_mm.c | 514 	mm_dmapool_t	*pool;  in mraid_mm_attach_buf()  local 640 	mm_dmapool_t	*pool;  in mraid_mm_dealloc_kioc()  local 1069 	mm_dmapool_t	*pool;  in mraid_mm_setup_dma_pools()  local 1184 	mm_dmapool_t	*pool;  in mraid_mm_teardown_dma_pools()  local
  | 
| /linux-4.4.14/tools/usb/usbip/libsrc/ | 
| D | names.c | 160 struct pool {  struct 161 	struct pool *next;  argument 165 static struct pool *pool_head;  argument 189 	struct pool *pool;  in names_free()  local
  | 
| /linux-4.4.14/include/linux/ | 
| D | dmapool.h | 27 static inline void *dma_pool_zalloc(struct dma_pool *pool, gfp_t mem_flags,  in dma_pool_zalloc()
  | 
| D | percpu_ida.h | 71 static inline int percpu_ida_init(struct percpu_ida *pool, unsigned long nr_tags)  in percpu_ida_init()
  | 
| D | genalloc.h | 94 static inline int gen_pool_add(struct gen_pool *pool, unsigned long addr,  in gen_pool_add()
  | 
| D | agpgart.h | 104 	struct agp_memory *pool;  member
  | 
| D | pci.h | 1233 #define	pci_pool_destroy(pool) dma_pool_destroy(pool)  argument 1234 #define	pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle)  argument 1235 #define	pci_pool_zalloc(pool, flags, handle) \  argument 1237 #define	pci_pool_free(pool, vaddr, addr) dma_pool_free(pool, vaddr, addr)  argument
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_fcoe.h | 67 	struct dma_pool *pool;  member 72 	struct dma_pool *pool;  member
  | 
| D | ixgbe_fcoe.c | 633 	struct dma_pool *pool;  in ixgbe_fcoe_dma_pool_alloc()  local
  | 
| D | ixgbe_main.c | 3655 	u16 pool;  in ixgbe_setup_psrtype()  local 4553 static void ixgbe_macvlan_set_rx_mode(struct net_device *dev, unsigned int pool,  in ixgbe_macvlan_set_rx_mode() 4581 	u16 pool = vadapter->pool;  in ixgbe_fwd_psrtype()  local 8294 	int pool, err;  in ixgbe_fwd_add()  local
  | 
| D | ixgbe_x550.c | 2255 						  unsigned int pool)  in ixgbe_set_source_address_pruning_X550()
  | 
| D | ixgbe.h | 243 	int pool;  member
  | 
| /linux-4.4.14/drivers/misc/ | 
| D | sram.c | 34 	struct gen_pool *pool;  member 43 	struct gen_pool *pool;  member 55 	bool pool;  member
  | 
| /linux-4.4.14/arch/arm/common/ | 
| D | dmabounce.c | 56 	struct dmabounce_pool *pool;  member 63 	struct dma_pool	*pool;  member 111 	struct dmabounce_pool *pool;  in alloc_safe_buffer()  local 467 static int dmabounce_init_pool(struct dmabounce_pool *pool, struct device *dev,  in dmabounce_init_pool()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | client.c | 439 void ptlrpc_free_rq_pool(struct ptlrpc_request_pool *pool)  in ptlrpc_free_rq_pool() 463 int ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq)  in ptlrpc_add_rqs_to_pool() 514 	struct ptlrpc_request_pool *pool;  in ptlrpc_init_rq_pool()  local 540 ptlrpc_prep_req_from_pool(struct ptlrpc_request_pool *pool)  in ptlrpc_prep_req_from_pool() 583 	struct ptlrpc_request_pool *pool = request->rq_pool;  in __ptlrpc_free_req_to_pool()  local 717 					      struct ptlrpc_request_pool *pool)  in __ptlrpc_request_alloc() 749 			      struct ptlrpc_request_pool *pool,  in ptlrpc_request_alloc_internal() 779 						 struct ptlrpc_request_pool *pool,  in ptlrpc_request_alloc_pool()
  | 
| /linux-4.4.14/include/linux/ceph/ | 
| D | msgpool.h | 13 	mempool_t *pool;  member
  | 
| D | osdmap.h | 23 	uint64_t pool;  member 44 static inline bool ceph_can_shift_osds(struct ceph_pg_pool_info *pool)  in ceph_can_shift_osds() 57 	s64 pool;  member
  | 
| D | rados.h | 62 	__le32 pool;      /* object pool */  member
  | 
| D | messenger.h | 166 	struct ceph_msgpool *pool;  member
  | 
| /linux-4.4.14/drivers/scsi/libfc/ | 
| D | fc_exch.c | 95 	struct fc_exch_pool __percpu *pool;  member 418 static inline struct fc_exch *fc_exch_ptr_get(struct fc_exch_pool *pool,  in fc_exch_ptr_get() 431 static inline void fc_exch_ptr_set(struct fc_exch_pool *pool, u16 index,  in fc_exch_ptr_set() 443 	struct fc_exch_pool *pool;  in fc_exch_delete()  local 807 	struct fc_exch_pool *pool;  in fc_exch_em_alloc()  local 909 	struct fc_exch_pool *pool;  in fc_exch_find()  local 1865 			       struct fc_exch_pool *pool,  in fc_exch_pool_reset() 2364 	struct fc_exch_pool *pool;  in fc_exch_mgr_alloc()  local
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_fcoe.h | 112 	struct dma_pool *pool;  member 117 	struct dma_pool *pool;  member
  | 
| D | i40e_fcoe.c | 510 	struct dma_pool *pool;  in i40e_fcoe_dma_pool_create()  local
  | 
| /linux-4.4.14/net/9p/ | 
| D | util.c | 45 	struct idr pool;  member
  | 
| /linux-4.4.14/drivers/usb/core/ | 
| D | buffer.c | 97 		struct dma_pool *pool = hcd->pool[i];  in hcd_buffer_destroy()  local
  | 
| /linux-4.4.14/include/uapi/linux/netfilter_bridge/ | 
| D | ebt_among.h | 42 	struct ebt_mac_wormhash_tuple pool[0];  member
  | 
| /linux-4.4.14/include/rdma/ | 
| D | ib_fmr_pool.h | 69 	struct ib_fmr_pool *pool;  member
  | 
| /linux-4.4.14/drivers/scsi/ibmvscsi/ | 
| D | ibmvscsi.c | 453 static int initialize_event_pool(struct event_pool *pool,  in initialize_event_pool() 497 static void release_event_pool(struct event_pool *pool,  in release_event_pool() 527 static int valid_event_struct(struct event_pool *pool,  in valid_event_struct() 544 static void free_event_struct(struct event_pool *pool,  in free_event_struct() 567 static struct srp_event_struct *get_event_struct(struct event_pool *pool)  in get_event_struct()
  | 
| D | ibmvscsi.h | 98 	struct event_pool pool;  member
  | 
| D | ibmvfc.c | 748 static int ibmvfc_valid_event(struct ibmvfc_event_pool *pool,  in ibmvfc_valid_event() 767 	struct ibmvfc_event_pool *pool = &vhost->pool;  in ibmvfc_free_event()  local 1207 	struct ibmvfc_event_pool *pool = &vhost->pool;  in ibmvfc_init_event_pool()  local 1247 	struct ibmvfc_event_pool *pool = &vhost->pool;  in ibmvfc_free_event_pool()  local
  | 
| D | ibmvfc.h | 701 	struct ibmvfc_event_pool pool;  member
  | 
| /linux-4.4.14/drivers/s390/scsi/ | 
| D | zfcp_fsf.c | 647 static struct zfcp_fsf_req *zfcp_fsf_alloc(mempool_t *pool)  in zfcp_fsf_alloc() 664 static struct fsf_qtcb *zfcp_qtcb_alloc(mempool_t *pool)  in zfcp_qtcb_alloc() 682 						mempool_t *pool)  in zfcp_fsf_req_create() 1050 		     struct zfcp_fsf_ct_els *ct, mempool_t *pool,  in zfcp_fsf_send_ct()
  | 
| D | zfcp_def.h | 185 	struct zfcp_adapter_mempool	pool;      /* Adapter memory pools */  member 312 	mempool_t		*pool;  member
  | 
| /linux-4.4.14/drivers/block/ | 
| D | null_blk.c | 539 static void null_lnvm_destroy_dma_pool(void *pool)  in null_lnvm_destroy_dma_pool() 544 static void *null_lnvm_dev_dma_alloc(struct nvm_dev *dev, void *pool,  in null_lnvm_dev_dma_alloc() 550 static void null_lnvm_dev_dma_free(void *pool, void *entry,  in null_lnvm_dev_dma_free()
  | 
| D | cciss_scsi.c | 110 	struct cciss_scsi_cmd_stack_elem_t *pool;  member
  | 
| /linux-4.4.14/include/linux/iio/ | 
| D | trigger.h | 74 	unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)];  member
  | 
| /linux-4.4.14/drivers/staging/rdma/ehca/ | 
| D | ehca_irq.c | 75 static struct ehca_comp_pool *pool;  variable 656 static int find_next_online_cpu(struct ehca_comp_pool *pool)  in find_next_online_cpu()
  | 
| /linux-4.4.14/drivers/net/ethernet/marvell/ | 
| D | mvpp2.c | 46 #define MVPP2_POOL_BUF_SIZE_REG(pool)		(0x180 + 4 * (pool))  argument 178 #define MVPP2_BM_POOL_BASE_REG(pool)		(0x6000 + ((pool) * 4))  argument 180 #define MVPP2_BM_POOL_SIZE_REG(pool)		(0x6040 + ((pool) * 4))  argument 182 #define MVPP2_BM_POOL_READ_PTR_REG(pool)	(0x6080 + ((pool) * 4))  argument 184 #define MVPP2_BM_POOL_PTRS_NUM_REG(pool)	(0x60c0 + ((pool) * 4))  argument 186 #define MVPP2_BM_BPPI_READ_PTR_REG(pool)	(0x6100 + ((pool) * 4))  argument 187 #define MVPP2_BM_BPPI_PTRS_NUM_REG(pool)	(0x6140 + ((pool) * 4))  argument 190 #define MVPP2_BM_POOL_CTRL_REG(pool)		(0x6200 + ((pool) * 4))  argument 202 #define MVPP2_BM_INTR_CAUSE_REG(pool)		(0x6240 + ((pool) * 4))  argument 208 #define MVPP2_BM_INTR_MASK_REG(pool)		(0x6280 + ((pool) * 4))  argument [all …] 
 | 
| D | mvneta.c | 155 #define      MVNETA_CAUSE_BMU_ALLOC_ERR_MASK(pool) (1 << (MVNETA_CAUSE_BMU_ALLOC_ERR_SHIFT + (pool)…  argument
  | 
| /linux-4.4.14/drivers/net/wireless/cw1200/ | 
| D | queue.h | 35 	struct cw1200_queue_item *pool;  member
  | 
| /linux-4.4.14/fs/ceph/ | 
| D | addr.c | 784 		mempool_t *pool = NULL;	/* Becomes non-null if mempool used */  in ceph_writepages_start()  local 1620 static int __ceph_pool_perm_get(struct ceph_inode_info *ci, u32 pool)  in __ceph_pool_perm_get() 1758 	u32 pool;  in ceph_pool_perm_check()  local
  | 
| D | xattr.c | 73 	s64 pool = ceph_file_layout_pg_pool(ci->i_layout);  in ceph_vxattrcb_layout()  local 141 	s64 pool = ceph_file_layout_pg_pool(ci->i_layout);  in ceph_vxattrcb_layout_pool()  local
  | 
| D | mds_client.h | 270 	u32 pool;  member
  | 
| /linux-4.4.14/drivers/gpu/drm/sis/ | 
| D | sis_mm.c | 83 			 void *data, int pool)  in sis_drm_alloc()
  | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | hyperv.h | 339 	__u8 pool;  member 394 	__u8 pool;  member
  | 
| /linux-4.4.14/drivers/scsi/snic/ | 
| D | snic_main.c | 358 	mempool_t *pool;  in snic_probe()  local
  | 
| /linux-4.4.14/drivers/hv/ | 
| D | hv_kvp.c | 346 	__u8 pool = kvp_transaction.kvp_msg->kvp_hdr.pool;  in kvp_send_key()  local
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | iommu.c | 191 	struct iommu_pool *pool;  in iommu_range_alloc()  local 401 	struct iommu_pool *pool;  in __iommu_free()  local
  | 
| /linux-4.4.14/drivers/usb/gadget/function/ | 
| D | u_serial.c | 363 	struct list_head	*pool = &port->write_pool;  in gs_start_tx()  local 432 	struct list_head	*pool = &port->read_pool;  in gs_start_rx()  local
  | 
| /linux-4.4.14/drivers/nvme/host/ | 
| D | lightnvm.c | 528 static void nvme_nvm_destroy_dma_pool(void *pool)  in nvme_nvm_destroy_dma_pool() 535 static void *nvme_nvm_dev_dma_alloc(struct nvm_dev *dev, void *pool,  in nvme_nvm_dev_dma_alloc() 541 static void nvme_nvm_dev_dma_free(void *pool, void *ppa_list,  in nvme_nvm_dev_dma_free()
  | 
| D | pci.c | 654 	struct dma_pool *pool;  in nvme_setup_prps()  local
  | 
| /linux-4.4.14/drivers/scsi/fnic/ | 
| D | fnic_main.c | 546 	mempool_t *pool;  in fnic_probe()  local
  | 
| /linux-4.4.14/drivers/usb/musb/ | 
| D | cppi_dma.h | 126 	struct dma_pool			*pool;  member
  | 
| /linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ | 
| D | dxe.c | 235 				   struct wcn36xx_dxe_mem_pool *pool)  in wcn36xx_dxe_init_tx_bd()
  | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ | 
| D | internal.h | 125 	struct iwl_rx_mem_buffer pool[RX_QUEUE_SIZE];  member 143 	struct iwl_rx_mem_buffer pool[RX_POOL_SIZE];  member
  | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | pio.c | 304 		int pool;  in init_sc_pools_and_sizes()  local 403 			unsigned pool = wildcard_to_pool(dd->sc_sizes[i].size);  in init_sc_pools_and_sizes()  local
  | 
| /linux-4.4.14/drivers/infiniband/ulp/srp/ | 
| D | ib_srp.c | 334 static void srp_destroy_fr_pool(struct srp_fr_pool *pool)  in srp_destroy_fr_pool() 360 	struct srp_fr_pool *pool;  in srp_create_fr_pool()  local 403 static struct srp_fr_desc *srp_fr_pool_get(struct srp_fr_pool *pool)  in srp_fr_pool_get() 427 static void srp_fr_pool_put(struct srp_fr_pool *pool, struct srp_fr_desc **desc,  in srp_fr_pool_put()
  | 
| /linux-4.4.14/drivers/char/ | 
| D | random.c | 426 	__u32 *pool;  member 558 	__u32		pool[4];  member
  | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_cmn.h | 1003 					  struct bnx2x_alloc_pool *pool)  in bnx2x_free_rx_mem_pool()
  | 
| D | bnx2x_cmn.c | 551 	struct bnx2x_alloc_pool *pool = &fp->page_pool;  in bnx2x_alloc_rx_sge()  local
  | 
| /linux-4.4.14/drivers/infiniband/hw/mthca/ | 
| D | mthca_dev.h | 121 	struct pci_pool          *pool;  member 266 	struct pci_pool   *pool;  member
  | 
| /linux-4.4.14/drivers/md/bcache/ | 
| D | bset.h | 349 	mempool_t		*pool;  member
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | sh_mobile_meram.c | 160 	struct gen_pool *pool;  member
  | 
| /linux-4.4.14/drivers/acpi/apei/ | 
| D | ghes.c | 201 static void ghes_estatus_pool_free_chunk_page(struct gen_pool *pool,  in ghes_estatus_pool_free_chunk_page()
  | 
| /linux-4.4.14/drivers/hid/usbhid/ | 
| D | hid-pidff.c | 170 	struct pidff_usage pool[sizeof(pidff_pool)];  member
  | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | pci_sun4v.c | 531 	struct iommu_pool *pool;  in probe_existing_entries()  local
  | 
| /linux-4.4.14/include/linux/usb/ | 
| D | hcd.h | 189 	struct dma_pool		*pool[HCD_BUFFER_POOLS];  member
  | 
| /linux-4.4.14/include/scsi/ | 
| D | libiscsi.h | 258 	void			**pool;		/* Pool of elements */  member
  | 
| D | libfc.h | 433 	struct fc_exch_pool *pool;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/hisilicon/ | 
| D | hix5hd2_gmac.c | 206 	struct hix5hd2_desc_sw pool[QUEUE_NUMS];  member
  | 
| /linux-4.4.14/drivers/media/platform/coda/ | 
| D | coda-common.c | 2111 	struct gen_pool *pool;  in coda_probe()  local
  | 
| /linux-4.4.14/arch/avr32/mach-at32ap/ | 
| D | at32ap700x.c | 2334 	struct gen_pool *pool;  in sram_init()  local
  | 
| /linux-4.4.14/drivers/crypto/marvell/ | 
| D | cesa.h | 446 	struct gen_pool *pool;  member
  | 
| /linux-4.4.14/fs/logfs/ | 
| D | logfs.h | 730 static inline void logfs_mempool_destroy(mempool_t *pool)  in logfs_mempool_destroy()
  | 
| /linux-4.4.14/drivers/net/ethernet/via/ | 
| D | via-velocity.c | 1476 	void *pool;  in velocity_init_dma_rings()  local
  | 
| /linux-4.4.14/include/linux/mlx5/ | 
| D | driver.h | 269 	struct pci_pool *pool;  member
  | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ | 
| D | mlx4.h | 622 	struct pci_pool	       *pool;  member
  | 
| /linux-4.4.14/drivers/net/wireless/ipw2x00/ | 
| D | ipw2200.c | 3214 	struct pci_pool *pool;  in ipw_load_firmware()  local
  | 
| D | ipw2200.h | 721 	struct ipw_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];  member
  | 
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ | 
| D | common.h | 609 	struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];  member
  |