Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/tests/fib_lookup/
H A Dfib_lookup.c58 #define CHUNK_SIZE 10000 macro
165 int tries = CHUNK_SIZE / sz; in run_test_inet_one_pass()
195 if (count < CHUNK_SIZE) in run_test_inet()
196 count = CHUNK_SIZE; in run_test_inet()
203 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) { in run_test_inet()
230 int tries = CHUNK_SIZE / sz; in run_test_inet6_one_pass()
260 if (count < CHUNK_SIZE) in run_test_inet6()
261 count = CHUNK_SIZE; in run_test_inet6()
268 for (int pass = 0; pass < count / CHUNK_SIZE; pass++) { in run_test_inet6()
373 for (int pass = 0; pass < CHUNK_SIZE / sz; pass++) { in run_test_inet_one_pass_random()
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_tlv.h39 #define CHUNK_SIZE 16 macro
40 #define CHUNKS(x) (((x) + CHUNK_SIZE - 1) / CHUNK_SIZE)
/freebsd/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c39 #define CHUNK_SIZE (128 * 1024) macro
118 if (llen > CHUNK_SIZE) in tools_char_llseek()
119 llen = CHUNK_SIZE; in tools_char_llseek()