Home
last modified time | relevance | path

Searched full:lifetime (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-firewire7 Read-only. Mutable during the node device's lifetime.
26 Read-only. Mutable during the node device's lifetime.
60 Read-only. Immutable during the unit device's lifetime.
78 Read-only. Mutable during the node device's lifetime.
79 Immutable during the unit device's lifetime.
126 Read-only attribute, immutable during the target's lifetime.
/kernel/linux/linux-5.10/net/key/
Daf_key.c770 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local
789 /* base, SA, (lifetime (HSC),) address(SD), (address(P),) in __pfkey_xfrm_state2msg()
886 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
887 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
889 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD; in __pfkey_xfrm_state2msg()
890 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit); in __pfkey_xfrm_state2msg()
891 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit); in __pfkey_xfrm_state2msg()
892 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg()
893 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds; in __pfkey_xfrm_state2msg()
897 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dxfrm_sync.rst18 These patches add ability to sync and have accurate lifetime byte (to
32 - the lifetime byte counter
33 note that: lifetime time limit is not important if you assume the failover
69 XFRM_AE_LVAL=4, /* lifetime value */
91 This TLV carries the running/current counter for byte lifetime since
/kernel/linux/linux-5.10/include/linux/
Dmbcache.h19 /* Key in hash - stable during lifetime of the entry */
23 /* User provided value - stable during lifetime of the entry */
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
175 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx()
568 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
638 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
645 lifetime, target_metric, 0, in hwmp_preq_frame_process()
657 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
676 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
704 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
737 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
745 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
Dv3d_bo.c95 /* So far we pin the BO in the MMU for its lifetime, so use in v3d_bo_create_finish()
96 * shmem's helper for getting a lifetime sgt. in v3d_bo_create_finish()
105 * lifetime of the BO. in v3d_bo_create_finish()
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Ddata-structure-v9.rst41 devices and connections; their lifetime is determined by the lifetime of the
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Dpnfs.rst36 the lifetime of each lseg referencing them.
51 level cache. Its reference is held over the lifetime of the deviceid
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mru_cache.c12 * supplies an element lifetime in milliseconds and a group count, as well as a
21 * initialises an MRU Cache with a lifetime of ten seconds and a group count of
38 * (t + t/g) seconds, where t is the inactive element lifetime and g is the
116 * has been advanced sufficiently to be within the immediate element lifetime.
186 * up-to-date, otherwise the new element could be given a shorter lifetime in
311 * with the address of the pointer, a lifetime value in milliseconds, a group
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
Dne_misc_dev.h36 * struct ne_enclave - Per-enclave data used for enclave lifetime management.
57 * @state: Enclave state, updated during enclave lifetime.
DMakefile5 # Enclave lifetime management support for Nitro Enclaves (NE).
DKconfig16 This driver consists of support for enclave lifetime management
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_managed.c22 * Inspired by struct &device managed resources, but tied to the lifetime of
33 * during the lifetime of the driver, all the functions are fully concurrent
35 * change rarely, if ever, during the lifetime of the &drm_device instance.
/kernel/linux/linux-5.10/include/drm/
Ddrm_mode_config.h463 * lifetime of a device and hence doesn't need any locks.
470 * invariant over the lifetime of a device and hence doesn't need any
479 * This is invariant over the lifetime of a device and hence doesn't
487 * over the lifetime of a device and hence doesn't need any locks.
494 * Number of CRTCs on this device linked with &drm_crtc.head. This is invariant over the lifetime
502 * over the lifetime of a device and hence doesn't need any locks.
510 * invariant over the lifetime of a device and hence doesn't need any
519 * invariant over the lifetime of a device and hence doesn't need any
Ddrm_mode_object.h38 * @refcount: reference count for objects which with dynamic lifetime
39 * @free_cb: free function callback, only set for objects with dynamic lifetime
/kernel/linux/linux-5.10/drivers/macintosh/
Dwindfarm.h51 /* Note about lifetime rules: wf_register_control() will initialize
114 /* Same lifetime rules as controls */
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_vma_types.h90 * exists for the lifetime of an VMA.
166 * To make things as simple as possible (ie. no refcounting), a VMA's lifetime
167 * will always be <= an objects lifetime. So object refcounting should cover us.
/kernel/linux/linux-5.10/samples/nitro_enclaves/
DMakefile5 # Enclave lifetime management support for Nitro Enclaves (NE) - ioctl sample
/kernel/linux/linux-5.10/Documentation/process/
Dbotching-up-ioctls.rst176 * Always attach the lifetime of your dynamically created resources to the
177 lifetime of a file descriptor. Consider using a 1:1 mapping if your resource
179 also simplifies lifetime management for userspace.
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-client.rst34 over the lifetime of a client system. Node names can have other
50 The string should remain fixed for the lifetime of the client. It can be
/kernel/linux/linux-5.10/drivers/md/bcache/
Dclosure.h90 * If parent is non null, the new closure will have a refcount for its lifetime;
101 * struct (which its refcount will normally control the lifetime of), and that
270 * lifetime; may be NULL.
/kernel/linux/linux-5.10/Documentation/driver-api/80211/
Dmac80211-advanced.rst219 STA information lifetime rules
223 :doc: STA information lifetime rules
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe-read-uncorrected-blocks.rst37 device driver during its lifetime. For meaningful measurements, the
/kernel/linux/linux-5.10/security/
DKconfig.hardening142 the lifetime of any sensitive stack contents and reduces
212 with "init_on_free" is that data lifetime in memory is reduced,
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-rtrs-client123 reconnects in the path lifetime, the second one records number of failed
124 reconnects in the path lifetime.

12345678910>>...14