Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/s390/scsi/
Dzfcp_diag.c43 diag->max_age = (5 * 1000); /* default value: 5 s */ in zfcp_diag_adapter_setup()
52 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup()
61 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup()
212 if (jiffies_to_msecs(now - hdr->timestamp) >= diag->max_age) in __zfcp_diag_test_buffer_age_isfresh()
Dzfcp_diag.h53 unsigned long max_age; member
Dzfcp_sysfs.c352 rc = scnprintf(buf, 20 + 2, "%lu\n", adapter->diagnostics->max_age); in zfcp_sysfs_adapter_diag_max_age_show()
364 unsigned long max_age; in zfcp_sysfs_adapter_diag_max_age_store() local
370 rc = kstrtoul(buf, 10, &max_age); in zfcp_sysfs_adapter_diag_max_age_store()
374 adapter->diagnostics->max_age = max_age; in zfcp_sysfs_adapter_diag_max_age_store()
/Linux-v6.6/net/bridge/
Dbr_stp.c197 br->max_age = br->bridge_max_age; in br_become_root_bridge()
236 bpdu.max_age = br->max_age; in br_transmit_config()
240 if (bpdu.message_age < br->max_age) { in br_transmit_config()
261 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information()
268 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
597 br->max_age = br->bridge_max_age; in br_set_max_age()
Dbr_stp_bpdu.c116 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
224 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
228 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
235 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
Dbr_private_stp.h36 int max_age; member
Dbr_ioctl.c171 b.max_age = jiffies_to_clock_t(br->max_age); in br_dev_siocdevprivate()
Dbr_sysfs_br.c112 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
126 static DEVICE_ATTR_RW(max_age);
Dbr_device.c528 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
Dbr_private.h515 unsigned long max_age; member
Dbr_netlink.c1630 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
/Linux-v6.6/net/bridge/netfilter/
Debt_stp.c35 u8 max_age[2]; member
99 v16 = NR16(stpc->max_age); in ebt_filter_config()
/Linux-v6.6/net/rxrpc/
Dcall_event.c120 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local
128 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend()
175 max_age))); in rxrpc_resend()
203 if (ktime_after(txb->last_sent, max_age)) { in rxrpc_resend()
/Linux-v6.6/drivers/md/
Ddm-writecache.c125 unsigned long max_age; member
713 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV); in writecache_max_age_timer()
1106 if (wc->max_age != MAX_AGE_UNSPECIFIED) in writecache_resume()
1107 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV); in writecache_resume()
1998 wc->max_age - wc->max_age / MAX_AGE_DIV))) { in writecache_writeback()
2260 wc->max_age = MAX_AGE_UNSPECIFIED; in writecache_ctr()
2460 wc->max_age = msecs_to_jiffies(max_age_msecs); in writecache_ctr()
Ddm-bufio.c2595 unsigned int max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local
2597 if (max_age > UINT_MAX / HZ) in get_max_age_hz()
2598 max_age = UINT_MAX / HZ; in get_max_age_hz()
2600 return max_age * HZ; in get_max_age_hz()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dwritecache.rst66 max_age n
/Linux-v6.6/include/uapi/linux/
Dif_bridge.h59 __u32 max_age; member