Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 25 of 90) sorted by relevance

1234

/linux/net/rxrpc/
H A Drxgk_kdf.c211 unsigned long lifetime; in rxgk_generate_transport_key() local
249 if (key->lifetime) { in rxgk_generate_transport_key()
250 lifetime = min_t(u64, key->lifetime, INT_MAX / HZ); in rxgk_generate_transport_key()
251 lifetime *= HZ; in rxgk_generate_transport_key()
253 lifetime = MAX_JIFFY_OFFSET; in rxgk_generate_transport_key()
255 gk->expiry = jiffies + lifetime; in rxgk_generate_transport_key()
H A Dkey.c219 token->rxgk->lifetime = xdr_dec64(xdr + 3 * 2); in rxrpc_preparse_xdr_yfs_rxgk()
247 _debug("LIFE: %llx", token->rxgk->lifetime); in rxrpc_preparse_xdr_yfs_rxgk()
854 ENCODE64(token->rxgk->lifetime); in rxrpc_read()
/linux/net/key/
H A Daf_key.c766 struct sadb_lifetime *lifetime; in __pfkey_xfrm_state2msg() local
882 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
883 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
885 lifetime->sadb_lifetime_exttype = SADB_EXT_LIFETIME_HARD; in __pfkey_xfrm_state2msg()
886 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit); in __pfkey_xfrm_state2msg()
887 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit); in __pfkey_xfrm_state2msg()
888 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds; in __pfkey_xfrm_state2msg()
889 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds; in __pfkey_xfrm_state2msg()
893 lifetime = skb_put(skb, sizeof(struct sadb_lifetime)); in __pfkey_xfrm_state2msg()
894 lifetime->sadb_lifetime_len = in __pfkey_xfrm_state2msg()
[all …]
/linux/Documentation/ABI/stable/
H A 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.
/linux/rust/syn/
H A Dgenerics.rs6 use crate::lifetime::Lifetime;
63 pub lifetime: Lifetime,
193 if let GenericParam::Lifetime(lifetime) = self.0.next()? { in next()
194 Some(lifetime) in next()
207 if let GenericParam::Lifetime(lifetime) = self.0.next()? { in next()
208 Some(lifetime) in next()
377 pub fn new(lifetime: Lifetime) -> Self { in new()
380 lifetime, in new()
496 pub lifetime: Lifetime,
531 use crate::lifetime::Lifetime;
[all …]
H A Dlifetime.rs128 use crate::lifetime::Lifetime;
136 .lifetime() in parse()
145 use crate::lifetime::Lifetime;
H A Dty.rs7 use crate::lifetime::Lifetime;
198 pub lifetime: Option<Lifetime>,
282 use crate::lifetime::Lifetime;
667 lifetime: input.parse()?, in parse()
865 TypeParamBound::Lifetime(lifetime) => { in parse_bounds()
866 last_lifetime_span = Some(lifetime.ident.span()); in parse_bounds()
915 TypeParamBound::Lifetime(lifetime) => { in parse()
916 last_nontrait_span = Some(lifetime.ident.span()); in parse()
1125 self.lifetime.to_tokens(tokens); in to_tokens()
H A Dbuffer.rs223 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime() method
229 let lifetime = Lifetime { in lifetime() localVariable
233 Some((lifetime, rest)) in lifetime()
H A Dlib.rs438 mod lifetime; module
440 pub use crate::lifetime::Lifetime;
/linux/net/mac80211/
H A 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()
590 u32 orig_sn, target_sn, lifetime, target_metric = 0; in hwmp_preq_frame_process() local
662 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
669 lifetime, target_metric, 0, in hwmp_preq_frame_process()
681 lifetime = PREQ_IE_LIFETIME(preq_elem); in hwmp_preq_frame_process()
700 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process()
728 u32 target_sn, orig_sn, lifetime; in hwmp_prep_frame_process() local
761 lifetime = PREP_IE_LIFETIME(prep_elem); in hwmp_prep_frame_process()
769 ttl, lifetime, metric, 0, sdata); in hwmp_prep_frame_process()
[all …]
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst41 devices and connections; their lifetime is determined by the lifetime of the
/linux/net/ipv6/
H A Dndisc.c1243 int lifetime; in ndisc_router_discovery() local
1319 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
1320 if (lifetime != 0 && in ndisc_router_discovery()
1321 lifetime < READ_ONCE(in6_dev->cnf.accept_ra_min_lft)) { in ndisc_router_discovery()
1322 net_dbg_ratelimited("RA: router lifetime (%ds) is too short: %s\n", lifetime, in ndisc_router_discovery()
1361 if (rt && (lifetime == 0 || rt->fib6_metric != defrtr_usr_metric)) { in ndisc_router_discovery()
1366 net_dbg_ratelimited("RA: rt: %p lifetime: %d, metric: %d, for dev: %s\n", rt, lifetime, in ndisc_router_discovery()
1368 if (!rt && lifetime) { in ndisc_router_discovery()
1376 lifetime); in ndisc_router_discovery()
1404 fib6_set_expires(rt, jiffies + (HZ * lifetime)); in ndisc_router_discovery()
[all …]
/linux/rust/quote/
H A Dlib.rs1221 ($lifetime:lifetime $tokens:ident) => {
1222 $crate::__private::push_lifetime(&mut $tokens, stringify!($lifetime));
1445 ($lifetime:lifetime $tokens:ident $span:ident) => {
1446 $crate::__private::push_lifetime_spanned(&mut $tokens, $span, stringify!($lifetime));
H A Druntime.rs309 pub fn push_lifetime(tokens: &mut TokenStream, lifetime: &str) { in push_lifetime()
312 TokenTree::Ident(Ident::new(&lifetime[1..], Span::call_site())), in push_lifetime()
317 pub fn push_lifetime_spanned(tokens: &mut TokenStream, span: Span, lifetime: &str) { in push_lifetime_spanned()
324 TokenTree::Ident(Ident::new(&lifetime[1..], span)), in push_lifetime_spanned()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-platform-ideapad-laptop8 around 50-60% in order to prolong the lifetime of the battery.
/linux/kernel/configs/
H A Dhardening.config63 # Initialize all heap variables to zero on free to reduce stale data lifetime.
69 # Wipe kernel stack after syscall completion to reduce stale data lifetime.
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst36 the lifetime of each lseg referencing them.
51 level cache. Its reference is held over the lifetime of the deviceid
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst101 program has ownership of the pointee's (object pointed to by ``n``) lifetime.
163 * This reference controls the lifetime of the pointee
179 * No explicit control of lifetime, but can infer valid lifetime based on
202 the tree has control of the pointee's lifetime. Similarly, any ref to a node
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst219 STA information lifetime rules
223 :doc: STA information lifetime rules
/linux/drivers/virt/nitro_enclaves/
H A DKconfig12 This driver consists of support for enclave lifetime management
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-read-uncorrected-blocks.rst37 device driver during its lifetime. For meaningful measurements, the
/linux/Documentation/userspace-api/
H A Dmseal.rst157 but it is *crucial to thoroughly analyze the mapping's lifetime* prior to
165 the lifetime of the process. If those memories are sealed from userspace,
167 lifetime of the process.
/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst34 over the lifetime of a client system. Node names can have other
49 The string should remain fixed for the lifetime of the client. It can be
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h104 u64 lifetime; member
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-client135 reconnects in the path lifetime, the second one records number of failed
136 reconnects in the path lifetime.

1234