Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_stp.c161 br->max_age = br->bridge_max_age; in br_become_root_bridge()
200 bpdu.max_age = br->max_age; in br_transmit_config()
204 if (bpdu.message_age < br->max_age) { in br_transmit_config()
224 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information()
231 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
553 br->max_age = br->bridge_max_age; in br_set_max_age()
Dbr_stp_bpdu.c114 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
219 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
223 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
230 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
Dbr_private_stp.h40 int max_age; member
Dbr_ioctl.c134 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
Dbr_device.c399 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
Dbr_sysfs_br.c86 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
94 static DEVICE_ATTR_RW(max_age);
Dbr_private.h229 unsigned long max_age; member
Dbr_netlink.c817 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
/linux-4.1.27/net/bridge/netfilter/
Debt_stp.c35 uint8_t max_age[2]; member
102 v16 = NR16(stpc->max_age); in ebt_filter_config()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1117 __u64 max_age, in obd_statfs_async() argument
1131 obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age); in obd_statfs_async()
1132 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs_async()
1133 rc = OBP(obd, statfs_async)(exp, oinfo, max_age, rqset); in obd_statfs_async()
1151 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset() argument
1164 rc = obd_statfs_async(exp, &oinfo, max_age, set); in obd_statfs_rqset()
1175 struct obd_statfs *osfs, __u64 max_age, in obd_statfs() argument
1188 obd->obd_osfs_age, max_age); in obd_statfs()
1189 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs()
1190 rc = OBP(obd, statfs)(env, exp, osfs, max_age, flags); in obd_statfs()
Dobd.h1153 struct obd_statfs *osfs, __u64 max_age, __u32 flags);
1155 __u64 max_age, struct ptlrpc_request_set *set);
/linux-4.1.27/include/uapi/linux/
Dif_bridge.h58 __u32 max_age; member
/linux-4.1.27/drivers/md/
Ddm-bufio.c1733 unsigned max_age = ACCESS_ONCE(dm_bufio_max_age); in get_max_age_hz() local
1735 if (max_age > UINT_MAX / HZ) in get_max_age_hz()
1736 max_age = UINT_MAX / HZ; in get_max_age_hz()
1738 return max_age * HZ; in get_max_age_hz()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h197 void qos_statfs_update(struct obd_device *obd, __u64 max_age, int wait);
Dlov_obd.c1343 __u64 max_age, struct ptlrpc_request_set *rqset) in lov_statfs_async() argument
1363 &req->rq_oi, max_age, rqset); in lov_statfs_async()
1383 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs() argument
1397 rc = lov_statfs_async(exp, &oinfo, max_age, set); in lov_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1497 __u64 max_age, __u32 flags) in ll_statfs_internal() argument
1503 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal()
1518 rc = obd_statfs_rqset(sbi->ll_dt_exp, &obd_osfs, max_age, flags); in ll_statfs_internal()
Dllite_internal.h806 __u64 max_age, __u32 flags);
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1428 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs() argument
1449 max_age, flags); in lmv_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2480 struct obd_info *oinfo, __u64 max_age, in osc_statfs_async() argument
2523 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs() argument
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1135 __u64 max_age, __u32 flags) in mdc_statfs() argument