Home
last modified time | relevance | path

Searched refs:period (Results 1 – 7 of 7) sorted by relevance

/net/bridge/
Dbr_mrp_switchdev.c68 u8 max_miss, u32 period, in br_mrp_switchdev_send_ring_test() argument
77 .period = period, in br_mrp_switchdev_send_ring_test()
152 u32 interval, u8 max_miss, u32 period) in br_mrp_switchdev_send_in_test() argument
160 .period = period, in br_mrp_switchdev_send_in_test()
Dbr_private_mrp.h73 u32 interval, u8 max_miss, u32 period,
84 u32 interval, u8 max_miss, u32 period);
Dbr_mrp.c667 test->max_miss, test->period, in br_mrp_start_test()
672 mrp->test_end = jiffies + usecs_to_jiffies(test->period); in br_mrp_start_test()
803 in_test->max_miss, in_test->period)) in br_mrp_start_in_test()
807 mrp->in_test_end = jiffies + usecs_to_jiffies(in_test->period); in br_mrp_start_in_test()
Dbr_mrp_netlink.c231 test.period = nla_get_u32(tb[IFLA_BRIDGE_MRP_START_TEST_PERIOD]); in br_mrp_start_test_parse()
351 test.period = nla_get_u32(tb[IFLA_BRIDGE_MRP_START_IN_TEST_PERIOD]); in br_mrp_start_in_test_parse()
/net/ceph/
Dstriper.c265 u64 period = (u64)l->stripe_count * l->object_size; in ceph_get_num_objects() local
266 u64 num_periods = DIV64_U64_ROUND_UP(size, period); in ceph_get_num_objects()
270 div64_u64_rem(size, period, &remainder_bytes); in ceph_get_num_objects()
/net/ipv4/
Dtcp.c362 int period = timeout; in secs_to_retrans() local
365 while (seconds > period && res < 255) { in secs_to_retrans()
370 period += timeout; in secs_to_retrans()
379 int period = 0; in retrans_to_secs() local
382 period = timeout; in retrans_to_secs()
387 period += timeout; in retrans_to_secs()
390 return period; in retrans_to_secs()
/net/sched/
Dsch_hfsc.c1344 xstats.period = cl->cl_vtperiod; in hfsc_dump_class_stats()