/linux-4.1.27/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() 151 struct ion_page_pool *pool = kmalloc(sizeof(struct ion_page_pool), in ion_page_pool_create() local 167 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 220 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_shrink() local 249 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_debug_show() local 276 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.1.27/drivers/md/ |
D | dm-thin.c | 215 struct pool { struct 217 struct dm_target *ti; /* Only set if a pool target is bound */ argument 219 struct mapped_device *pool_md; argument 221 struct dm_pool_metadata *pmd; argument 227 struct pool_features pf; argument 228 bool low_water_triggered:1; /* A dm event has been sent */ 229 bool suspended:1; 253 mempool_t *mapping_pool; argument 267 static enum pool_mode get_pool_mode(struct pool *pool); argument 275 struct pool *pool; member [all …]
|
D | multipath.h | 15 mempool_t *pool; member
|
D | dm-io.c | 25 mempool_t *pool; member
|
/linux-4.1.27/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 | 124 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict() 139 static void zbud_zpool_destroy(void *pool) in zbud_zpool_destroy() 144 static int zbud_zpool_malloc(void *pool, size_t size, gfp_t gfp, in zbud_zpool_malloc() 149 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free() 154 static int zbud_zpool_shrink(void *pool, unsigned int pages, in zbud_zpool_shrink() 173 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map() 178 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap() 183 static u64 zbud_zpool_total_size(void *pool) in zbud_zpool_total_size() 292 struct zbud_pool *pool; in zbud_create_pool() local 314 void zbud_destroy_pool(struct zbud_pool *pool) in zbud_destroy_pool() [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() 318 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, in dma_pool_alloc() 382 static struct dma_page *pool_find_page(struct dma_pool *pool, dma_addr_t dma) in pool_find_page() 404 void dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma) in dma_pool_free() 477 struct dma_pool *pool = *(struct dma_pool **)res; in dmam_pool_release() local 501 struct dma_pool **ptr, *pool; in dmam_pool_create() local [all …]
|
D | zsmalloc.c | 283 static int create_handle_cache(struct zs_pool *pool) in create_handle_cache() 290 static void destroy_handle_cache(struct zs_pool *pool) in destroy_handle_cache() 296 static unsigned long alloc_handle(struct zs_pool *pool) in alloc_handle() 302 static void free_handle(struct zs_pool *pool, unsigned long handle) in free_handle() 326 static void zs_zpool_destroy(void *pool) in zs_zpool_destroy() 331 static int zs_zpool_malloc(void *pool, size_t size, gfp_t gfp, in zs_zpool_malloc() 337 static void zs_zpool_free(void *pool, unsigned long handle) in zs_zpool_free() 342 static int zs_zpool_shrink(void *pool, unsigned int pages, in zs_zpool_shrink() 348 static void *zs_zpool_map(void *pool, unsigned long handle, in zs_zpool_map() 368 static void zs_zpool_unmap(void *pool, unsigned long handle) in zs_zpool_unmap() [all …]
|
D | zpool.c | 24 void *pool; member 84 int zpool_evict(void *pool, unsigned long handle) in zpool_evict()
|
D | zswap.c | 532 static int zswap_writeback_entry(struct zpool *pool, unsigned long handle) in zswap_writeback_entry()
|
/linux-4.1.27/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 | 130 struct gen_pool *pool; member 544 int type, struct gen_pool *pool) in mmp_tdma_chan_init() 632 struct gen_pool *pool = NULL; in mmp_tdma_probe() local
|
D | dmaengine.c | 984 mempool_t *pool; member
|
D | sun6i-dma.c | 161 struct dma_pool *pool; member
|
D | pch_dma.c | 130 struct pci_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 | 269 struct dma_pool *pool; member
|
/linux-4.1.27/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.1.27/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 169 struct pool_desc *pool; member 201 struct pool_desc *pool = (struct pool_desc *)s->private; in pool_proc_start() local 299 void lov_dump_pool(int level, struct pool_desc *pool) in lov_dump_pool() [all …]
|
D | lov_obd.c | 872 struct pool_desc *pool; in lov_cleanup() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/octeon/ |
D | ethernet-mem.c | 46 static int cvm_oct_fill_hw_skbuff(int pool, int size, int elements) in cvm_oct_fill_hw_skbuff() 69 static void cvm_oct_free_hw_skbuff(int pool, int size, int elements) in cvm_oct_free_hw_skbuff() 99 static int cvm_oct_fill_hw_memory(int pool, int size, int elements) in cvm_oct_fill_hw_memory() 136 static void cvm_oct_free_hw_memory(int pool, int size, int elements) in cvm_oct_free_hw_memory() 159 int cvm_oct_mem_fill_fpa(int pool, int size, int elements) in cvm_oct_mem_fill_fpa() 170 void cvm_oct_mem_empty_fpa(int pool, int size, int elements) in cvm_oct_mem_empty_fpa()
|
/linux-4.1.27/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 181 int gen_pool_add_virt(struct gen_pool *pool, unsigned long virt, phys_addr_t phys, in gen_pool_add_virt() 213 phys_addr_t gen_pool_virt_to_phys(struct gen_pool *pool, unsigned long addr) in gen_pool_virt_to_phys() 238 void gen_pool_destroy(struct gen_pool *pool) in gen_pool_destroy() 270 unsigned long gen_pool_alloc(struct gen_pool *pool, size_t size) in gen_pool_alloc() 325 void *gen_pool_dma_alloc(struct gen_pool *pool, size_t size, dma_addr_t *dma) in gen_pool_dma_alloc() 353 void gen_pool_free(struct gen_pool *pool, unsigned long addr, size_t size) in gen_pool_free() 391 void gen_pool_for_each_chunk(struct gen_pool *pool, in gen_pool_for_each_chunk() 392 void (*func)(struct gen_pool *pool, struct gen_pool_chunk *chunk, void *data), in gen_pool_for_each_chunk() 413 bool addr_in_gen_pool(struct gen_pool *pool, unsigned long start, in addr_in_gen_pool() [all …]
|
D | iommu-common.c | 110 struct iommu_pool *pool; in iommu_tbl_range_alloc() local 258 struct iommu_pool *pool; in iommu_tbl_range_free() local
|
/linux-4.1.27/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.1.27/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.1.27/net/rds/ |
D | iw_rdma.c | 46 struct rds_iw_mr_pool *pool; member 336 struct rds_iw_mr_pool *pool; local 368 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local 374 void rds_iw_destroy_mr_pool(struct rds_iw_mr_pool *pool) 383 static inline struct rds_iw_mr *rds_iw_reuse_fmr(struct rds_iw_mr_pool *pool) 400 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local 482 static int rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all) 546 struct rds_iw_mr_pool *pool = container_of(work, struct rds_iw_mr_pool, flush_worker); local 554 struct rds_iw_mr_pool *pool = ibmr->device->mr_pool; local 584 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local [all …]
|
D | ib_rdma.c | 49 struct rds_ib_mr_pool *pool; member 217 struct rds_ib_mr_pool *pool; in rds_ib_create_mr_pool() local 248 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_get_mr_info() local 254 void rds_ib_destroy_mr_pool(struct rds_ib_mr_pool *pool) in rds_ib_destroy_mr_pool() 263 static inline struct rds_ib_mr *rds_ib_reuse_fmr(struct rds_ib_mr_pool *pool) in rds_ib_reuse_fmr() 295 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_alloc_fmr() local 506 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_teardown_mr() local 512 static inline unsigned int rds_ib_flush_goal(struct rds_ib_mr_pool *pool, int free_all) in rds_ib_flush_goal() 546 static void list_to_llist_nodes(struct rds_ib_mr_pool *pool, in list_to_llist_nodes() 570 static int rds_ib_flush_mr_pool(struct rds_ib_mr_pool *pool, in rds_ib_flush_mr_pool() [all …]
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_batch_pool.c | 47 struct i915_gem_batch_pool *pool) in i915_gem_batch_pool_init() 59 void i915_gem_batch_pool_fini(struct i915_gem_batch_pool *pool) in i915_gem_batch_pool_fini() 90 i915_gem_batch_pool_get(struct i915_gem_batch_pool *pool, in i915_gem_batch_pool_get()
|
/linux-4.1.27/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() 369 static void ttm_pool_update_free_locked(struct dma_pool *pool, in ttm_pool_update_free_locked() 378 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages, in ttm_dma_pages_put() 395 static void ttm_dma_page_put(struct dma_pool *pool, struct dma_page *d_page) in ttm_dma_page_put() 416 static unsigned ttm_dma_page_pool_free(struct dma_pool *pool, unsigned nr_free, in ttm_dma_page_pool_free() 518 struct dma_pool *pool; in ttm_dma_free_pool() local 560 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.1.27/kernel/ |
D | workqueue.c | 199 struct worker_pool *pool; /* I: the associated pool */ member 361 #define for_each_cpu_worker_pool(pool, cpu) \ argument 378 #define for_each_pool(pool, pi) \ argument 393 #define for_each_pool_worker(worker, pool) \ argument 545 static int worker_pool_assign_id(struct worker_pool *pool) in worker_pool_assign_id() 776 static bool __need_more_worker(struct worker_pool *pool) in __need_more_worker() 789 static bool need_more_worker(struct worker_pool *pool) in need_more_worker() 795 static bool may_start_working(struct worker_pool *pool) in may_start_working() 801 static bool keep_working(struct worker_pool *pool) in keep_working() 808 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.1.27/drivers/xen/ |
D | tmem.c | 171 static void tmem_cleancache_put_page(int pool, struct cleancache_filekey key, in tmem_cleancache_put_page() 186 static int tmem_cleancache_get_page(int pool, struct cleancache_filekey key, in tmem_cleancache_get_page() 206 static void tmem_cleancache_flush_page(int pool, struct cleancache_filekey key, in tmem_cleancache_flush_page() 219 static void tmem_cleancache_flush_inode(int pool, struct cleancache_filekey key) in tmem_cleancache_flush_inode() 228 static void tmem_cleancache_flush_fs(int pool) in tmem_cleancache_flush_fs() 291 int pool = tmem_frontswap_poolid; in tmem_frontswap_store() local 317 int pool = tmem_frontswap_poolid; in tmem_frontswap_load() local 337 int pool = tmem_frontswap_poolid; in tmem_frontswap_flush_page() local 349 int pool = tmem_frontswap_poolid; in tmem_frontswap_flush_area() local
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_writeq.c | 40 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_new() local 154 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_get_free_size() local 167 struct snd_seq_client_pool pool; in snd_seq_oss_writeq_set_output() local
|
/linux-4.1.27/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.1.27/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 185 struct ubi_fm_pool *pool = &ubi->fm_pool; in ubi_wl_get_peb() local 233 struct ubi_fm_pool *pool = &ubi->fm_wl_pool; in get_peb_for_wl() local
|
/linux-4.1.27/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.1.27/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.1.27/block/ |
D | bounce.c | 125 static void bounce_end_io(struct bio *bio, mempool_t *pool, int err) in bounce_end_io() 161 static void __bounce_end_io_read(struct bio *bio, mempool_t *pool, int err) in __bounce_end_io_read() 200 mempool_t *pool, int force) in __blk_queue_bounce() 260 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.1.27/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.1.27/net/sunrpc/ |
D | svc_xprt.c | 325 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 | 473 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create() local 607 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread() 648 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool() 660 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_victim() 712 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_set_num_threads() 778 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread() local
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 143 static void ibmveth_init_buffer_pool(struct ibmveth_buff_pool *pool, in ibmveth_init_buffer_pool() 155 static int ibmveth_alloc_buffer_pool(struct ibmveth_buff_pool *pool) in ibmveth_alloc_buffer_pool() 206 struct ibmveth_buff_pool *pool) in ibmveth_replenish_buffer_pool() 315 struct ibmveth_buff_pool *pool = &adapter->rx_buff_pool[i]; in ibmveth_replenish_task() local 327 struct ibmveth_buff_pool *pool) in ibmveth_free_buffer_pool() 363 unsigned int pool = correlator >> 32; in ibmveth_remove_buffer_from_pool() local 398 unsigned int pool = correlator >> 32; in ibmveth_rxq_get_buffer() local 412 unsigned int pool = correlator >> 32; in ibmveth_rxq_recycle_buffer() local 1487 struct ibmveth_buff_pool *pool = container_of(kobj, in veth_pool_show() local 1503 struct ibmveth_buff_pool *pool = container_of(kobj, in veth_pool_store() local
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss_queue.c | 670 static void kdesc_fill_pool(struct knav_pool *pool) in kdesc_fill_pool() 690 static void kdesc_empty_pool(struct knav_pool *pool) in kdesc_empty_pool() 719 struct knav_pool *pool = ph; in knav_pool_desc_virt_to_dma() local 726 struct knav_pool *pool = ph; in knav_pool_desc_dma_to_virt() local 745 struct knav_pool *pool, *pi; in knav_pool_create() local 844 struct knav_pool *pool = ph; in knav_pool_destroy() local 874 struct knav_pool *pool = ph; in knav_pool_desc_get() local 893 struct knav_pool *pool = ph; in knav_pool_desc_put() local 913 struct knav_pool *pool = ph; in knav_pool_desc_map() local 938 struct knav_pool *pool = ph; in knav_pool_desc_unmap() local [all …]
|
D | knav_qmss.h | 361 #define for_each_pool(kdev, pool) \ argument
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 1244 kib_pool_t *pool = &tpo->tpo_pool; in kiblnd_map_tx_pool() local 1343 static void kiblnd_destroy_fmr_pool(kib_fmr_pool_t *pool) in kiblnd_destroy_fmr_pool() 1358 kib_fmr_pool_t *pool; in kiblnd_destroy_fmr_pool_list() local 1595 static void kiblnd_fini_pool(kib_pool_t *pool) in kiblnd_fini_pool() 1603 static void kiblnd_init_pool(kib_poolset_t *ps, kib_pool_t *pool, int size) in kiblnd_init_pool() 1616 kib_pool_t *pool; in kiblnd_destroy_pool_list() local 1661 kib_pool_t *pool; in kiblnd_init_poolset() local 1689 static int kiblnd_pool_is_idle(kib_pool_t *pool, unsigned long now) in kiblnd_pool_is_idle() 1698 void kiblnd_pool_free_node(kib_pool_t *pool, struct list_head *node) in kiblnd_pool_free_node() 1731 kib_pool_t *pool; in kiblnd_pool_alloc_node() local [all …]
|
/linux-4.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 123 static void kvp_acquire_lock(int pool) in kvp_acquire_lock() 135 static void kvp_release_lock(int pool) in kvp_release_lock() 147 static void kvp_update_file(int pool) in kvp_update_file() 177 static void kvp_update_mem_state(int pool) in kvp_update_mem_state() 311 static int kvp_key_delete(int pool, const __u8 *key, int key_size) in kvp_key_delete() 354 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size, in kvp_key_add_or_modify() 408 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value, in kvp_get_value() 440 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size, in kvp_pool_enumerate() 1439 int pool; in main() local
|
/linux-4.1.27/drivers/scsi/ |
D | scsi.c | 183 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_free_command() local 202 struct scsi_host_cmd_pool *pool = shost->cmd_pool; in scsi_host_alloc_command() local 351 scsi_free_host_cmd_pool(struct scsi_host_cmd_pool *pool) in scsi_free_host_cmd_pool() 362 struct scsi_host_cmd_pool *pool; in scsi_alloc_host_cmd_pool() local 391 struct scsi_host_cmd_pool *retval = NULL, *pool; in scsi_get_host_cmd_pool() local 438 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 | 48 mempool_t *pool; member
|
/linux-4.1.27/drivers/staging/i2o/ |
D | memory.c | 270 int i2o_pool_alloc(struct i2o_pool *pool, const char *name, in i2o_pool_alloc() 306 void i2o_pool_free(struct i2o_pool *pool) in i2o_pool_free()
|
D | i2o_block.h | 68 mempool_t *pool; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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_x550.c | 1373 unsigned int pool) in ixgbe_set_source_address_pruning_X550()
|
D | ixgbe_main.c | 3569 u16 pool; in ixgbe_setup_psrtype() local 4443 static void ixgbe_macvlan_set_rx_mode(struct net_device *dev, unsigned int pool, in ixgbe_macvlan_set_rx_mode() 4471 u16 pool = vadapter->pool; in ixgbe_fwd_psrtype() local 8064 int pool, err; in ixgbe_fwd_add() local
|
D | ixgbe.h | 235 int pool; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 425 void ptlrpc_free_rq_pool(struct ptlrpc_request_pool *pool) in ptlrpc_free_rq_pool() 449 void ptlrpc_add_rqs_to_pool(struct ptlrpc_request_pool *pool, int num_rq) in ptlrpc_add_rqs_to_pool() 499 struct ptlrpc_request_pool *pool; in ptlrpc_init_rq_pool() local 528 ptlrpc_prep_req_from_pool(struct ptlrpc_request_pool *pool) in ptlrpc_prep_req_from_pool() 569 struct ptlrpc_request_pool *pool = request->rq_pool; in __ptlrpc_free_req_to_pool() local 701 struct ptlrpc_request_pool *pool) in __ptlrpc_request_alloc() 734 struct ptlrpc_request_pool *pool, in ptlrpc_request_alloc_internal() 764 struct ptlrpc_request_pool *pool, in ptlrpc_request_alloc_pool() 820 struct ptlrpc_request_pool *pool) in ptlrpc_prep_req_pool()
|
/linux-4.1.27/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 | 170 struct ceph_msgpool *pool; member
|
/linux-4.1.27/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.1.27/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.1.27/net/9p/ |
D | util.c | 45 struct idr pool; member
|
/linux-4.1.27/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.1.27/drivers/usb/core/ |
D | buffer.c | 97 struct dma_pool *pool = hcd->pool[i]; in hcd_buffer_destroy() local
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_among.h | 42 struct ebt_mac_wormhash_tuple pool[0]; member
|
/linux-4.1.27/include/linux/ |
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 | 92 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 | 1202 #define pci_pool_destroy(pool) dma_pool_destroy(pool) argument 1203 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle) argument 1204 #define pci_pool_free(pool, vaddr, addr) dma_pool_free(pool, vaddr, addr) argument
|
/linux-4.1.27/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 978 struct iommu_pool *pool = get_pool(tbl, entry); in iommu_clear_tce() local 1027 struct iommu_pool *pool = get_pool(tbl, entry); in iommu_tce_build() local
|
/linux-4.1.27/include/rdma/ |
D | ib_fmr_pool.h | 69 struct ib_fmr_pool *pool; member
|
/linux-4.1.27/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 | 97 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.1.27/drivers/misc/ |
D | sram.c | 38 struct gen_pool *pool; member
|
/linux-4.1.27/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.1.27/include/linux/iio/ |
D | trigger.h | 71 unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)]; member
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 44 #define MVPP2_POOL_BUF_SIZE_REG(pool) (0x180 + 4 * (pool)) argument 176 #define MVPP2_BM_POOL_BASE_REG(pool) (0x6000 + ((pool) * 4)) argument 178 #define MVPP2_BM_POOL_SIZE_REG(pool) (0x6040 + ((pool) * 4)) argument 180 #define MVPP2_BM_POOL_READ_PTR_REG(pool) (0x6080 + ((pool) * 4)) argument 182 #define MVPP2_BM_POOL_PTRS_NUM_REG(pool) (0x60c0 + ((pool) * 4)) argument 184 #define MVPP2_BM_BPPI_READ_PTR_REG(pool) (0x6100 + ((pool) * 4)) argument 185 #define MVPP2_BM_BPPI_PTRS_NUM_REG(pool) (0x6140 + ((pool) * 4)) argument 188 #define MVPP2_BM_POOL_CTRL_REG(pool) (0x6200 + ((pool) * 4)) argument 200 #define MVPP2_BM_INTR_CAUSE_REG(pool) (0x6240 + ((pool) * 4)) argument 206 #define MVPP2_BM_INTR_MASK_REG(pool) (0x6280 + ((pool) * 4)) argument [all …]
|
D | mvneta.c | 151 #define MVNETA_CAUSE_BMU_ALLOC_ERR_MASK(pool) (1 << (MVNETA_CAUSE_BMU_ALLOC_ERR_SHIFT + (pool)… argument
|
/linux-4.1.27/drivers/infiniband/hw/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.1.27/drivers/net/wireless/cw1200/ |
D | queue.h | 35 struct cw1200_queue_item *pool; member
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_mm.c | 83 void *data, int pool) in sis_drm_alloc()
|
/linux-4.1.27/include/uapi/linux/ |
D | hyperv.h | 333 __u8 pool; member 388 __u8 pool; member
|
/linux-4.1.27/drivers/hv/ |
D | hv_kvp.c | 350 __u8 pool = kvp_transaction.kvp_msg->kvp_hdr.pool; in kvp_send_key() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_serial.c | 362 struct list_head *pool = &port->write_pool; in gs_start_tx() local 431 struct list_head *pool = &port->read_pool; in gs_start_rx() local
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_main.c | 547 mempool_t *pool; in fnic_probe() local
|
/linux-4.1.27/drivers/usb/musb/ |
D | cppi_dma.h | 126 struct dma_pool *pool; member
|
/linux-4.1.27/fs/ceph/ |
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 | addr.c | 779 mempool_t *pool = NULL; /* Becomes non-null if mempool used */ in ceph_writepages_start() local
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | dxe.c | 234 struct wcn36xx_dxe_mem_pool *pool) in wcn36xx_dxe_init_tx_bd()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 444 struct ib_fmr_pool *pool; member 448 struct list_head pool; member
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 335 static void srp_destroy_fr_pool(struct srp_fr_pool *pool) in srp_destroy_fr_pool() 363 struct srp_fr_pool *pool; in srp_create_fr_pool() local 412 static struct srp_fr_desc *srp_fr_pool_get(struct srp_fr_pool *pool) in srp_fr_pool_get() 436 static void srp_fr_pool_put(struct srp_fr_pool *pool, struct srp_fr_desc **desc, in srp_fr_pool_put()
|
/linux-4.1.27/drivers/char/ |
D | random.c | 423 __u32 *pool; member 555 __u32 pool[4]; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 121 struct pci_pool *pool; member 266 struct pci_pool *pool; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 97 struct ptlrpc_request_pool *pool = cli->cl_import->imp_rq_pool; in osc_max_rpcs_in_flight_seq_write() local
|
/linux-4.1.27/drivers/md/bcache/ |
D | bset.h | 349 mempool_t *pool; member
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset_main.c | 2055 visorchipset_cache_alloc(struct kmem_cache *pool, BOOL ok_to_block, in visorchipset_cache_alloc() 2084 visorchipset_cache_free(struct kmem_cache *pool, void *p, char *fn, int ln) in visorchipset_cache_free()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sh_mobile_meram.c | 160 struct gen_pool *pool; member
|
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | internal.h | 98 struct iwl_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-pidff.c | 170 struct pidff_usage pool[sizeof(pidff_pool)]; member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci_sun4v.c | 531 struct iommu_pool *pool; in probe_existing_entries() local
|
/linux-4.1.27/drivers/block/ |
D | cciss_scsi.c | 111 struct cciss_scsi_cmd_stack_elem_t *pool; member
|
D | nvme-core.c | 639 struct dma_pool *pool; in nvme_setup_prps() local
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 179 struct dma_pool *pool[HCD_BUFFER_POOLS]; member
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 2092 struct gen_pool *pool; in coda_probe() local
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
D | hix5hd2_gmac.c | 206 struct hix5hd2_desc_sw pool[QUEUE_NUMS]; member
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 2357 struct gen_pool *pool; in sram_init() local
|
/linux-4.1.27/include/scsi/ |
D | libiscsi.h | 258 void **pool; /* Pool of elements */ member
|
D | libfc.h | 433 struct fc_exch_pool *pool; member
|
/linux-4.1.27/fs/logfs/ |
D | logfs.h | 730 static inline void logfs_mempool_destroy(mempool_t *pool) in logfs_mempool_destroy()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.c | 1484 void *pool; in velocity_init_dma_rings() local
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 262 struct pci_pool *pool; member
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4.h | 611 struct pci_pool *pool; member
|
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlegacy/ |
D | common.h | 609 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member
|