/linux-4.1.27/net/sched/ |
D | act_connmark.c | 154 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()
|
D | act_simple.c | 151 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()
|
D | act_gact.c | 168 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()
|
D | act_skbedit.c | 163 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()
|
D | act_vlan.c | 171 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()
|
D | act_mirred.c | 202 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()
|
D | act_pedit.c | 203 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()
|
D | act_nat.c | 270 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()
|
D | act_ipt.c | 248 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()
|
D | act_bpf.c | 147 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()
|
D | act_csum.c | 548 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/ |
D | br_sysfs_br.c | 56 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()
|
D | br_ioctl.c | 134 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()
|
D | br_netlink.c | 815 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()
|
D | br_fdb.c | 626 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/ |
D | jiffies.h | 300 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/ |
D | cputime_jiffies.h | 66 jiffies_to_clock_t(cputime_to_jiffies(__ct))
|
/linux-4.1.27/kernel/time/ |
D | time.c | 650 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/ |
D | tcp_ipv6.c | 1670 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()
|
D | addrconf.c | 2342 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()
|
D | mcast.c | 2678 jiffies_to_clock_t(im->mca_timer.expires-jiffies) : 0); in igmp6_mc_seq_show()
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 72 return jiffies_to_clock_t(q->sg_timeout); in sg_get_timeout()
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 2175 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()
|
D | rtnetlink.c | 716 clock = jiffies_to_clock_t(abs(expires)); in rtnl_put_cacheinfo()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_ipv4.c | 2237 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/ |
D | vxlan.c | 358 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/ |
D | sysctl.c | 2460 *lvalp = jiffies_to_clock_t(lval); in do_proc_dointvec_userhz_jiffies_conv()
|