Home
last modified time | relevance | path

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

12345678910>>...26

/kernel/linux/linux-4.19/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.
59 Read-only. Immutable during the unit device's lifetime.
77 Read-only. Mutable during the node device's lifetime.
78 Immutable during the unit device's lifetime.
125 Read-only attribute, immutable during the target's lifetime.
/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-4.19/net/key/
Daf_key.c774 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local
793 /* base, SA, (lifetime (HSC),) address(SD), (address(P),) in __pfkey_xfrm_state2msg()
890 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
891 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
893 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD; in __pfkey_xfrm_state2msg()
894 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit); in __pfkey_xfrm_state2msg()
895 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit); in __pfkey_xfrm_state2msg()
896 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg()
897 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds; in __pfkey_xfrm_state2msg()
901 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
[all …]
/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-4.19/Documentation/networking/
Dxfrm_sync.txt13 These patches add ability to sync and have accurate lifetime byte (to
27 - the lifetime byte counter
28 note that: lifetime time limit is not important if you assume the failover
62 XFRM_AE_LVAL=4, /* lifetime value */
83 This TLV carries the running/current counter for byte lifetime since
/kernel/linux/linux-4.19/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/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-4.19/net/mac80211/
Dmesh_hwmp.c107 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx() argument
177 put_unaligned_le32(lifetime, pos); /* interval for RANN */ in mesh_path_sel_frame_tx()
553 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
623 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
630 lifetime, target_metric, 0, in hwmp_preq_frame_process()
642 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
661 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
689 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
722 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
730 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
[all …]
/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-4.19/Documentation/blockdev/drbd/
Ddata-structure-v9.txt37 devices and connections; their lifetime is determined by the lifetime of the
/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-4.19/Documentation/filesystems/nfs/
Dpnfs.txt33 the lifetime of each lseg referencing them.
47 level cache. Its reference is held over the lifetime of the deviceid
/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-4.19/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/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.
/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-4.19/include/drm/
Ddrm_mode_config.h457 * lifetime of a device and hence doesn't need any locks.
464 * invariant over the lifetime of a device and hence doesn't need any
473 * This is invariant over the lifetime of a device and hence doesn't
481 * over the lifetime of a device and hence doesn't need any locks.
488 * Number of CRTCs on this device linked with &drm_crtc.head. This is invariant over the lifetime
496 * over the lifetime of a device and hence doesn't need any locks.
504 * 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-4.19/drivers/macintosh/
Dwindfarm.h52 /* Note about lifetime rules: wf_register_control() will initialize
115 /* Same lifetime rules as controls */

12345678910>>...26