Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 25 of 30) sorted by relevance

12

/drivers/nvdimm/
A DKconfig12 bus is registered to advertise PMEM (persistent memory)
32 these persistent memory ranges into block devices that are
50 update semantics for persistent memory devices, so that
63 bool "PFN: Map persistent (device) memory"
68 Map persistent memory, i.e. advertise it to the memory
69 management sub-system. By default persistent memory does
78 bool "NVDIMM DAX: Raw access to persistent memory"
82 Support raw device dax access to a persistent memory
84 persistent memory, this capability provides a mechanism to
91 tristate "Device-tree support for persistent memory regions"
[all …]
/drivers/md/
A Ddm-exception-store.c200 char persistent; in dm_exception_store_create() local
213 persistent = toupper(*argv[0]); in dm_exception_store_create()
214 if (persistent == 'P') in dm_exception_store_create()
216 else if (persistent == 'N') in dm_exception_store_create()
A DMakefile16 dm-snap-persistent.o
66 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
A Dmd.c4638 if (mddev->persistent) { in new_dev_store()
4763 if (mddev->persistent) in metadata_show()
4794 mddev->persistent = 0; in metadata_store()
4808 mddev->persistent = 0; in metadata_store()
4827 mddev->persistent = 1; in metadata_store()
6101 if (!mddev->persistent) in md_run()
6431 mddev->persistent = 0; in md_clean()
6756 mddev->persistent = 1; in autorun_devices()
6980 if (mddev->persistent) in md_add_new_disk()
7193 if (mddev->persistent) in hot_add_disk()
[all …]
A DKconfig240 bool "Keep stack trace of persistent data block lock holders"
256 source "drivers/md/persistent-data/Kconfig"
331 The writecache target caches writes on persistent memory or SSD.
A Dmd.h419 int persistent; member
A Ddm-raid.c913 rs->md.persistent = 1; in parse_dev_params()
1529 rs->md.persistent = 0; in parse_raid_params()
/drivers/gpio/
A Dgpio-arizona.c30 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_in() local
41 if (change && persistent) { in arizona_gpio_direction_in()
98 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_out() local
106 if ((val & ARIZONA_GPN_DIR) && persistent) { in arizona_gpio_direction_out()
/drivers/dax/
A DKconfig20 tristate "PMEM DAX: direct access to persistent memory"
24 Support raw access to persistent memory. Note that this
70 Support access to persistent, or other performance
72 easier use of persistent memory by unmodified applications, or
/drivers/md/persistent-data/
A DMakefile2 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
3 dm-persistent-data-objs := \
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_mps.c109 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt() argument
114 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
A Dcxgb4.h2134 bool persistent, u8 *smt_idx);
2146 bool persistent, u8 *smt_idx);
/drivers/regulator/
A Dda9121-regulator.c38 unsigned int persistent[2]; member
644 bool persisting = (chip->persistent[reg_idx] & item->event_bit); in da9121_status_poll_on()
649 chip->persistent[reg_idx] &= ~item->event_bit; in da9121_status_poll_on()
668 if (chip->persistent[0] | chip->persistent[1]) { in da9121_status_poll_on()
720 chip->persistent[reg_idx] |= item->event_bit; in da9121_irq_handler()
/drivers/infiniband/sw/rxe/
A Drxe_mr.c99 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_mr_fill_pages_from_sgt() local
110 if (persistent && !is_pmem_page(page)) { in rxe_mr_fill_pages_from_sgt()
212 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_set_page() local
215 if (persistent && !is_pmem_page(page)) { in rxe_set_page()
/drivers/cxl/
A DKconfig28 this class code provide support for volatile and / or persistent
83 support for persistent memory attached via CXL. This support is
86 provisioning the persistent memory capacity of CXL memory expanders.
/drivers/ras/
A DKconfig43 using ACPI ERST as persistent storage. Error information is saved with
/drivers/acpi/apei/
A DKconfig82 error information to and from a persistent store. Enable this
/drivers/net/wireless/ti/wlcore/
A Dwlcore_i.h499 u8 persistent[0]; member
/drivers/gpu/drm/i915/gem/
A Di915_gem_context.c1394 kill_engines(struct i915_gem_engines *engines, bool exit, bool persistent) in kill_engines() argument
1409 if ((exit || !persistent) && intel_context_revoke(ce)) in kill_engines()
1422 if (engine && !__cancel_engine(engine) && (exit || !persistent)) in kill_engines()
/drivers/platform/chrome/
A DKconfig43 This module instantiates the persistent storage on x86 ChromeOS
/drivers/base/firmware_loader/
A DKconfig229 Enabling this option will allow device drivers to expose a persistent
/drivers/firmware/arm_scmi/vendors/imx/
A Dimx95.rst551 contains persistent storage (GPR), an RTC, and the ON/OFF button. The protocol
607 | | Bits[15:0] Number of persistent storage (GPR) words. |
1536 | |Bits[15:0] Number of persistent storage (GPR) words. |
/drivers/net/ethernet/chelsio/cxgb4vf/
A Dcxgb4vf_main.c273 int *tcam_idx, const u8 *addr, bool persistent) in cxgb4vf_change_mac() argument
279 ret = t4vf_change_mac(adapter, viid, *tcam_idx, addr, persistent); in cxgb4vf_change_mac()
/drivers/spi/
A DKconfig523 persistent settings. Controllers present in modern Intel hardware
540 persistent settings. Most of these controllers work in
/drivers/hid/
A Dhid-logitech-hidpp.c2181 uint8_t persistent; member
2210 items->persistent = params[3]; in hidpp_touchpad_fw_items_set()

Completed in 93 milliseconds

12