Searched refs:pcache (Results 1 – 2 of 2) sorted by relevance
49 static LIST_HEAD(pcache);507 list_for_each_entry(p, &pcache, plist) in cache_find_patch()517 list_for_each_entry(p, &pcache, plist) { in update_cache()530 list_add_tail(&new_patch->plist, &pcache); in update_cache()537 list_for_each_entry_safe(p, tmp, &pcache, plist) { in free_cache()
580 pcache: 1, /* entry belongs to partial cache */ member