Searched refs:pcache (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dpid_namespace.c38 struct pid_cache *pcache; local
42 list_for_each_entry(pcache, &pid_caches_lh, list)
43 if (pcache->nr_ids == nr_ids)
46 pcache = kmalloc(sizeof(struct pid_cache), GFP_KERNEL);
47 if (pcache == NULL)
50 snprintf(pcache->name, sizeof(pcache->name), "pid_%d", nr_ids);
51 cachep = kmem_cache_create(pcache->name,
57 pcache->nr_ids = nr_ids;
58 pcache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dpid_namespace.c38 struct pid_cache *pcache; local
42 list_for_each_entry(pcache, &pid_caches_lh, list)
43 if (pcache->nr_ids == nr_ids)
46 pcache = kmalloc(sizeof(struct pid_cache), GFP_KERNEL);
47 if (pcache == NULL)
50 snprintf(pcache->name, sizeof(pcache->name), "pid_%d", nr_ids);
51 cachep = kmem_cache_create(pcache->name,
57 pcache->nr_ids = nr_ids;
58 pcache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dvmu-flash.c35 struct vmu_cache *pcache; member in struct:vmupart
119 struct vmu_cache *pcache; local
126 pcache = card->parts[partition].pcache;
127 pcache->valid = 0;
130 if (!pcache->buffer) {
131 pcache->buffer = kmalloc(card->blocklen, GFP_KERNEL);
132 if (!pcache->buffer) {
210 memcpy(pcache->buffer + (card->blocklen/card->readcnt) * x,
213 pcache
358 struct vmu_cache *pcache; local
428 struct vmu_cache *pcache; local
515 struct vmu_cache *pcache; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Dvmu-flash.c35 struct vmu_cache *pcache; member in struct:vmupart
119 struct vmu_cache *pcache; local
126 pcache = card->parts[partition].pcache;
127 pcache->valid = 0;
130 if (!pcache->buffer) {
131 pcache->buffer = kmalloc(card->blocklen, GFP_KERNEL);
132 if (!pcache->buffer) {
210 memcpy(pcache->buffer + (card->blocklen/card->readcnt) * x,
213 pcache
358 struct vmu_cache *pcache; local
428 struct vmu_cache *pcache; local
515 struct vmu_cache *pcache; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/easycap/
H A Deasycap_main.c1437 static __u8 cache[8], *pcache; local
1480 if ((__u8 *)NULL == pcache)
1481 pcache = &cache[0];
1487 if (!pcache) {
1488 SAY("MISTAKE: pcache is NULL\n");
1492 if (pcache != &cache[0])
1493 JOT(16, "cache has %i bytes\n", (int)(pcache - &cache[0]));
1495 p3 = (__u8 *)pad - (int)(pcache - &cache[0]);
1496 while (p2 < pcache) {
1499 pcache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_main.c1437 static __u8 cache[8], *pcache; local
1480 if ((__u8 *)NULL == pcache)
1481 pcache = &cache[0];
1487 if (!pcache) {
1488 SAY("MISTAKE: pcache is NULL\n");
1492 if (pcache != &cache[0])
1493 JOT(16, "cache has %i bytes\n", (int)(pcache - &cache[0]));
1495 p3 = (__u8 *)pad - (int)(pcache - &cache[0]);
1496 while (p2 < pcache) {
1499 pcache
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/printing/
H A Dpcap.c118 void pcap_cache_replace(const struct pcap_cache *pcache) argument
123 for (p = pcache; p; p = p->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/printing/
H A Dpcap.c118 void pcap_cache_replace(const struct pcap_cache *pcache) argument
123 for (p = pcache; p; p = p->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/printing/
H A Dpcap.c118 void pcap_cache_replace(const struct pcap_cache *pcache) argument
123 for (p = pcache; p; p = p->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/sn/sn0/
H A Dhubio.h571 pcache: 1, /* entry belongs to partial cache */ member in struct:h1_icrbb_u::__anon13621
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/sn/sn0/
H A Dhubio.h571 pcache: 1, /* entry belongs to partial cache */ member in struct:h1_icrbb_u::__anon25314
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c7965 /************** Include pcache.h in the middle of sqliteInt.h ****************/
7966 /************** Begin file pcache.h ******************************************/
8003 ** Elements above are public. All that follows is private to pcache.c
8111 /* Try to return memory used by the pcache module to the main memory heap */
8123 /************** End of pcache.h **********************************************/
10199 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
11143 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c7965 /************** Include pcache.h in the middle of sqliteInt.h ****************/
7966 /************** Begin file pcache.h ******************************************/
8003 ** Elements above are public. All that follows is private to pcache.c
8111 /* Try to return memory used by the pcache module to the main memory heap */
8123 /************** End of pcache.h **********************************************/
10199 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
11143 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c7965 /************** Include pcache.h in the middle of sqliteInt.h ****************/
7966 /************** Begin file pcache.h ******************************************/
8003 ** Elements above are public. All that follows is private to pcache.c
8111 /* Try to return memory used by the pcache module to the main memory heap */
8123 /************** End of pcache.h **********************************************/
10199 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
11143 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]

Completed in 1076 milliseconds