Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dpersistent.c45 struct key *persistent; in key_create_persistent() local
59 persistent = keyring_alloc(index_key->description, in key_create_persistent()
65 if (IS_ERR(persistent)) in key_create_persistent()
66 return ERR_CAST(persistent); in key_create_persistent()
68 return make_key_ref(persistent, true); in key_create_persistent()
79 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()
DKconfig24 bool "Enable register of persistent per-UID keyrings"
27 This option provides a register of persistent per-UID keyrings,
28 primarily aimed at Kerberos key storage. The keyrings are persistent
DMakefile21 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
/linux-4.1.27/arch/blackfin/include/asm/
Dflat.h20 unsigned long *persistent);
30 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
31 bfin_get_addr_from_rp(rp, relval, flags, persistent)
43 unsigned long *persistent) in flat_set_persistent() argument
47 *persistent = relval << 16; in flat_set_persistent()
/linux-4.1.27/arch/arm/include/asm/
Dflat.h11 #define flat_get_addr_from_rp(rp, relval, flags, persistent) ((void)persistent,get_unaligned(rp)) argument
/linux-4.1.27/Documentation/ABI/testing/
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.
Ddev-kmsg29 persistent state; many readers can concurrently open the device
Dsysfs-driver-hid-roccat-savu63 This value is persistent, so its value determines the profile
Dsysfs-driver-hid-roccat-koneplus6 profile. This value is persistent, so its equivalent to the
Dsysfs-driver-hid-roccat-konepure6 This value is persistent, so its value determines the profile
Dsysfs-class-mtd166 a persistent return value of -EUCLEAN on devices where sticky
Dsysfs-driver-hid-roccat-isku6 profile. This value is persistent, so its equivalent to the
Dsysfs-driver-hid-roccat-ryos14 This value is persistent, so its value determines the profile
/linux-4.1.27/fs/pstore/
DKconfig8 persistent storage via "pstore" filesystem that can
12 (or "M") to a platform specific persistent store driver
14 If you don't have a platform persistent store driver,
40 With this option kernel traces function calls into a persistent
/linux-4.1.27/drivers/md/
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()
DMakefile9 dm-snap-persistent.o
48 obj-$(CONFIG_DM_PERSISTENT_DATA) += persistent-data/
Dmd.c2243 if (!mddev->persistent) { in md_update_sb()
2805 if (mddev->pers && mddev->persistent && in new_offset_store()
2867 if (my_mddev->persistent) { in rdev_size_store()
3993 if (mddev->persistent) { in new_dev_store()
4113 if (mddev->persistent) in metadata_show()
4144 mddev->persistent = 0; in metadata_store()
4158 mddev->persistent = 0; in metadata_store()
4177 mddev->persistent = 1; in metadata_store()
4671 else if (mddev->persistent && in reshape_direction_store()
5023 if (!mddev->persistent) in md_run()
[all …]
Dmd.h248 int persistent; member
Ddm-raid.c288 rs->md.persistent = 1; in dev_parms()
731 rs->md.persistent = 0; in parse_raid_params()
DKconfig249 source "drivers/md/persistent-data/Kconfig"
Dbitmap.c649 if (bitmap->mddev->persistent) { in bitmap_read_sb()
/linux-4.1.27/drivers/md/persistent-data/
DMakefile1 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
2 dm-persistent-data-objs := \
DKconfig11 bool "Keep stack trace of persistent data block lock holders"
/linux-4.1.27/arch/blackfin/kernel/
Dflat.c18 unsigned long *persistent) in bfin_get_addr_from_rp() argument
30 val += *persistent; in bfin_get_addr_from_rp()
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt22 persistent hugetlb pages in the kernel's huge page pool. It also displays
54 /proc/sys/vm/nr_hugepages indicates the current number of "persistent" huge
57 privileges can dynamically allocate more or free some persistent huge pages
69 The administrator can allocate persistent huge pages on the kernel boot
83 default sized persistent huge pages:
95 silently skipped when allocating persistent huge pages. See the discussion
97 with the allocation and freeing of persistent huge pages.
120 persistent huge page pool is exhausted. As these surplus huge pages become
124 pages will first be promoted to persistent huge pages. Then, additional
126 the new persistent huge page pool size.
[all …]
/linux-4.1.27/include/uapi/linux/
Dcdrom.h760 __u8 persistent : 1; member
764 __u8 persistent : 1; member
787 __u8 persistent : 1; member
791 __u8 persistent : 1; member
917 __u8 persistent:1; member
921 __u8 persistent:1; member
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt16 The persistent-data library is an attempt to provide a re-usable
25 under drivers/md/persistent-data.
36 Clients of persistent-data are unlikely to use this directly.
Dsnapshot.txt33 *) snapshot <origin> <COW device> <persistent?> <chunksize>
43 <persistent?> is P (Persistent) or N (Not persistent - will not survive
49 * snapshot-merge <origin> <COW device> <persistent> <chunksize>
52 works with persistent snapshots. This target assumes the role of the
Dera.txt19 metadata dev : fast device holding the persistent metadata
Dcache.txt181 metadata dev : fast device holding the persistent metadata
/linux-4.1.27/arch/m68k/include/asm/
Dflat.h16 unsigned long *persistent) in flat_set_persistent() argument
/linux-4.1.27/arch/microblaze/include/asm/
Dflat.h37 unsigned long flags, unsigned long *persistent) in flat_get_addr_from_rp() argument
/linux-4.1.27/net/rfkill/
Dcore.c60 bool persistent; member
538 rfkill->persistent = true; in rfkill_init_sw_state()
567 rfkill->persistent = true; in rfkill_set_states()
635 return sprintf(buf, "%d\n", rfkill->persistent); in persistent_show()
637 static DEVICE_ATTR_RO(persistent);
811 if (!rfkill->persistent) { in rfkill_resume()
967 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
/linux-4.1.27/Documentation/networking/
Dipvs-sysctl.txt149 persistent templates when the destination server is quiescent.
152 subsequent otherwise persistent connections are sent to a
153 different destination server. By default new persistent
212 the connection type. For persistent services avoid synchronisation
215 sloppy_sctp flags on backup servers. For non-persistent services
Dtuntap.txt46 If you want to create persistent devices and give ownership of them to
Dbonding.txt2681 slaves and remains persistent (even if the first slave is removed) until
/linux-4.1.27/arch/powerpc/include/asm/
Dlppaca.h126 __be32 persistent; /* Number of persistent SLBs */ member
/linux-4.1.27/arch/m32r/include/asm/
Dflat.h20 #define flat_get_addr_from_rp(rp, relval, flags, persistent) \ argument
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_ras.c48 n = min_t(u32, be32_to_cpu(slb->persistent), SLB_MIN_SIZE); in reload_slb()
/linux-4.1.27/fs/ceph/
DKconfig24 Choose Y here to enable persistent, read-only local
/linux-4.1.27/fs/coda/
DKconfig11 persistent client caches and write back caching.
/linux-4.1.27/fs/9p/
DKconfig17 Choose Y here to enable persistent, read-only local
/linux-4.1.27/Documentation/firmware_class/
DREADME115 Note: this would require the persistent objects to be included
120 persistent should be left to userspace.
/linux-4.1.27/drivers/staging/ozwpan/
DREADME18 wpa_supplicant can be used to setup the network interface to create a persistent
/linux-4.1.27/Documentation/
Dramoops.txt12 needs a system with persistent RAM so that the content of that area can
41 Ramoops also supports software ECC protection of persistent memory regions.
Dmd.txt11 for old raid arrays without persistent superblocks:
14 for raid arrays with persistent superblocks
28 other modes are only supported with persistent super blocks
130 arrays with no superblock (non-persistent).
DChanges201 functionality of devfs, while allowing persistent device naming for
/linux-4.1.27/arch/powerpc/kernel/
Dpaca.c126 s->persistent = cpu_to_be32(SLB_NUM_BOLTED); in init_slb_shadow()
Dmce_power.c103 n = min_t(u32, be32_to_cpu(slb->persistent), SLB_MIN_SIZE); in flush_and_reload_slb()
/linux-4.1.27/fs/
Dbinfmt_flat.c745 unsigned long persistent = 0; in load_flat_file() local
753 if (flat_set_persistent (relval, &persistent)) in load_flat_file()
764 &persistent); in load_flat_file()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-rfkill34 What: /sys/class/rfkill/rfkill[0-9]+/persistent
Dsysfs-bus-firewire122 in SAM-2...SAM-4 annex A. They are persistent and world-wide
/linux-4.1.27/drivers/platform/chrome/
DKconfig31 This module instantiates the persistent storage on x86 ChromeOS
/linux-4.1.27/drivers/acpi/apei/
DKconfig62 error information to and from a persistent store. Enable this
/linux-4.1.27/Documentation/usb/
Dpersist.txt118 to plug in a USB flash device, create a persistent volume associated
120 have the same persistent volume associated with the device. As such
123 On the other hand, writing a persistent volume manager would be a big
/linux-4.1.27/include/net/irda/
Dirlmp.h103 int persistent; member
/linux-4.1.27/Documentation/filesystems/
D9p.txt76 fscache = use FS-Cache for a persistent, read-only
132 cachetag cache tag to use the specified persistent cache.
Dntfs.txt193 setting is not persistent across mounts and can be
390 You have to use the "persistent-superblock 0" option for each raid-disk in the
391 NTFS volume/stripe you are configuring in /etc/raidtab as the persistent
404 persistent-superblock 0
Dbtrfs.txt153 persistent storage. If disabled on a device with a volatile
Dramfs-rootfs-initramfs.txt347 media, with dynamically allocated major/minor numbers and persistent naming
Dext4.txt93 * persistent file preallocation (e.g for streaming media, databases)
Dcoda.txt159 service the request for the process. Venus manages a persistent
243 requesting detailed information about the persistent cache managed by
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-koneplus6 profile. This value is persistent, so its equivalent to the
/linux-4.1.27/net/bluetooth/
Dsmp.c1034 bool persistent; in smp_notify_keys() local
1067 persistent = false; in smp_notify_keys()
1069 persistent = !test_bit(HCI_CONN_FLUSH_KEY, in smp_notify_keys()
1075 persistent = !!((req->auth_req & rsp->auth_req) & in smp_notify_keys()
1083 mgmt_new_csrk(hdev, smp->csrk, persistent); in smp_notify_keys()
1089 mgmt_new_csrk(hdev, smp->slave_csrk, persistent); in smp_notify_keys()
1095 mgmt_new_ltk(hdev, smp->ltk, persistent); in smp_notify_keys()
1101 mgmt_new_ltk(hdev, smp->slave_ltk, persistent); in smp_notify_keys()
1116 smp->link_key, type, 0, &persistent); in smp_notify_keys()
1118 mgmt_new_link_key(hdev, key, persistent); in smp_notify_keys()
Dhci_event.c3499 bool persistent; in hci_link_key_notify_evt() local
3521 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt()
3531 mgmt_new_link_key(hdev, key, persistent); in hci_link_key_notify_evt()
3545 if (persistent) in hci_link_key_notify_evt()
Dhci_core.c2326 u8 pin_len, bool *persistent) in hci_add_link_key() argument
2364 if (persistent) in hci_add_link_key()
2365 *persistent = hci_persistent_key(hdev, conn, type, in hci_add_link_key()
Dmgmt.c7540 bool persistent) in mgmt_new_link_key() argument
7546 ev.store_hint = persistent; in mgmt_new_link_key()
7575 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent) in mgmt_new_ltk() argument
7596 ev.store_hint = persistent; in mgmt_new_ltk()
7644 bool persistent) in mgmt_new_csrk() argument
7663 ev.store_hint = persistent; in mgmt_new_csrk()
/linux-4.1.27/fs/ext4/
DKconfig14 allocation, persistent preallocation, high resolution time stamps,
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h490 u8 persistent[0]; member
Dmain.c2252 memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent)); in wl12xx_init_vif_data()
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt187 bit 7 is set, it indicates that the error is consider persistent. For example
188 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
Dhvcs.txt195 persistent. Once created they will exist prior to the driver insmod.
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h981 u8 pin_len, bool *persistent);
1354 bool persistent);
1398 void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent);
1401 bool persistent);
/linux-4.1.27/Documentation/tpm/
Dxen-tpmfront.txt91 persistent state of each vTPM.
/linux-4.1.27/arch/powerpc/boot/dts/
Dwarp.dts198 label = "persistent";
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.txt22 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
/linux-4.1.27/Documentation/sound/oss/
DREADME.modules90 To make the sound driver use persistent DMA buffers we need to pass the
DPAS1697 then you can get the persistent DMA buffer functionality by passing
DIntroduction357 You may also set persistent DMA when building a 2.4.x kernel.
/linux-4.1.27/Documentation/console/
Dconsole.txt7 to exist. The system driver is persistent and it can never be unloaded, though
/linux-4.1.27/drivers/block/
Dxen-blkfront.c1774 int barrier, flush, discard, persistent; in blkfront_connect() local
1865 "feature-persistent", "%u", &persistent, in blkfront_connect()
1870 info->feature_persistent = persistent; in blkfront_connect()
DKconfig412 memory as one or more persistent block devices.
/linux-4.1.27/Documentation/input/
Dff.txt152 persistent across access to the driver.
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt224 no need to keep any object on a persistent list when it's not locked. We can
/linux-4.1.27/scripts/
Dspelling.txt700 persistant||persistent
/linux-4.1.27/Documentation/power/
Dpci.txt544 a system image to be created and written into a persistent storage medium. The
760 after a system image has been loaded into memory from persistent storage and the
791 is about to be powered off after saving a hibernation image to a persistent
/linux-4.1.27/sound/oss/
DKconfig271 then you can get the persistent DMA buffer functionality by passing
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt95 and retrieve hardware error information to and from a persistent store.
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES29 Client uses server inode numbers (which are persistent) rather than
465 to work which double check hardlinked files and have persistent inode numbers.
DREADME406 the same inode numbers) and inode numbers may be persistent,
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt265 * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
/linux-4.1.27/Documentation/development-process/
D2.Process173 appropriate subsystem or driver maintainer, you should be persistent
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc854 * Removed persistent binding code.
1019 * Moving the persistent binding variables to new file
/linux-4.1.27/Documentation/security/
Dkeys.txt164 The session-specific keyring is persistent across clone, fork, vfork and
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg4230 * avoid the persistent sync offset overruns.
Daic79xx.seq1394 * Don't ignore persistent REQ assertions just because
/linux-4.1.27/arch/x86/
DKconfig1431 they can be used for persistent storage.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1448 persistent with
/linux-4.1.27/
DMAINTAINERS3157 F: drivers/md/persistent-data/