Home
last modified time | relevance | path

Searched refs:jiffies_to_clock_t (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/net/sched/
Dact_connmark.c160 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
161 t.lastuse = jiffies_to_clock_t(jiffies - ci->tcf_tm.lastuse); in tcf_connmark_dump()
162 t.expires = jiffies_to_clock_t(ci->tcf_tm.expires); in tcf_connmark_dump()
Dact_simple.c152 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_simp_dump()
153 t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse); in tcf_simp_dump()
154 t.expires = jiffies_to_clock_t(d->tcf_tm.expires); in tcf_simp_dump()
Dact_gact.c174 t.install = jiffies_to_clock_t(jiffies - gact->tcf_tm.install); in tcf_gact_dump()
175 t.lastuse = jiffies_to_clock_t(jiffies - gact->tcf_tm.lastuse); in tcf_gact_dump()
176 t.expires = jiffies_to_clock_t(gact->tcf_tm.expires); in tcf_gact_dump()
Dact_skbedit.c164 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_skbedit_dump()
165 t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse); in tcf_skbedit_dump()
166 t.expires = jiffies_to_clock_t(d->tcf_tm.expires); in tcf_skbedit_dump()
Dact_vlan.c172 t.install = jiffies_to_clock_t(jiffies - v->tcf_tm.install); in tcf_vlan_dump()
173 t.lastuse = jiffies_to_clock_t(jiffies - v->tcf_tm.lastuse); in tcf_vlan_dump()
174 t.expires = jiffies_to_clock_t(v->tcf_tm.expires); in tcf_vlan_dump()
Dact_pedit.c200 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_pedit_dump()
201 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_pedit_dump()
202 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_pedit_dump()
Dact_mirred.c212 t.install = jiffies_to_clock_t(jiffies - m->tcf_tm.install); in tcf_mirred_dump()
213 t.lastuse = jiffies_to_clock_t(jiffies - m->tcf_tm.lastuse); in tcf_mirred_dump()
214 t.expires = jiffies_to_clock_t(m->tcf_tm.expires); in tcf_mirred_dump()
Dact_nat.c272 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_nat_dump()
273 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_nat_dump()
274 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_nat_dump()
Dact_ipt.c249 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install); in tcf_ipt_dump()
250 tm.lastuse = jiffies_to_clock_t(jiffies - ipt->tcf_tm.lastuse); in tcf_ipt_dump()
251 tm.expires = jiffies_to_clock_t(ipt->tcf_tm.expires); in tcf_ipt_dump()
Dact_bpf.c153 tm.install = jiffies_to_clock_t(jiffies - prog->tcf_tm.install); in tcf_bpf_dump()
154 tm.lastuse = jiffies_to_clock_t(jiffies - prog->tcf_tm.lastuse); in tcf_bpf_dump()
155 tm.expires = jiffies_to_clock_t(prog->tcf_tm.expires); in tcf_bpf_dump()
Dact_csum.c549 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_csum_dump()
550 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_csum_dump()
551 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_csum_dump()
/linux-4.4.14/net/bridge/
Dbr_sysfs_br.c56 return sprintf(buf, "%lu\n", jiffies_to_clock_t(br->forward_delay)); in forward_delay_show()
71 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show()
86 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
100 return sprintf(buf, "%lu\n", jiffies_to_clock_t(br->ageing_time)); in ageing_time_show()
508 jiffies_to_clock_t(br->multicast_last_member_interval)); in multicast_last_member_interval_show()
530 jiffies_to_clock_t(br->multicast_membership_interval)); in multicast_membership_interval_show()
553 jiffies_to_clock_t(br->multicast_querier_interval)); in multicast_querier_interval_show()
576 jiffies_to_clock_t(br->multicast_query_interval)); in multicast_query_interval_show()
599 jiffies_to_clock_t(br->multicast_query_response_interval)); in multicast_query_response_interval_show()
622 jiffies_to_clock_t(br->multicast_startup_query_interval)); in multicast_startup_query_interval_show()
Dbr_ioctl.c135 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
136 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl()
140 b.bridge_forward_delay = jiffies_to_clock_t(br->bridge_forward_delay); in old_dev_ioctl()
146 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in old_dev_ioctl()
Dbr_netlink.c1123 u32 forward_delay = jiffies_to_clock_t(br->forward_delay); in br_fill_info()
1124 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info()
1125 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
1126 u32 ageing_time = jiffies_to_clock_t(br->ageing_time); in br_fill_info()
1185 clockval = jiffies_to_clock_t(br->multicast_last_member_interval); in br_fill_info()
1188 clockval = jiffies_to_clock_t(br->multicast_membership_interval); in br_fill_info()
1191 clockval = jiffies_to_clock_t(br->multicast_querier_interval); in br_fill_info()
1194 clockval = jiffies_to_clock_t(br->multicast_query_interval); in br_fill_info()
1197 clockval = jiffies_to_clock_t(br->multicast_query_response_interval); in br_fill_info()
1200 clockval = jiffies_to_clock_t(br->multicast_startup_query_interval); in br_fill_info()
Dbr_stp_if.c42 .u.ageing_time = jiffies_to_clock_t(p->br->ageing_time), in br_init_port()
Dbr_fdb.c656 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in fdb_fill_info()
658 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info()
/linux-4.4.14/include/linux/
Djiffies.h435 extern clock_t jiffies_to_clock_t(unsigned long x);
438 return jiffies_to_clock_t(max(0L, delta)); in jiffies_delta_to_clock_t()
/linux-4.4.14/include/asm-generic/
Dcputime_jiffies.h66 jiffies_to_clock_t(cputime_to_jiffies(__ct))
/linux-4.4.14/kernel/time/
Dtime.c629 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t() function
641 EXPORT_SYMBOL(jiffies_to_clock_t);
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c1682 jiffies_to_clock_t(ttd), in get_openreq6()
1752 jiffies_to_clock_t(icsk->icsk_rto), in get_tcp6_sock()
1753 jiffies_to_clock_t(icsk->icsk_ack.ato), in get_tcp6_sock()
Daddrconf.c2411 expires = jiffies_to_clock_t(rt_expires); in addrconf_prefix_rcv()
2679 expires = jiffies_to_clock_t(timeout * HZ); in inet6_addr_add()
4126 expires = jiffies_to_clock_t(timeout * HZ); in inet6_addr_modify()
Dmcast.c2678 jiffies_to_clock_t(im->mca_timer.expires-jiffies) : 0); in igmp6_mc_seq_show()
/linux-4.4.14/block/
Dscsi_ioctl.c72 return jiffies_to_clock_t(q->sg_timeout); in sg_get_timeout()
/linux-4.4.14/net/core/
Dneighbour.c2183 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info()
2184 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
2185 ci.ndm_updated = jiffies_to_clock_t(now - neigh->updated); in neigh_fill_info()
Drtnetlink.c723 clock = jiffies_to_clock_t(abs(expires)); in rtnl_put_cacheinfo()
/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c2208 jiffies_to_clock_t(icsk->icsk_rto), in get_tcp4_sock()
2209 jiffies_to_clock_t(icsk->icsk_ack.ato), in get_tcp4_sock()
/linux-4.4.14/drivers/net/
Dvxlan.c324 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in vxlan_fdb_info()
326 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in vxlan_fdb_info()
/linux-4.4.14/kernel/
Dsysctl.c2514 *lvalp = jiffies_to_clock_t(lval); in do_proc_dointvec_userhz_jiffies_conv()