Searched refs:exp1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test_bitmap.c | 19 #define EXP1_IN_BITS (sizeof(exp1) * 8) 26 static const unsigned long exp1[] __initconst = { 259 for_each_set_bit(bit, exp1, EXP1_IN_BITS) { in test_find_nth_bit() 260 b = find_nth_bit(exp1, EXP1_IN_BITS, cnt++); in test_find_nth_bit() 374 {0, "0", &exp1[0], 8, 0}, 375 {0, "1", &exp1[1 * step], 8, 0}, 376 {0, "0-15", &exp1[2 * step], 32, 0}, 377 {0, "16-31", &exp1[3 * step], 32, 0}, 378 {0, "0-31:1/2", &exp1[4 * step], 32, 0}, 379 {0, "1-31:1/2", &exp1[ [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 193 while ! check_table 1 exp1 $((retries == 0)); do 276 exp1=( 0 0 0 0 ) 305 exp1=( `mke 6081 2` 0 0 0 ) 312 exp1=( 0 0 0 0 ) 318 exp1=( `mke 6081 2` 0 0 0 ) 325 exp1=( 0 0 0 0 ) 405 exp1=( `mke 20000 2` 0 0 0 ) 409 exp1=( `mke 20000 2` `mke 20001 2` 0 0 ) 413 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` 0 ) 417 exp1 [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 193 while ! check_table 1 exp1 $((retries == 0)); do 276 exp1=( 0 0 0 0 ) 305 exp1=( `mke 6081 2` 0 0 0 ) 312 exp1=( 0 0 0 0 ) 318 exp1=( `mke 6081 2` 0 0 0 ) 325 exp1=( 0 0 0 0 ) 405 exp1=( `mke 20000 2` 0 0 0 ) 409 exp1=( `mke 20000 2` `mke 20001 2` 0 0 ) 413 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` 0 ) 417 exp1 [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_bitmap.c | 24 static const unsigned long exp1[] __initconst = { 314 {0, "0", &exp1[0], 8, 0}, 315 {0, "1", &exp1[1 * step], 8, 0}, 316 {0, "0-15", &exp1[2 * step], 32, 0}, 317 {0, "16-31", &exp1[3 * step], 32, 0}, 318 {0, "0-31:1/2", &exp1[4 * step], 32, 0}, 319 {0, "1-31:1/2", &exp1[5 * step], 32, 0}, 320 {0, "0-31:1/4", &exp1[6 * step], 32, 0}, 321 {0, "1-31:1/4", &exp1[7 * step], 32, 0}, 322 {0, "0-31:4/4", &exp1[ [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_tlb_flush.c | 184 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument 190 set_expected_val((void *)data->test_pages, exp1, WORKER_VCPU_ID_1); in post_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 1830 local exp1=$2 1837 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2" 1845 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then 1846 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"
|
Completed in 8 milliseconds