| /kernel/linux/linux-4.19/Documentation/ABI/stable/ |
| D | sysfs-bus-firewire | 7 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/ |
| D | sysfs-bus-firewire | 7 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/ |
| D | af_key.c | 774 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/ |
| D | af_key.c | 770 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/ |
| D | xfrm_sync.rst | 18 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/ |
| D | xfrm_sync.txt | 13 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/ |
| D | mbcache.h | 19 /* 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/ |
| D | mbcache.h | 19 /* 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/ |
| D | mesh_hwmp.c | 107 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/ |
| D | mesh_hwmp.c | 105 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/ |
| D | data-structure-v9.txt | 37 devices and connections; their lifetime is determined by the lifetime of the
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
| D | v3d_bo.c | 95 /* 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/ |
| D | data-structure-v9.rst | 41 devices and connections; their lifetime is determined by the lifetime of the
|
| /kernel/linux/linux-4.19/Documentation/filesystems/nfs/ |
| D | pnfs.txt | 33 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/ |
| D | pnfs.rst | 36 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/ |
| D | xfs_mru_cache.c | 12 * 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/ |
| D | xfs_mru_cache.c | 12 * 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/ |
| D | ne_misc_dev.h | 36 * 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/ |
| D | drm_managed.c | 22 * 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/ |
| D | drm_mode_config.h | 463 * 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
|
| D | drm_mode_object.h | 38 * @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/ |
| D | drm_mode_config.h | 457 * 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
|
| D | drm_mode_object.h | 38 * @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/ |
| D | windfarm.h | 51 /* Note about lifetime rules: wf_register_control() will initialize 114 /* Same lifetime rules as controls */
|
| /kernel/linux/linux-4.19/drivers/macintosh/ |
| D | windfarm.h | 52 /* Note about lifetime rules: wf_register_control() will initialize 115 /* Same lifetime rules as controls */
|