/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | 0001-Silence-clang-warnings.patch | 48 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 D | if_bridge.h | 184 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 D | jiffies.h | 578 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 D | types.h | 76 typedef __kernel_clock_t clock_t; typedef
|
/openbmc/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()
|
/openbmc/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 | 18 static int tclock_gettime(clock_t clockid, struct timespec *now) in tclock_gettime()
|
/openbmc/u-boot/include/linux/ |
H A D | types.h | 73 typedef __kernel_clock_t clock_t; typedef
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | bind_bhash.c | 93 clock_t begin, end; in main()
|
/openbmc/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 | 879 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock) in dsa_port_ageing_time()
|
/openbmc/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.
|
/openbmc/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 | 1952 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time);
|
/openbmc/linux/include/net/ |
H A D | switchdev.h | 62 clock_t ageing_time; /* BRIDGE_AGEING_TIME */
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 725 clock_t start, tm; in serial_term_get_message()
|
H A D | serial_basic.c | 829 clock_t start, tm; in serial_bm_get_message()
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 662 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
|
/openbmc/linux/net/ipv4/ |
H A D | nexthop.c | 622 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 D | ocelot_net.c | 1262 clock_t ageing_time; in ocelot_switchdev_sync()
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 1245 clock_t clockid = flags & (MAX_CLOCKS - 1); in BPF_CALL_3()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 2823 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 D | sys.c | 1037 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 D | seccomp_bpf.c | 713 clock_t clock = times(&timebuf); in TEST_SIGNAL()
|