Searched refs:pcache (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/kernel/ |
D | pid_namespace.c | 39 struct pid_cache *pcache; in create_pid_cachep() local 43 list_for_each_entry(pcache, &pid_caches_lh, list) in create_pid_cachep() 44 if (pcache->nr_ids == nr_ids) in create_pid_cachep() 47 pcache = kmalloc(sizeof(struct pid_cache), GFP_KERNEL); in create_pid_cachep() 48 if (pcache == NULL) in create_pid_cachep() 51 snprintf(pcache->name, sizeof(pcache->name), "pid_%d", nr_ids); in create_pid_cachep() 52 cachep = kmem_cache_create(pcache->name, in create_pid_cachep() 58 pcache->nr_ids = nr_ids; in create_pid_cachep() 59 pcache->cachep = cachep; in create_pid_cachep() 60 list_add(&pcache->list, &pid_caches_lh); in create_pid_cachep() [all …]
|
/linux-2.6.39/drivers/mtd/maps/ |
D | vmu-flash.c | 35 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-2.6.39/drivers/staging/easycap/ |
D | easycap_main.c | 1698 u8 *pcache; in redaub() local 1741 pcache = peasycap->pcache; in redaub() 1742 if (!pcache) in redaub() 1743 pcache = &peasycap->cache[0]; in redaub() 1749 if (!pcache) { in redaub() 1754 if (pcache != &peasycap->cache[0]) in redaub() 1755 JOM(16, "cache has %i bytes\n", (int)(pcache - &peasycap->cache[0])); in redaub() 1757 p3 = (u8 *)pad - (int)(pcache - &peasycap->cache[0]); in redaub() 1758 while (p2 < pcache) { in redaub() 1761 pcache = &peasycap->cache[0]; in redaub() [all …]
|
D | easycap.h | 369 u8 *pcache; member
|
/linux-2.6.39/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 580 pcache: 1, /* entry belongs to partial cache */ member
|