Searched refs:max_age (Results 1 – 16 of 16) sorted by relevance
43 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()
53 unsigned long max_age; member
351 rc = sysfs_emit(buf, "%lu\n", adapter->diagnostics->max_age); in zfcp_sysfs_adapter_diag_max_age_show()363 unsigned long max_age; in zfcp_sysfs_adapter_diag_max_age_store() local369 rc = kstrtoul(buf, 10, &max_age); in zfcp_sysfs_adapter_diag_max_age_store()373 adapter->diagnostics->max_age = max_age; in zfcp_sysfs_adapter_diag_max_age_store()
197 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()
116 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()
36 int max_age; member
171 b.max_age = jiffies_to_clock_t(br->max_age); in br_dev_siocdevprivate()
112 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()126 static DEVICE_ATTR_RW(max_age);
525 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
1645 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
519 unsigned long max_age; member
35 u8 max_age[2]; member99 v16 = NR16(stpc->max_age); in ebt_filter_config()
125 unsigned long max_age; member713 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()
2685 unsigned int max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local2687 if (max_age > UINT_MAX / HZ) in get_max_age_hz()2688 max_age = UINT_MAX / HZ; in get_max_age_hz()2690 return max_age * HZ; in get_max_age_hz()
66 max_age n
59 __u32 max_age; member