Searched refs:test_struct (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/kcsan/
H A Dkcsan_test.c306 } test_struct; variable in typeref:struct:__anon2204
432 kcsan_check_write(&test_struct, sizeof(test_struct));
434 test_struct.val[3]++; /* induce value change */
440 test_struct.val[3] = 42;
445 kcsan_check_read(&test_struct.val[3], 0);
492 long *flag = &test_struct.val[0]; \
880 { test_kernel_write_struct, &test_struct, sizeof(test_struct), KCSAN_ACCESS_WRITE },
881 { test_kernel_write_struct, &test_struct, sizeo
[all...]
/linux-master/drivers/misc/
H A Dkgdbts.c164 struct test_struct { struct
173 struct test_struct *tst;
547 static struct test_struct plant_and_detach_test[] = {
558 static struct test_struct sw_breakpoint_test[] = {
574 static struct test_struct bad_read_test[] = {
592 static struct test_struct singlestep_break_test[] = {
613 static struct test_struct do_kernel_clone_test[] = {
631 static struct test_struct sys_open_test[] = {
649 static struct test_struct hw_breakpoint_test[] = {
664 static struct test_struct hw_write_break_tes
[all...]
/linux-master/lib/
H A Dtest_memcat_p.c11 struct test_struct { struct
24 struct test_struct **in0, **in1, **out, **p;
H A Dlist-test.c547 struct list_test_struct test_struct; local
549 KUNIT_EXPECT_PTR_EQ(test, &test_struct, list_entry(&(test_struct.list),
1008 struct hlist_test_struct test_struct; local
1010 KUNIT_EXPECT_PTR_EQ(test, &test_struct,
1011 hlist_entry(&(test_struct.list),
1017 struct hlist_test_struct test_struct; local
1019 KUNIT_EXPECT_PTR_EQ(test, &test_struct,
1020 hlist_entry_safe(&(test_struct.list),

Completed in 111 milliseconds