Home
last modified time | relevance | path

Searched refs:pcache (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/kernel/
Dpid_namespace.c40 struct pid_cache *pcache; in create_pid_cachep() local
44 list_for_each_entry(pcache, &pid_caches_lh, list) in create_pid_cachep()
45 if (pcache->nr_ids == nr_ids) in create_pid_cachep()
48 pcache = kmalloc(sizeof(struct pid_cache), GFP_KERNEL); in create_pid_cachep()
49 if (pcache == NULL) in create_pid_cachep()
52 snprintf(pcache->name, sizeof(pcache->name), "pid_%d", nr_ids); in create_pid_cachep()
53 cachep = kmem_cache_create(pcache->name, in create_pid_cachep()
59 pcache->nr_ids = nr_ids; in create_pid_cachep()
60 pcache->cachep = cachep; in create_pid_cachep()
61 list_add(&pcache->list, &pid_caches_lh); in create_pid_cachep()
[all …]
/linux-3.4.99/drivers/mtd/maps/
Dvmu-flash.c35 struct vmu_cache *pcache; member
119 struct vmu_cache *pcache; in maple_vmu_read_block() local
126 pcache = card->parts[partition].pcache; in maple_vmu_read_block()
127 pcache->valid = 0; in maple_vmu_read_block()
130 if (!pcache->buffer) { in maple_vmu_read_block()
131 pcache->buffer = kmalloc(card->blocklen, GFP_KERNEL); in maple_vmu_read_block()
132 if (!pcache->buffer) { in maple_vmu_read_block()
210 memcpy(pcache->buffer + (card->blocklen/card->readcnt) * x, in maple_vmu_read_block()
213 pcache->block = num; in maple_vmu_read_block()
214 pcache->jiffies_atc = jiffies; in maple_vmu_read_block()
[all …]
/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_main.c1595 u8 *pcache; in redaub() local
1638 pcache = peasycap->pcache; in redaub()
1639 if (!pcache) in redaub()
1640 pcache = &peasycap->cache[0]; in redaub()
1646 if (!pcache) { in redaub()
1651 if (pcache != &peasycap->cache[0]) in redaub()
1652 JOM(16, "cache has %i bytes\n", (int)(pcache - &peasycap->cache[0])); in redaub()
1654 p3 = (u8 *)pad - (int)(pcache - &peasycap->cache[0]); in redaub()
1655 while (p2 < pcache) { in redaub()
1658 pcache = &peasycap->cache[0]; in redaub()
[all …]
Deasycap.h350 u8 *pcache; member
/linux-3.4.99/arch/mips/include/asm/sn/sn0/
Dhubio.h580 pcache: 1, /* entry belongs to partial cache */ member