Searched refs:cache_tail (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dcache.c16 static struct crec *cache_head, *cache_tail; variable in typeref:struct:
31 cache_head = cache_tail = NULL;
57 cache_tail->next = crecp;
58 crecp->prev = cache_tail;
60 cache_tail = crecp;
78 if (!cache_tail)
79 cache_tail = crecp;
93 cache_tail = crecp->prev;
179 new = cache_tail;
192 cache_tail
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c15 static struct crec *cache_head, *cache_tail, **hash_table; variable in typeref:struct:
32 cache_head = cache_tail = NULL;
87 if (cache_tail)
88 cache_tail->next = crecp;
91 crecp->prev = cache_tail;
93 cache_tail = crecp;
112 if (!cache_tail)
113 cache_tail = crecp;
127 cache_tail = crecp->prev;
248 if (!(new = cache_tail)) /* n
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dcache.c15 static struct crec *cache_head, *cache_tail, **hash_table; variable in typeref:struct:
38 cache_head = cache_tail = NULL;
95 if (cache_tail)
96 cache_tail->next = crecp;
99 crecp->prev = cache_tail;
101 cache_tail = crecp;
120 if (!cache_tail)
121 cache_tail = crecp;
135 cache_tail = crecp->prev;
308 if (!(new = cache_tail)) /* n
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.c195 csr->cache_tail = csr->cache_head;
622 cache->prev = csr->cache_tail;
623 csr->cache_tail->next = cache;
624 csr->cache_tail = cache;
633 if (csr->cache_tail == cache)
634 csr->cache_tail = cache->prev;
993 for (cache = csr->cache_tail; cache; cache = cache->prev) {
1290 csr->cache_tail->next = cache;
1291 cache->prev = csr->cache_tail;
1293 csr->cache_tail
[all...]
H A Dcsr1212.h193 struct csr1212_csr_rom_cache *cache_head, *cache_tail; member in struct:csr1212_csr

Completed in 162 milliseconds