Searched refs:test_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/btrfs/tests/ |
D | btrfs-tests.c | 33 static struct file_system_type test_type = { variable 54 ret = register_filesystem(&test_type); in btrfs_init_test_fs() 60 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs() 63 unregister_filesystem(&test_type); in btrfs_init_test_fs() 72 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
|
/linux-4.19.296/lib/ |
D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 17 test_type { \
|
D | test_bpf.c | 6585 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local 6591 switch (test_type) { in generate_filter() 6650 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local 6652 switch (test_type) { in release_filter()
|
/linux-4.19.296/crypto/ |
D | testmgr.c | 270 enum hash_test test_type, const int align_offset) in __test_hash() argument 341 switch (test_type) { in __test_hash() 418 if (test_type) in __test_hash() 578 unsigned int tcount, enum hash_test test_type) in test_hash() argument 583 ret = __test_hash(tfm, template, tcount, test_type, 0); in test_hash() 588 ret = __test_hash(tfm, template, tcount, test_type, 1); in test_hash() 595 ret = __test_hash(tfm, template, tcount, test_type, in test_hash()
|