Searched refs:clock_t (Results 1 – 19 of 19) sorted by relevance
/linux/include/linux/ |
H A D | if_bridge.h | 182 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 D | jiffies.h | 594 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 D | types.h | 76 typedef __kernel_clock_t clock_t; typedef
|
/linux/tools/testing/selftests/damon/ |
H A D | access_memory.c | 14 clock_t start_clock; in main()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp4.c | 24 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 D | bpf_iter_tcp6.c | 24 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 D | gettime_perf.c | 47 static void test(clock_t clockid, char *clockstr, bool in_ns) in test()
|
H A D | timerfd.c |
|
/linux/tools/testing/selftests/net/ |
H A D | bind_bhash.c | 93 clock_t begin, end; in main()
|
/linux/net/dsa/ |
H A D | port.h | 43 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock);
|
/linux/Documentation/networking/ |
H A D | nexthop-group-resilient.rst | 180 ``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 D | br_stp.c | 629 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 D | br_private.h | 2016 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time);
|
/linux/include/net/ |
H A D | switchdev.h | 62 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
|
/linux/net/ipv6/ |
H A D | addrconf.c | 2872 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 D | nexthop.c | 639 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 D | sys.c | 1078 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 D | helpers.c | 1330 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 726 clock_t clock = times(&timebuf); in TEST_SIGNAL()
|