Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch48 const std::clock_t timestamp1 = std::clock();
53 const std::clock_t timestamp2 = std::clock();
58 const std::clock_t timestamp3 = std::clock();
59 const std::clock_t time_fast = timestamp2 - timestamp1;
66 const std::clock_t timestamp1 = std::clock();
71 const std::clock_t timestamp2 = std::clock();
76 const std::clock_t timestamp3 = std::clock();
77 const std::clock_t time_fast = timestamp2 - timestamp1;
84 const std::clock_t timestamp1 = std::clock();
89 const std::clock_t timestamp2 = std::clock();
[all …]
/openbmc/linux/include/linux/
H A Dif_bridge.h184 clock_t br_get_ageing_time(const struct net_device *br_dev);
209 static inline clock_t br_get_ageing_time(const struct net_device *br_dev) in br_get_ageing_time()
H A Djiffies.h578 extern clock_t jiffies_to_clock_t(unsigned long x);
580 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
/openbmc/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()
/openbmc/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.c18 static int tclock_gettime(clock_t clockid, struct timespec *now) in tclock_gettime()
/openbmc/u-boot/include/linux/
H A Dtypes.h73 typedef __kernel_clock_t clock_t; typedef
/openbmc/linux/tools/testing/selftests/net/
H A Dbind_bhash.c93 clock_t begin, end; in main()
/openbmc/linux/net/dsa/
H A Dport.h43 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock);
H A Dport.c879 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock) in dsa_port_ageing_time()
/openbmc/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.
/openbmc/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.h1952 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time);
/openbmc/linux/include/net/
H A Dswitchdev.h62 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c725 clock_t start, tm; in serial_term_get_message()
H A Dserial_basic.c829 clock_t start, tm; in serial_bm_get_message()
/openbmc/linux/kernel/time/
H A Dtime.c662 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
/openbmc/linux/net/ipv4/
H A Dnexthop.c622 static clock_t nh_res_table_unbalanced_time(struct nh_res_table *res_table) in nh_res_table_unbalanced_time()
908 static clock_t nh_res_bucket_idle_time(const struct nh_res_bucket *bucket) in nh_res_bucket_idle_time()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1262 clock_t ageing_time; in ocelot_switchdev_sync()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1245 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()
/openbmc/linux/net/ipv6/
H A Daddrconf.c2823 clock_t expires = 0; in addrconf_prefix_rcv()
2971 clock_t expires; in inet6_addr_add()
4811 clock_t expires; in inet6_addr_modify()
/openbmc/linux/kernel/
H A Dsys.c1037 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c713 clock_t clock = times(&timebuf); in TEST_SIGNAL()

12