Searched refs:clock_t (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/damon/ |
| H A D | access_memory.c | 19 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/include/linux/ |
| H A D | jiffies.h | 626 extern clock_t jiffies_to_clock_t(unsigned long x); 628 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/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 | 94 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);
|
| H A D | port.c | 875 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock) in dsa_port_ageing_time()
|
| /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 | 641 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time) in br_set_ageing_time() 660 clock_t br_get_ageing_time(const struct net_device *br_dev) in br_get_ageing_time()
|
| H A D | br_private.h | 2047 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time);
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 2896 clock_t expires = 0; in addrconf_prefix_rcv() 3038 struct ifa6_config *cfg, clock_t expires, u32 flags, in inet6_addr_add() 4889 struct ifa6_config *cfg, clock_t expires, in inet6_addr_modify() 4997 clock_t expires; in inet6_rtm_newaddr()
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 638 static clock_t nh_res_table_unbalanced_time(struct nh_res_table *res_table) in nh_res_table_unbalanced_time() 1154 static clock_t nh_res_bucket_idle_time(const struct nh_res_bucket *bucket) in nh_res_bucket_idle_time()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 1396 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 741 clock_t clock = times(&timebuf); in TEST_SIGNAL()
|