Home
last modified time | relevance | path

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

/drivers/acpi/hmat/
Dhmat.c53 struct list_head caches; member
122 INIT_LIST_HEAD(&target->caches); in alloc_memory_target()
381 list_add_tail(&tcache->node, &target->caches); in hmat_parse_cache()
606 list_for_each_entry(tcache, &target->caches, node) in hmat_register_target_cache()
680 list_for_each_entry_safe(tcache, cnext, &target->caches, node) { in hmat_free_structures()
/drivers/scsi/qla2xxx/
DKconfig25 Upon request, the driver caches the firmware image until
/drivers/virtio/
Dvirtio_balloon.c285 unsigned long caches; in update_balloon_stats() local
291 caches = global_node_page_state(NR_FILE_PAGES); in update_balloon_stats()
314 pages_to_bytes(caches)); in update_balloon_stats()
/drivers/edac/
DKconfig355 Support for error detection and correction on the primary caches of
/drivers/md/
DKconfig350 The writecache target caches writes on persistent memory or SSD.