Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_stackinit.c352 #define test_structs(init) do { \ in test_stackinit_init() macro
361 test_structs(zero); in test_stackinit_init()
363 test_structs(dynamic_partial); in test_stackinit_init()
365 test_structs(static_partial); in test_stackinit_init()
366 test_structs(static_all); in test_stackinit_init()
367 test_structs(dynamic_all); in test_stackinit_init()
368 test_structs(runtime_partial); in test_stackinit_init()
369 test_structs(runtime_all); in test_stackinit_init()
377 test_structs(none); in test_stackinit_init()