Searched refs:flushes (Results 1 – 5 of 5) sorted by relevance
| /drivers/acpi/nfit/ |
| A D | core.c | 66 struct list_head flushes; member 915 list_for_each_entry(nfit_flush, &prev->flushes, list) { in add_flush() 921 list_move_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush() 932 list_add_tail(&nfit_flush->list, &acpi_desc->flushes); in add_flush() 1080 list_for_each_entry(nfit_flush, &acpi_desc->flushes, list) { in __nfit_mem_init() 3027 !list_empty(&prev->flushes)) { in acpi_nfit_check_deletions() 3103 INIT_LIST_HEAD(&prev.flushes); in acpi_nfit_init() 3115 list_cut_position(&prev.flushes, &acpi_desc->flushes, in acpi_nfit_init() 3116 acpi_desc->flushes.prev); in acpi_nfit_init() 3269 INIT_LIST_HEAD(&acpi_desc->flushes); in acpi_nfit_desc_init()
|
| A D | nfit.h | 242 struct list_head flushes; member
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_execbuffer.c | 1239 unsigned int flushes; in reloc_kmap() local 1242 err = i915_gem_object_prepare_write(obj, &flushes); in reloc_kmap() 1249 cache->vaddr = flushes | KMAP; in reloc_kmap() 1251 if (flushes) in reloc_kmap() 1368 static void clflush_write32(u32 *addr, u32 value, unsigned int flushes) in clflush_write32() argument 1370 if (unlikely(flushes & (CLFLUSH_BEFORE | CLFLUSH_AFTER))) { in clflush_write32() 1371 if (flushes & CLFLUSH_BEFORE) in clflush_write32() 1383 if (flushes & CLFLUSH_AFTER) in clflush_write32()
|
| /drivers/md/ |
| A D | dm-writecache.c | 215 unsigned long long flushes; member 1508 wc->stats.flushes++; in writecache_map_flush() 1519 wc->stats.flushes++; in writecache_map_flush() 2700 wc->stats.flushes, in writecache_status()
|
| A D | dm-integrity.c | 2703 struct bio *flushes; in integrity_commit() local 2711 flushes = bio_list_get(&ic->flush_bio_list); in integrity_commit() 2762 while (flushes) { in integrity_commit() 2763 struct bio *next = flushes->bi_next; in integrity_commit() 2765 flushes->bi_next = NULL; in integrity_commit() 2766 do_endio(ic, flushes); in integrity_commit() 2767 flushes = next; in integrity_commit()
|
Completed in 33 milliseconds