Searched refs:period (Results 1 – 7 of 7) sorted by relevance
/net/bridge/ |
D | br_mrp_switchdev.c | 68 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()
|
D | br_private_mrp.h | 73 u32 interval, u8 max_miss, u32 period, 84 u32 interval, u8 max_miss, u32 period);
|
D | br_mrp.c | 667 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()
|
D | br_mrp_netlink.c | 231 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/ |
D | striper.c | 265 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/ |
D | tcp.c | 362 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/ |
D | sch_hfsc.c | 1344 xstats.period = cl->cl_vtperiod; in hfsc_dump_class_stats()
|