Searched refs:pool (Results 1 - 25 of 107) sorted by last modified time

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dsoc.c114 if (sw_cq->pool == NULL)
115 sw_cq->pool = (soc_req __iomem *)
120 hwrsp = (soc_rsp __iomem *)sw_cq->pool + sw_cq->out;
193 if (sw_cq->pool == NULL)
194 sw_cq->pool = (soc_req __iomem *)
201 hwrsp = (soc_rsp __iomem *)sw_cq->pool + sw_cq->out;
239 hwrspc = (soc_rsp __iomem *)sw_cq->pool;
386 request = sw_cq->pool + sw_cq->in;
666 s->req[0].pool = s->req_cpu;
668 s->req[1].pool
[all...]
H A Dsoc.h264 soc_req __iomem *pool; member in struct:__anon4397
273 soc_req *pool; member in struct:__anon4398
H A Dsocal.c147 hwrsp = (socal_rsp *)sw_cq->pool + sw_cq->out;
226 hwrsp = (socal_rsp *)sw_cq->pool + sw_cq->out;
266 hwrspc = (socal_rsp *)sw_cq->pool;
428 request = sw_cq->pool + sw_cq->in;
751 s->req[0].pool = s->req_cpu;
753 s->req[1].pool = s->req[0].pool + SOCAL_CQ_REQ0_SIZE;
754 s->rsp[0].pool = s->req[1].pool + SOCAL_CQ_REQ1_SIZE;
755 s->rsp[1].pool
[all...]
H A Dsocal.h285 socal_req *pool; member in struct:__anon4408
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-pidff.c169 struct pidff_usage pool[sizeof(pidff_pool)]; member in struct:pidff_device
1149 PIDFF_FIND_FIELDS(pool, PID_POOL, 0);
1177 /* pool report is sometimes messed up, refetch it */
1181 if (pidff->pool[PID_SIMULTANEOUS_MAX].value) {
1182 int sim_effects = pidff->pool[PID_SIMULTANEOUS_MAX].value[0];
1296 if (pidff->pool[PID_SIMULTANEOUS_MAX].value)
1298 pidff->pool[PID_SIMULTANEOUS_MAX].value[0]);
1300 if (pidff->pool[PID_RAM_POOL_SIZE].value)
1302 pidff->pool[PID_RAM_POOL_SIZE].value[0]);
1304 if (pidff->pool[PID_DEVICE_MANAGED_POO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dfmr_pool.c58 * its pool's free_list (if the FMR can be mapped again; that is,
59 * remap_count < pool->max_remaps) or its pool's dirty_list (if the
96 void (*flush_function)(struct ib_fmr_pool *pool,
115 static inline struct ib_pool_fmr *ib_fmr_cache_lookup(struct ib_fmr_pool *pool, argument
124 if (!pool->cache_bucket)
127 bucket = pool->cache_bucket + ib_fmr_hash(*page_list);
139 static void ib_fmr_batch_release(struct ib_fmr_pool *pool) argument
146 spin_lock_irq(&pool->pool_lock);
148 list_for_each_entry(fmr, &pool
182 struct ib_fmr_pool *pool = pool_ptr; local
219 struct ib_fmr_pool *pool; local
360 ib_destroy_fmr_pool(struct ib_fmr_pool *pool) argument
398 ib_flush_fmr_pool(struct ib_fmr_pool *pool) argument
426 struct ib_fmr_pool *pool = pool_handle; local
501 struct ib_fmr_pool *pool; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_irq.c68 static struct ehca_comp_pool* pool; variable in typeref:struct:ehca_comp_pool
550 static inline int find_next_online_cpu(struct ehca_comp_pool* pool) argument
559 spin_lock_irqsave(&pool->last_cpu_lock, flags);
560 cpu = next_cpu(pool->last_cpu, cpu_online_map);
563 pool->last_cpu = cpu;
564 spin_unlock_irqrestore(&pool->last_cpu_lock, flags);
596 cpu_id = find_next_online_cpu(pool);
599 cct = per_cpu_ptr(pool->cpu_comp_tasks, cpu_id);
606 cpu_id = find_next_online_cpu(pool);
607 cct = per_cpu_ptr(pool
678 create_comp_task(struct ehca_comp_pool *pool, int cpu) argument
692 destroy_comp_task(struct ehca_comp_pool *pool, int cpu) argument
714 take_over_work(struct ehca_comp_pool *pool, int cpu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_av.c191 ah->av = pci_pool_alloc(dev->av_table.pool,
251 pci_pool_free(dev->av_table.pool, ah->av, ah->avdma);
339 dev->av_table.pool = pci_pool_create("mthca_av", dev->pdev,
342 if (!dev->av_table.pool)
359 pci_pool_destroy(dev->av_table.pool);
373 pci_pool_destroy(dev->av_table.pool);
H A Dmthca_cmd.c480 dev->cmd.pool = pci_pool_create("mthca_cmd", dev->pdev,
483 if (!dev->cmd.pool) {
493 pci_pool_destroy(dev->cmd.pool);
563 mailbox->buf = pci_pool_alloc(dev->cmd.pool, gfp_mask, &mailbox->dma);
577 pci_pool_free(dev->cmd.pool, mailbox->buf, mailbox->dma);
H A Dmthca_dev.h125 struct pci_pool *pool; member in struct:mthca_cmd
268 struct pci_pool *pool; member in struct:mthca_av_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-io.c17 mempool_t *pool; member in struct:dm_io_client
48 client->pool = mempool_create_kmalloc_pool(ios, sizeof(struct io));
49 if (!client->pool)
59 if (client->pool)
60 mempool_destroy(client->pool);
68 return mempool_resize(client->pool, pages_to_ios(num_pages),
75 mempool_destroy(client->pool);
109 mempool_free(io, io->client->pool);
389 io = mempool_alloc(client->pool, GFP_NOIO);
H A Dmultipath.c86 mempool_free(mp_bh, conf->pool);
162 mp_bh = mempool_alloc(conf->pool, GFP_NOIO);
173 mempool_free(mp_bh, conf->pool);
508 conf->pool = mempool_create_kzalloc_pool(NR_RESERVED_BUFS,
510 if (conf->pool == NULL) {
542 if (conf->pool)
543 mempool_destroy(conf->pool);
559 mempool_destroy(conf->pool);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c581 struct sb_pool *pool = &card->sbpool[queue]; local
584 index = pool->index;
585 while (pool->skb[index]) {
587 if (index == pool->index)
591 pool->skb[index] = skb;
594 pool->index = (index + 1) & FBQ_MASK;
H A Didt77252.h790 u32 pool; /* sb_pool handle */ member in struct:idt77252_skb_prv
798 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->pool)
H A Dzatm.c173 static void refill_pool(struct atm_dev *dev,int pool) argument
183 size = (64 << (pool <= ZATM_AAL5_POOL_BASE ? 0 :
184 pool-ZATM_AAL5_POOL_BASE))+sizeof(struct rx_buffer_head);
191 offset = zatm_dev->pool_info[pool].offset+
196 free = zpeekl(zatm_dev,zatm_dev->pool_base+2*pool) &
199 if (free >= zatm_dev->pool_info[pool].low_water) return;
201 zpeekl(zatm_dev,zatm_dev->pool_base+2*pool),
202 zpeekl(zatm_dev,zatm_dev->pool_base+2*pool+1));
206 while (free < zatm_dev->pool_info[pool].high_water) {
228 if (zatm_dev->last_free[pool])
251 drain_free(struct atm_dev *dev,int pool) argument
273 use_pool(struct atm_dev *dev,int pool) argument
301 unuse_pool(struct atm_dev *dev,int pool) argument
1357 int pool; local
1378 int pool; local
[all...]
H A Dzatm.h45 int pool; /* free buffer pool */ member in struct:zatm_vcc
64 int pool_ref[NR_POOLS]; /* free buffer pool usage counters */
66 /* last entry in respective pool */
67 struct sk_buff_head pool[NR_POOLS];/* free buffer pools */ member in struct:zatm_dev
68 struct zatm_pool_info pool_info[NR_POOLS]; /* pool information */
78 u32 pool_base; /* Free buffer pool dsc (word addr) */
H A Dambassador.c465 static inline int rx_give (amb_dev * dev, rx_in * rx, unsigned char pool) { argument
466 amb_rxq * rxq = &dev->rxq[pool];
469 PRINTD (DBG_FLOW|DBG_RX, "rx_give %p[%hu]", dev, pool);
480 wr_mem (dev, offsetof(amb_mem, mb.adapter.rx_address[pool]), virt_to_bus (rxq->in.ptr));
490 static inline int rx_take (amb_dev * dev, unsigned char pool) { argument
491 amb_rxq * rxq = &dev->rxq[pool];
494 PRINTD (DBG_FLOW|DBG_RX, "rx_take %p[%hu]", dev, pool);
523 static inline void drain_rx_pool (amb_dev * dev, unsigned char pool) { argument
524 amb_rxq * rxq = &dev->rxq[pool];
526 PRINTD (DBG_FLOW|DBG_POOL, "drain_rx_pool %p %hu", dev, pool);
550 unsigned char pool; local
558 fill_rx_pool(amb_dev * dev, unsigned char pool, gfp_t priority) argument
596 unsigned char pool; local
645 unsigned char pool; local
808 unsigned char pool = -1; // hush gcc local
1029 unsigned char pool = vcc->rx_info.pool; local
1164 unsigned char pool; local
1245 unsigned char pool; local
1713 unsigned char pool; local
1863 unsigned char pool; local
2042 unsigned char pool; local
[all...]
H A Dambassador.h184 /* Only flags to define which buffer pool; all others must be zero */
610 unsigned char pool; member in struct:__anon3952
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddmapool.c19 struct dma_pool { /* the pool */
50 struct dma_pool *pool; local
60 list_for_each_entry(pool, &dev->dma_pools, pools) {
64 list_for_each_entry(page, &pool->page_list, page_list) {
69 /* per-pool info, no real statistics yet */
71 pool->name,
72 blocks, pages * pool->blocks_per_page,
73 pool->size, pages);
84 * dma_pool_create - Creates a pool of consistent memory blocks, for dma.
85 * @name: name of pool, fo
167 pool_alloc_page(struct dma_pool *pool, gfp_t mem_flags) argument
210 pool_free_page(struct dma_pool *pool, struct dma_page *page) argument
232 dma_pool_destroy(struct dma_pool *pool) argument
273 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) argument
333 pool_find_page(struct dma_pool *pool, dma_addr_t dma) argument
362 dma_pool_free(struct dma_pool *pool, void *vaddr, dma_addr_t dma) argument
423 struct dma_pool *pool = *(struct dma_pool **)res; local
447 struct dma_pool **ptr, *pool; local
468 dmam_pool_destroy(struct dma_pool *pool) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c118 struct cciss_scsi_cmd_stack_elem_t *pool; member in struct:cciss_scsi_cmd_stack_t
215 stk->pool = (struct cciss_scsi_cmd_stack_elem_t *)
218 if (stk->pool == NULL) {
219 printk("stk->pool is null\n");
224 stk->elem[i] = &stk->pool[i];
249 pci_free_consistent(hba[ctlr]->pdev, size, stk->pool, stk->cmd_pool_handle);
250 stk->pool = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c54 curr = agp_fe.current_controller->pool;
71 /* Check to see if this is even in the memory pool */
88 agp_fe.current_controller->pool = next;
203 prev = agp_fe.current_controller->pool;
209 agp_fe.current_controller->pool = temp;
363 memory = controller->pool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsis_mm.c127 unsigned long data, int pool)
139 if (0 == ((pool == 0) ? dev_priv->vram_initialized :
147 item = drm_sman_alloc(&dev_priv->sman, pool, mem.size, 0,
152 mem.offset = ((pool == 0) ?
167 DRM_DEBUG("alloc %d, size = %d, offset = %d\n", pool, mem.size,
126 sis_drm_alloc(drm_device_t * dev, drm_file_t * priv, unsigned long data, int pool) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Drandom.c70 * added to an "entropy pool", which is mixed using a CRC-like function.
74 * As random bytes are mixed into the entropy pool, the routines keep
79 * hash of the contents of the "entropy pool". The SHA hash avoids
80 * exposing the internal state of the entropy pool. It is believed to
85 * the pool, the output data is totally unpredictable. For this
87 * bits of "true randomness" are contained in the entropy pool as it
114 * contained in the entropy pool.
118 * requested without giving time for the entropy pool to recharge,
136 * inputs to the entropy pool. Note that not all interrupts are good
154 * entropy pool belo
360 __u32 *pool; member in struct:entropy_store
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcm_mpool_pub.h14 * pool manager: A singleton object that acts as a factory for
15 * pool allocators. It also is used for global
17 * in use across all data structures. The pool manager
21 * memory pool: An object for allocating homogenous memory blocks.
24 * bcm_mpm_* Memory pool manager
25 * bcm_mp_* Memory pool
33 * heap: The memory pool allocator uses the heap (malloc/free) for memory.
34 * In this case, the pool allocator is just providing statistics
76 * Opaque type definition for the pool manager handle. This object is used for global
77 * memory pool operation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Duncached.c12 * pool of pages per node.
36 struct gen_pool *pool; member in struct:uncached_pool
38 int nchunks_added; /* #of converted chunks added to pool */
71 * Add a new chunk of uncached memory pages to the specified pool.
73 * @pool: pool to add new chunk of uncached memory to
155 * can add it to the pool.
157 status = gen_pool_add(uc_pool->pool, uc_addr, IA64_GRANULE_SIZE, nid);
202 if (uc_pool->pool == NULL)
205 uc_addr = gen_pool_alloc(uc_pool->pool, PAGE_SIZ
227 struct gen_pool *pool = uncached_pools[nid].pool; local
254 struct gen_pool *pool = uncached_pools[nid].pool; local
[all...]

Completed in 419 milliseconds

12345