Searched refs:pcache (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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-4.4.14/kernel/ |
D | pid_namespace.c | 40 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-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 49 static LIST_HEAD(pcache); 504 list_for_each_entry(p, &pcache, plist) in cache_find_patch() 514 list_for_each_entry(p, &pcache, plist) { in update_cache() 527 list_add_tail(&new_patch->plist, &pcache); in update_cache() 534 list_for_each_entry_safe(p, tmp, &pcache, plist) { in free_cache()
|
/linux-4.4.14/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 580 pcache: 1, /* entry belongs to partial cache */ member
|