Searched refs:__initdata (Results 1 – 11 of 11) sorted by relevance
46 static struct xbc_node *xbc_nodes __initdata; variable47 static int xbc_node_num __initdata; variable48 static char *xbc_data __initdata; variable49 static size_t xbc_data_size __initdata; variable50 static struct xbc_node *last_parent __initdata; variable51 static const char *xbc_err_msg __initdata; variable52 static int xbc_err_pos __initdata; variable53 static int open_brace[XBC_DEPTH_MAX] __initdata;54 static int brace_index __initdata; variable
29 static DECLARE_BITMAP(bitmap, BITMAP_LEN) __initdata;30 static DECLARE_BITMAP(bitmap2, BITMAP_LEN) __initdata;54 static DECLARE_BITMAP(cp, BITMAP_LEN) __initdata; in test_find_first_and_bit()
42 static unsigned total_tests __initdata; variable43 static unsigned failed_tests __initdata; variable
64 static unsigned total_tests __initdata; variable65 static unsigned failed_tests __initdata; variable
57 static volatile __always_used unsigned long tmp __initdata; in test_fns() local
46 static bool __stack_depot_early_init_requested __initdata = IS_ENABLED(CONFIG_STACKDEPOT_ALWAYS_INI…47 static bool __stack_depot_early_init_passed __initdata; variable
203 static struct plist_node __initdata test_node[241];
72 static struct debug_obj obj_static_pool[ODEBUG_POOL_SIZE] __initdata;1330 static __initdata struct self_test obj = { .static_init = 0 };
23 static char pbl_buffer[PAGE_SIZE] __initdata;24 static char print_buf[PAGE_SIZE * 2] __initdata;
1382 static __initdata int ddebug_init_success;
75 static enum hash_pointers_policy hash_pointers_mode __initdata; variable
Completed in 55 milliseconds