| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_diag.c | 45 diag->max_age = (5 * 1000); /* default value: 5 s */ in zfcp_diag_adapter_setup() 54 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup() 63 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup() 254 if (jiffies_to_msecs(now - hdr->timestamp) >= diag->max_age) in __zfcp_diag_test_buffer_age_isfresh()
|
| H A D | zfcp_diag.h | 57 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()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_stp.c | 177 br->max_age = br->bridge_max_age; in br_become_root_bridge() 216 bpdu.max_age = br->max_age; in br_transmit_config() 220 if (bpdu.message_age < br->max_age) { in br_transmit_config() 241 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information() 248 br->max_age = bpdu->max_age; in br_record_config_timeout_values() 577 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 | 133 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
|
| H A D | br_sysfs_br.c | 89 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show() 97 static DEVICE_ATTR_RW(max_age);
|
| H A D | br_device.c | 479 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
|
| H A D | br_private.h | 413 unsigned long max_age; member
|
| H A D | br_netlink.c | 1447 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | call_event.c | 162 ktime_t now, max_age, oldest, ack_ts; in rxrpc_resend() local 169 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend() 197 if (ktime_after(skb->tstamp, max_age)) { in rxrpc_resend() 210 ktime_to_ns(ktime_sub(skb->tstamp, max_age))); in rxrpc_resend()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | dbgfs.c | 191 unsigned int min_nr_a, max_nr_a, min_age, max_age; in str_to_schemes() local 207 &min_age, &max_age, &action, "a.ms, in str_to_schemes() 218 if (min_sz > max_sz || min_nr_a > max_nr_a || min_age > max_age) in str_to_schemes() 227 min_age, max_age, action, "a, &wmarks); in str_to_schemes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_bridge.h | 59 __u32 max_age; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_bridge.h | 59 __u32 max_age; member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-writecache.c | 125 unsigned long max_age; member 691 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV); in writecache_max_age_timer() 1078 if (wc->max_age != MAX_AGE_UNSPECIFIED) in writecache_resume() 1079 mod_timer(&wc->max_age_timer, jiffies + wc->max_age / MAX_AGE_DIV); in writecache_resume() 1847 wc->max_age - wc->max_age / MAX_AGE_DIV))) { in writecache_writeback() 2112 wc->max_age = MAX_AGE_UNSPECIFIED; in writecache_ctr() 2307 wc->max_age = msecs_to_jiffies(max_age_msecs); in writecache_ctr()
|
| H A D | dm-bufio.c | 1894 unsigned max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local 1896 if (max_age > UINT_MAX / HZ) in get_max_age_hz() 1897 max_age = UINT_MAX / HZ; in get_max_age_hz() 1899 return max_age * HZ; in get_max_age_hz()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_bridge.h | 59 __u32 max_age; member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | widgets.py | 67 max_age=0, no_store=True, no_cache=True)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | 802.11.h | 3330 uint16 max_age; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | 802.11.h | 3444 uint16 max_age; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | 802.11.h | 3482 uint16 max_age; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | 802.11.h | 3482 uint16 max_age; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11.h | 3798 uint16 max_age; member
|