Home
last modified time | relevance | path

Searched refs:IRQ_TEST_DATA_LEN (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crc/tests/
H A Dcrc_kunit.c145 #define IRQ_TEST_DATA_LEN 512 macro
166 &test_buffer[i * IRQ_TEST_DATA_LEN], in crc_irq_test_func()
167 IRQ_TEST_DATA_LEN); in crc_irq_test_func()
187 &test_buffer[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN); in crc_interrupt_context_test()
/linux/lib/crypto/tests/
H A Dhash-test-template.h320 #define IRQ_TEST_DATA_LEN 256 macro
339 HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, actual_hash); in hash_irq_test1_func()
352 rand_bytes(test_buf, IRQ_TEST_NUM_BUFFERS * IRQ_TEST_DATA_LEN); in test_hash_interrupt_context_1()
354 HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, in test_hash_interrupt_context_1()