Home
last modified time | relevance | path

Searched refs:write_cache (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvdimm/
H A Dpmem.c400 bool write_cache; in write_cache_store() local
403 rc = kstrtobool(buf, &write_cache); in write_cache_store()
406 dax_write_cache(pmem->dax_dev, write_cache); in write_cache_store()
409 static DEVICE_ATTR_RW(write_cache);
/linux/tools/perf/util/
H A Dheader.c1348 static int write_cache(struct feat_fd *ff, in memory_node__read()
1254 static int write_cache(struct feat_fd *ff, write_cache() function