Symbol: time_before
crypto/openssl/test/radix/quic_tests.c
145
time_before = ossl_time_now();
crypto/openssl/test/radix/quic_tests.c
162
if (i == 3 && !TEST_uint64_t_ge(ossl_time2ms(ossl_time_subtract(time_after, time_before)), 100))
crypto/openssl/test/radix/quic_tests.c
91
OSSL_TIME time_before, time_after;
sys/compat/linuxkpi/common/include/linux/jiffies.h
55
#define time_is_before_jiffies(a) time_before(a, jiffies)
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
211
} while (time_before(jiffies, issue_time + (8 * HZ)));
sys/dev/mlx4/mlx4_core/mlx4_catas.c
140
while (time_before(jiffies, end)) {
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2306
while (time_before(jiffies, end)) {
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
314
while (comm_pending(dev) && time_before(jiffies, end))
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
389
while (comm_pending(dev) && time_before(jiffies, end))
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
616
while (cmd_pending(dev) && time_before(jiffies, end)) {
sys/dev/mlx4/mlx4_core/mlx4_main.c
1931
while (time_before(jiffies, end)) {
sys/dev/mlx4/mlx4_core/mlx4_reset.c
109
} while (time_before(jiffies, end));
sys/dev/mlx4/mlx4_core/mlx4_reset.c
132
} while (time_before(jiffies, end));
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
262
} while (time_before(jiffies, poll_end));
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
238
time_before(now, fc_stats->next_bulk_query_alloc))
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
297
if (time_before(now, fc_stats->next_query) ||
sys/dev/mthca/mthca_cmd.c
241
while (go_bit(dev) && time_before(jiffies, end)) {
sys/dev/mthca/mthca_cmd.c
357
while (go_bit(dev) && time_before(jiffies, end)) {
sys/dev/thunderbolt/tb_pcib.c
408
} while (time_before(jiffies, end));