/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_diag.c | 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()
|
H A D | zfcp_diag.h | 53 unsigned long max_age; member
|
H A D | zfcp_sysfs.c | 352 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()
|
/openbmc/linux/net/bridge/ |
H A D | br_stp.c | 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()
|
H A D | br_stp_bpdu.c | 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()
|
H A D | br_private_stp.h | 36 int max_age; member
|
H A D | br_ioctl.c | 171 b.max_age = jiffies_to_clock_t(br->max_age); in br_dev_siocdevprivate()
|
H A D | br_sysfs_br.c | 112 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show() 126 static DEVICE_ATTR_RW(max_age);
|
H A D | br_device.c | 534 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
|
H A D | br_private.h | 515 unsigned long max_age; member
|
H A D | br_netlink.c | 1631 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxd_windows.c | 443 context->windows.max_age = 0; in reset_all_windows() 455 uint32_t min_age = context->windows.max_age + 1; in find_oldest_window() 531 cur->age = ++(context->windows.max_age); in search_windows() 669 cur->age = ++(context->windows.max_age); in create_map_window()
|
H A D | mbox.h | 116 uint32_t max_age; member
|
/openbmc/hiomapd/ |
H A D | windows.c | 437 context->windows.max_age = 0; in windows_reset_all() 461 uint32_t min_age = context->windows.max_age + 1; in windows_find_oldest() 537 cur->age = ++(context->windows.max_age); in windows_search() 663 cur->age = ++(context->windows.max_age); in windows_create_map()
|
H A D | windows.h | 31 uint32_t max_age; member
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_stp.c | 35 u8 max_age[2]; member 99 v16 = NR16(stpc->max_age); in ebt_filter_config()
|
/openbmc/linux/net/rxrpc/ |
H A D | call_event.c | 119 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local 127 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()
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 235 async def clean_unused(self, max_age): argument 236 return await self.invoke({"clean-unused": {"max_age_seconds": max_age}})
|
H A D | server.py | 615 max_age = request["max_age_seconds"] 616 oldest = datetime.now() - timedelta(seconds=-max_age)
|
/openbmc/linux/drivers/md/ |
H A D | dm-writecache.c | 125 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()
|
H A D | dm-bufio.c | 2636 unsigned int max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local 2638 if (max_age > UINT_MAX / HZ) in get_max_age_hz() 2639 max_age = UINT_MAX / HZ; in get_max_age_hz() 2641 return max_age * HZ; in get_max_age_hz()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | writecache.rst | 66 max_age n
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_bridge.h | 59 __u32 max_age; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 69 max_age=0, no_store=True, no_cache=True))
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 165 result = client.clean_unused(args.max_age)
|