Searched refs:max_age (Results 1 - 15 of 15) sorted by relevance

/linux-master/net/bridge/
H A Dbr_private_stp.h36 int max_age; member in struct:br_config_bpdu
H A Dbr_stp_bpdu.c116 br_set_ticks(buf+29, bpdu->max_age);
224 bpdu.max_age = br_get_ticks(buf+26);
228 if (bpdu.message_age > bpdu.max_age) {
232 " (message_age %ul > max_age %ul)\n",
235 bpdu.message_age, bpdu.max_age);
H A Dbr_stp.c197 br->max_age = br->bridge_max_age;
236 bpdu.max_age = br->max_age;
240 if (bpdu.message_age < br->max_age) {
261 + (bpdu->max_age - bpdu->message_age));
268 br->max_age = bpdu->max_age;
597 br->max_age = br->bridge_max_age;
H A Dbr_ioctl.c171 b.max_age = jiffies_to_clock_t(br->max_age);
H A Dbr_sysfs_br.c112 jiffies_to_clock_t(to_bridge(d)->max_age));
126 static DEVICE_ATTR_RW(max_age);
H A Dbr_device.c515 br->bridge_max_age = br->max_age = 20 * HZ;
H A Dbr_private.h518 unsigned long max_age; member in struct:net_bridge
H A Dbr_netlink.c1643 u32 age_time = jiffies_to_clock_t(br->max_age);
/linux-master/drivers/s390/scsi/
H A Dzfcp_diag.c43 diag->max_age = (5 * 1000); /* default value: 5 s */
52 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age);
61 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age);
212 if (jiffies_to_msecs(now - hdr->timestamp) >= diag->max_age)
H A Dzfcp_diag.h43 * @max_age: maximum age of data in diagnostic buffers before they need to be
53 unsigned long max_age; member in struct:zfcp_diag_adapter
H A Dzfcp_sysfs.c352 rc = scnprintf(buf, 20 + 2, "%lu\n", adapter->diagnostics->max_age);
364 unsigned long max_age; local
370 rc = kstrtoul(buf, 10, &max_age);
374 adapter->diagnostics->max_age = max_age;
/linux-master/net/bridge/netfilter/
H A Debt_stp.c35 u8 max_age[2]; member in struct:stp_config_pdu
99 v16 = NR16(stpc->max_age);
/linux-master/drivers/md/
H A Ddm-writecache.c125 unsigned long max_age; member in struct:dm_writecache
713 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV);
1106 if (wc->max_age != MAX_AGE_UNSPECIFIED)
1107 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV);
1998 wc->max_age - wc->max_age / MAX_AGE_DIV))) {
2260 wc->max_age = MAX_AGE_UNSPECIFIED;
2452 } else if (!strcasecmp(string, "max_age") && opt_params >= 1) {
2460 wc->max_age = msecs_to_jiffies(max_age_msecs);
2745 DMEMIT(" max_age
[all...]
H A Ddm-bufio.c2668 unsigned int max_age = READ_ONCE(dm_bufio_max_age); local
2670 if (max_age > UINT_MAX / HZ)
2671 max_age = UINT_MAX / HZ;
2673 return max_age * HZ;
/linux-master/include/uapi/linux/
H A Dif_bridge.h59 __u32 max_age; member in struct:__bridge_info

Completed in 189 milliseconds