Searched refs:pool (Results 101 - 107 of 107) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmutils.h140 typedef void (*pktpool_cb_t)(struct pktpool *pool, void *arg);
147 /* pkt pool debug states */
170 uint8 idle; /* avail in pool */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dmux.c291 idr_init(&m->tagpool.pool);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c3347 if (rxq->pool[i].skb != NULL) {
3348 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
3350 dev_kfree_skb(rxq->pool[i].skb);
3351 rxq->pool[i].skb = NULL;
3353 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5009 * ISR - ipw_rx() Detach ipw_rx_mem_buffers from pool up to the
5010 * READ INDEX, detaching the SKB from the pool.
5050 /* If the pre-allocated buffer pool is dropping low, schedule to
5110 /* Assumes that the skb field of the buffers in 'pool' is kept accurate.
5123 if (rxq->pool[
[all...]
H A Dipw2200.h721 struct ipw_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS]; member in struct:ipw_rx_queue
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java54 * The start index of each constant pool item in {@link #b b}, plus one.
55 * The one byte offset skips the constant pool item tag that indicates its
62 * avoids multiple parsing of a given CONSTANT_Utf8 constant pool item,
64 * strategy could be extended to all constant pool items, but its benefit
71 * Maximum length of the strings contained in the constant pool of the
104 // parses the constant pool
143 // the class header information starts just after the constant pool
148 * Copies the constant pool data into the given {@link ClassWriter}. Should
151 * @param classWriter the {@link ClassWriter} to copy constant pool into.
223 classWriter.pool
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure14355 char *pool;
14370 pool = malloc( 4096 + pgsize );
14371 if( !pool )
14373 pool += (pgsize - ((long int)pool % pgsize));
14375 err = mlock( pool, 4096 );
18331 very good and it does not keep the entropy pool over multiple

Completed in 220 milliseconds

12345