Home
last modified time | relevance | path

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

12345678910>>...13

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorinfo.cpp89 QGeoAreaMonitorInfoPrivate() : QSharedData(), persistent(false) {} in QGeoAreaMonitorInfoPrivate()
96 persistent = other.persistent; in QGeoAreaMonitorInfoPrivate()
105 bool persistent; member in QGeoAreaMonitorInfoPrivate
156 d->persistent == other.d->persistent && in operator ==()
270 return d->persistent; in isPersistent()
284 d->persistent = isPersistent; in setPersistent()
349 bool persistent; in operator >>() local
350 ds >> persistent; in operator >>()
351 monitor.setPersistent(persistent); in operator >>()
/OK3568_Linux_fs/kernel/security/keys/
H A Dpersistent.c43 struct key *persistent; in key_create_persistent() local
57 persistent = keyring_alloc(index_key->description, in key_create_persistent()
63 if (IS_ERR(persistent)) in key_create_persistent()
64 return ERR_CAST(persistent); in key_create_persistent()
66 return make_key_ref(persistent, true); in key_create_persistent()
77 struct key *persistent; in key_get_persistent() local
113 persistent = key_ref_to_ptr(persistent_ref); in key_get_persistent()
114 ret = key_link(key_ref_to_ptr(dest_ref), persistent); in key_get_persistent()
116 key_set_timeout(persistent, persistent_keyring_expiry); in key_get_persistent()
117 ret = persistent->serial; in key_get_persistent()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A DKconfig12 bus is registered to advertise PMEM (persistent memory)
35 these persistent memory ranges into block devices that are
48 apertures to access persistent media.
66 update semantics for persistent memory devices, so that
80 bool "PFN: Map persistent (device) memory"
85 Map persistent memory, i.e. advertise it to the memory
86 management sub-system. By default persistent memory does
95 bool "NVDIMM DAX: Raw access to persistent memory"
99 Support raw device dax access to a persistent memory
101 persistent memory, this capability provides a mechanism to
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pmem/
H A Dpmem-region.txt1 Device-tree bindings for persistent memory regions
9 Given b) it is best to think of persistent memory as a kind of memory mapped
11 persistent regions separately to the normal memory pool. To aid with that this
12 binding provides a standardised interface for discovering where persistent
36 backed by non-persistent memory. This lets the OS know that it
38 persistent after a write.
/OK3568_Linux_fs/buildroot/board/forlinx/common/tinyrootfs/
H A Dpost-build-tinyrootfs.sh12 rm -f $TARGET/lib/udev/rules.d/60-persistent-input.rules
16 rm -f $TARGET/lib/udev/rules.d/60-persistent-storage-tape.rules
26 rm -f $TARGET/lib/udev/rules.d/60-persistent-v4l.rules
28 rm -f $TARGET/lib/udev/rules.d/60-persistent-alsa.rules
/OK3568_Linux_fs/buildroot/board/rockchip/common/tinyrootfs/
H A Dpost-build-tinyrootfs.sh12 rm -f $TARGET/lib/udev/rules.d/60-persistent-input.rules
16 rm -f $TARGET/lib/udev/rules.d/60-persistent-storage-tape.rules
26 rm -f $TARGET/lib/udev/rules.d/60-persistent-v4l.rules
28 rm -f $TARGET/lib/udev/rules.d/60-persistent-alsa.rules
/OK3568_Linux_fs/kernel/drivers/dax/
H A DKconfig25 tristate "PMEM DAX: direct access to persistent memory"
29 Support raw access to persistent memory. Note that this
57 tristate "KMEM DAX: volatile-use of persistent memory"
62 Support access to persistent, or other performance
64 easier use of persistent memory by unmodified applications, or
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dpstore5 Description: Generic interface to platform dependent persistent storage.
27 the file will signal to the underlying persistent storage
33 will be saved elsewhere and erased from persistent store
40 persistent storage until at least this amount is reached.
H A Dsysfs-driver-xen-blkback24 How long a persistent grant is allowed to remain
44 Whether to enable the persistent grants feature or not. Note
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst5 The writecache target caches writes on persistent memory or on SSD. It
16 - p - persistent memory
46 applicable only to persistent memory - use the FUA flag
47 when writing data from persistent memory back to the
50 applicable only to persistent memory - don't use the FUA
H A Dsnapshot.rst34 - snapshot <origin> <COW device> <persistent?> <chunksize>
45 <persistent?> is P (Persistent) or N (Not persistent - will not survive
46 after reboot). O (Overflow) can be added as a persistent store option
50 The difference between persistent and transient is with transient
73 - snapshot-merge <origin> <COW device> <persistent> <chunksize>
77 works with persistent snapshots. This target assumes the role of the
H A Dpersistent-data.rst20 The persistent-data library is an attempt to provide a re-usable
29 under drivers/md/persistent-data.
40 Clients of persistent-data are unlikely to use this directly.
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-exception-store.c199 char persistent; in dm_exception_store_create() local
212 persistent = toupper(*argv[0]); in dm_exception_store_create()
213 if (persistent == 'P') in dm_exception_store_create()
215 else if (persistent == 'N') in dm_exception_store_create()
/OK3568_Linux_fs/buildroot/package/dropbear/
H A DConfig.in10 persistent over reboot (if you have a read-only rootfs) or
12 persistent, replace /etc/dropbear with a symlink to a
13 directory on a persistent, writeable filesystem.
14 Alternatively, mount a persistent unionfs over your root
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-arizona.c31 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_in() local
42 if (change && persistent) { in arizona_gpio_direction_in()
101 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_out() local
109 if ((val & ARIZONA_GPN_DIR) && persistent) { in arizona_gpio_direction_out()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst30 persistent hugetlb pages in the kernel's huge page pool. It also displays
77 ``/proc/sys/vm/nr_hugepages`` indicates the current number of "persistent" huge
80 privileges can dynamically allocate more or free some persistent huge pages
92 The administrator can allocate persistent huge pages on the kernel boot
152 default sized persistent huge pages::
164 silently skipped when allocating persistent huge pages. See the
167 with the allocation and freeing of persistent huge pages.
190 persistent huge page pool is exhausted. As these surplus huge pages become
194 surplus pages will first be promoted to persistent huge pages. Then, additional
196 the new persistent huge page pool size.
[all …]
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A DMakefile2 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
3 dm-persistent-data-objs := \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcdrom.h764 __u8 persistent : 1; member
768 __u8 persistent : 1; member
791 __u8 persistent : 1; member
795 __u8 persistent : 1; member
921 __u8 persistent:1; member
925 __u8 persistent:1; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcdrom.h761 __u8 persistent : 1; member
765 __u8 persistent : 1; member
788 __u8 persistent : 1; member
792 __u8 persistent : 1; member
918 __u8 persistent:1; member
922 __u8 persistent:1; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcdrom.h761 __u8 persistent : 1; member
765 __u8 persistent : 1; member
788 __u8 persistent : 1; member
792 __u8 persistent : 1; member
918 __u8 persistent:1; member
922 __u8 persistent:1; member
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini776 ; Allow or prevent persistent links.
782 ; Maximum number of persistent links. -1 means no limit.
785 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
798 ; Allow or prevent persistent links.
801 ; Maximum number of persistent links. -1 means no limit.
804 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
869 ; Allow or prevent persistent links.
872 ; Maximum number of persistent links. -1 means no limit.
875 ; Maximum number of links (persistent+non persistent). -1 means no limit.
882 ; Connection: The maximum number of persistent OCI8 connections per
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini776 ; Allow or prevent persistent links.
782 ; Maximum number of persistent links. -1 means no limit.
785 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
798 ; Allow or prevent persistent links.
801 ; Maximum number of persistent links. -1 means no limit.
804 ; Maximum number of links (persistent + non-persistent). -1 means no limit.
869 ; Allow or prevent persistent links.
872 ; Maximum number of persistent links. -1 means no limit.
875 ; Maximum number of links (persistent+non persistent). -1 means no limit.
882 ; Connection: The maximum number of persistent OCI8 connections per
[all …]
/OK3568_Linux_fs/buildroot/package/policycoreutils/
H A DConfig.in21 non-persistent boolean changes (via the kernel interface)
22 and uses libsemanage to make persistent boolean changes.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dmicrochip,pic32-evic.txt27 internal interrupts use IRQ_TYPE_EDGE_RISING for non persistent interrupts and
28 IRQ_TYPE_LEVEL_HIGH for persistent interrupts. For external interrupts use
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst7 Some persistent memory devices run a firmware locally on the device /
12 persistent memory platform implementation, described by the Intel ACPI
86 [1]: https://docs.pmem.io/persistent-memory/

12345678910>>...13