Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_diag.c45 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 Dzfcp_diag.h57 unsigned long max_age; member
H A 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()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_stp.c177 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 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()
H A Dbr_private_stp.h36 int max_age; member
H A Dbr_ioctl.c133 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
H A Dbr_sysfs_br.c89 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
97 static DEVICE_ATTR_RW(max_age);
H A Dbr_device.c479 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
H A Dbr_private.h413 unsigned long max_age; member
H A Dbr_netlink.c1447 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dcall_event.c162 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 Debt_stp.c35 u8 max_age[2]; member
99 v16 = NR16(stpc->max_age); in ebt_filter_config()
/OK3568_Linux_fs/kernel/mm/damon/
H A Ddbgfs.c191 unsigned int min_nr_a, max_nr_a, min_age, max_age; in str_to_schemes() local
207 &min_age, &max_age, &action, &quota.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, &quota, &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 Dif_bridge.h59 __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 Dif_bridge.h59 __u32 max_age; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c125 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 Ddm-bufio.c1894 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 Dif_bridge.h59 __u32 max_age; member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py67 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 D802.11.h3330 uint16 max_age; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11.h3444 uint16 max_age; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11.h3482 uint16 max_age; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11.h3482 uint16 max_age; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11.h3798 uint16 max_age; member

12