Home
last modified time | relevance | path

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

/net/bridge/
Dbr_mrp_switchdev.c103 u32 interval, u8 max_miss, u32 period, in br_mrp_switchdev_send_ring_test() argument
112 .period = period, in br_mrp_switchdev_send_ring_test()
197 u32 interval, u8 max_miss, u32 period) in br_mrp_switchdev_send_in_test() argument
205 .period = period, in br_mrp_switchdev_send_in_test()
Dbr_cfm.c279 mep->cc_ccm_tx_info.period = 0; in ccm_tx_work_expired()
779 if (mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx()
785 usecs_to_jiffies(tx_info->period * 1000000); in br_cfm_cc_ccm_tx()
789 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx()
793 if (tx_info->period != 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx()
798 usecs_to_jiffies(tx_info->period * 1000000); in br_cfm_cc_ccm_tx()
803 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx()
811 mep->ccm_tx_end = jiffies + usecs_to_jiffies(tx_info->period * 1000000); in br_cfm_cc_ccm_tx()
Dbr_private_mrp.h91 u32 interval, u8 max_miss, u32 period,
104 u32 interval, u8 max_miss, u32 period);
Dbr_mrp.c715 test->max_miss, test->period, in br_mrp_start_test()
724 mrp->test_end = jiffies + usecs_to_jiffies(test->period); in br_mrp_start_test()
857 in_test->period); in br_mrp_start_in_test()
865 mrp->in_test_end = jiffies + usecs_to_jiffies(in_test->period); in br_mrp_start_in_test()
Dbr_private_cfm.h76 u32 period; member
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()
Dbr_cfm_netlink.c370 tx_info.period = nla_get_u32(tb[IFLA_BRIDGE_CFM_CC_CCM_TX_PERIOD]); in br_cc_ccm_tx_parse()
566 mep->cc_ccm_tx_info.period)) in br_cfm_config_fill_info()
/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.c364 int period = timeout; in secs_to_retrans() local
367 while (seconds > period && res < 255) { in secs_to_retrans()
372 period += timeout; in secs_to_retrans()
381 int period = 0; in retrans_to_secs() local
384 period = timeout; in retrans_to_secs()
389 period += timeout; in retrans_to_secs()
392 return period; in retrans_to_secs()
/net/sched/
Dsch_hfsc.c1341 xstats.period = cl->cl_vtperiod; in hfsc_dump_class_stats()