Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 19 of 19) sorted by relevance

/linux/include/linux/
H A Dif_bridge.h182 clock_t br_get_ageing_time(const struct net_device *br_dev);
207 static inline clock_t br_get_ageing_time(const struct net_device *br_dev) in br_get_ageing_time()
H A Djiffies.h594 extern clock_t jiffies_to_clock_t(unsigned long x);
596 static inline clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
H A Dtypes.h76 typedef __kernel_clock_t clock_t; typedef
/linux/tools/testing/selftests/damon/
H A Daccess_memory.c14 clock_t start_clock; in main()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c24 static clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
41 static clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
H A Dbpf_iter_tcp6.c24 static clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
41 static clock_t jiffies_delta_to_clock_t(long delta) in jiffies_delta_to_clock_t()
/linux/tools/testing/selftests/timens/
H A Dgettime_perf.c47 static void test(clock_t clockid, char *clockstr, bool in_ns) in test()
H A Dtimerfd.c
/linux/tools/testing/selftests/net/
H A Dbind_bhash.c93 clock_t begin, end; in main()
/linux/net/dsa/
H A Dport.h43 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock);
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst180 ``NHA_RES_GROUP_IDLE_TIMER`` Idle timer in units of clock_t.
181 ``NHA_RES_GROUP_UNBALANCED_TIMER`` Unbalanced timer in units of clock_t.
194 of balance, in units of clock_t.
/linux/net/bridge/
H A Dbr_stp.c629 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time) in br_set_ageing_time()
648 clock_t br_get_ageing_time(const struct net_device *br_dev) in br_get_ageing_time()
H A Dbr_private.h2016 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time);
/linux/include/net/
H A Dswitchdev.h62 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
/linux/net/ipv6/
H A Daddrconf.c2872 clock_t expires = 0; in addrconf_prefix_rcv()
3014 struct ifa6_config *cfg, clock_t expires, u32 flags, in inet6_addr_add()
4853 struct ifa6_config *cfg, clock_t expires, in inet6_addr_modify()
4961 clock_t expires; in inet6_rtm_newaddr()
/linux/net/ipv4/
H A Dnexthop.c639 static clock_t nh_res_table_unbalanced_time(struct nh_res_table *res_table) in nh_res_table_unbalanced_time()
1135 static clock_t nh_res_bucket_idle_time(const struct nh_res_bucket *bucket) in nh_res_bucket_idle_time()
/linux/kernel/
H A Dsys.c1078 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
/linux/kernel/bpf/
H A Dhelpers.c1330 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c726 clock_t clock = times(&timebuf); in TEST_SIGNAL()