Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_connmark.c154 t.install = jiffies_to_clock_t(jiffies - ci->tcf_tm.install); in tcf_connmark_dump()
155 t.lastuse = jiffies_to_clock_t(jiffies - ci->tcf_tm.lastuse); in tcf_connmark_dump()
156 t.expires = jiffies_to_clock_t(ci->tcf_tm.expires); in tcf_connmark_dump()
Dact_simple.c151 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_simp_dump()
152 t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse); in tcf_simp_dump()
153 t.expires = jiffies_to_clock_t(d->tcf_tm.expires); in tcf_simp_dump()
Dact_gact.c168 t.install = jiffies_to_clock_t(jiffies - gact->tcf_tm.install); in tcf_gact_dump()
169 t.lastuse = jiffies_to_clock_t(jiffies - gact->tcf_tm.lastuse); in tcf_gact_dump()
170 t.expires = jiffies_to_clock_t(gact->tcf_tm.expires); in tcf_gact_dump()
Dact_skbedit.c163 t.install = jiffies_to_clock_t(jiffies - d->tcf_tm.install); in tcf_skbedit_dump()
164 t.lastuse = jiffies_to_clock_t(jiffies - d->tcf_tm.lastuse); in tcf_skbedit_dump()
165 t.expires = jiffies_to_clock_t(d->tcf_tm.expires); in tcf_skbedit_dump()
Dact_vlan.c171 t.install = jiffies_to_clock_t(jiffies - v->tcf_tm.install); in tcf_vlan_dump()
172 t.lastuse = jiffies_to_clock_t(jiffies - v->tcf_tm.lastuse); in tcf_vlan_dump()
173 t.expires = jiffies_to_clock_t(v->tcf_tm.expires); in tcf_vlan_dump()
Dact_mirred.c202 t.install = jiffies_to_clock_t(jiffies - m->tcf_tm.install); in tcf_mirred_dump()
203 t.lastuse = jiffies_to_clock_t(jiffies - m->tcf_tm.lastuse); in tcf_mirred_dump()
204 t.expires = jiffies_to_clock_t(m->tcf_tm.expires); in tcf_mirred_dump()
Dact_pedit.c203 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_pedit_dump()
204 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_pedit_dump()
205 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_pedit_dump()
Dact_nat.c270 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_nat_dump()
271 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_nat_dump()
272 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_nat_dump()
Dact_ipt.c248 tm.install = jiffies_to_clock_t(jiffies - ipt->tcf_tm.install); in tcf_ipt_dump()
249 tm.lastuse = jiffies_to_clock_t(jiffies - ipt->tcf_tm.lastuse); in tcf_ipt_dump()
250 tm.expires = jiffies_to_clock_t(ipt->tcf_tm.expires); in tcf_ipt_dump()
Dact_bpf.c147 tm.install = jiffies_to_clock_t(jiffies - prog->tcf_tm.install); in tcf_bpf_dump()
148 tm.lastuse = jiffies_to_clock_t(jiffies - prog->tcf_tm.lastuse); in tcf_bpf_dump()
149 tm.expires = jiffies_to_clock_t(prog->tcf_tm.expires); in tcf_bpf_dump()
Dact_csum.c548 t.install = jiffies_to_clock_t(jiffies - p->tcf_tm.install); in tcf_csum_dump()
549 t.lastuse = jiffies_to_clock_t(jiffies - p->tcf_tm.lastuse); in tcf_csum_dump()
550 t.expires = jiffies_to_clock_t(p->tcf_tm.expires); in tcf_csum_dump()
/linux-4.1.27/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()
501 jiffies_to_clock_t(br->multicast_last_member_interval)); in multicast_last_member_interval_show()
523 jiffies_to_clock_t(br->multicast_membership_interval)); in multicast_membership_interval_show()
546 jiffies_to_clock_t(br->multicast_querier_interval)); in multicast_querier_interval_show()
569 jiffies_to_clock_t(br->multicast_query_interval)); in multicast_query_interval_show()
592 jiffies_to_clock_t(br->multicast_query_response_interval)); in multicast_query_response_interval_show()
615 jiffies_to_clock_t(br->multicast_startup_query_interval)); in multicast_startup_query_interval_show()
Dbr_ioctl.c134 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
135 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl()
139 b.bridge_forward_delay = jiffies_to_clock_t(br->bridge_forward_delay); in old_dev_ioctl()
145 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in old_dev_ioctl()
Dbr_netlink.c815 u32 forward_delay = jiffies_to_clock_t(br->forward_delay); in br_fill_info()
816 u32 hello_time = jiffies_to_clock_t(br->hello_time); in br_fill_info()
817 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
818 u32 ageing_time = jiffies_to_clock_t(br->ageing_time); in br_fill_info()
Dbr_fdb.c626 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in fdb_fill_info()
628 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in fdb_fill_info()
/linux-4.1.27/include/linux/
Djiffies.h300 extern clock_t jiffies_to_clock_t(unsigned long x);
303 return jiffies_to_clock_t(max(0L, delta)); in jiffies_delta_to_clock_t()
/linux-4.1.27/include/asm-generic/
Dcputime_jiffies.h66 jiffies_to_clock_t(cputime_to_jiffies(__ct))
/linux-4.1.27/kernel/time/
Dtime.c650 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t() function
662 EXPORT_SYMBOL(jiffies_to_clock_t);
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c1670 jiffies_to_clock_t(ttd), in get_openreq6()
1726 jiffies_to_clock_t(icsk->icsk_rto), in get_tcp6_sock()
1727 jiffies_to_clock_t(icsk->icsk_ack.ato), in get_tcp6_sock()
Daddrconf.c2342 expires = jiffies_to_clock_t(rt_expires); in addrconf_prefix_rcv()
2610 expires = jiffies_to_clock_t(timeout * HZ); in inet6_addr_add()
4043 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.1.27/block/
Dscsi_ioctl.c72 return jiffies_to_clock_t(q->sg_timeout); in sg_get_timeout()
/linux-4.1.27/net/core/
Dneighbour.c2175 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info()
2176 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
2177 ci.ndm_updated = jiffies_to_clock_t(now - neigh->updated); in neigh_fill_info()
Drtnetlink.c716 clock = jiffies_to_clock_t(abs(expires)); in rtnl_put_cacheinfo()
/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c2237 jiffies_to_clock_t(icsk->icsk_rto), in get_tcp4_sock()
2238 jiffies_to_clock_t(icsk->icsk_ack.ato), in get_tcp4_sock()
/linux-4.1.27/drivers/net/
Dvxlan.c358 ci.ndm_used = jiffies_to_clock_t(now - fdb->used); in vxlan_fdb_info()
360 ci.ndm_updated = jiffies_to_clock_t(now - fdb->updated); in vxlan_fdb_info()
/linux-4.1.27/kernel/
Dsysctl.c2460 *lvalp = jiffies_to_clock_t(lval); in do_proc_dointvec_userhz_jiffies_conv()