Searched defs:__weak (Results 1 – 10 of 10) sorted by relevance
7 const volatile u64 __SCX_OPS_NAME_LEN __weak; variable10 const volatile u64 __SCX_SLICE_DFL __weak; variable13 const volatile u64 __SCX_SLICE_INF __weak; variable16 const volatile u64 __SCX_RQ_ONLINE __weak; variable25 const volatile u64 __SCX_RQ_BAL_KEEP __weak; variable49 const volatile u64 __SCX_DSQ_GLOBAL __weak; variable52 const volatile u64 __SCX_DSQ_LOCAL __weak; variable82 const volatile u64 __SCX_TASK_NONE __weak; variable85 const volatile u64 __SCX_TASK_INIT __weak; variable112 const volatile u64 __SCX_ENQ_HEAD __weak; variable[all …]
17 int input_bss_weak __weak; variable19 int input_data_weak __weak = 10; variable20 const volatile int input_rodata_weak __weak = 100; variable
17 int input_bss_weak __weak; variable19 int input_data_weak __weak = 20; variable20 const volatile int input_rodata_weak __weak = 200; variable
11 const volatile __u32 my_tid __weak; variable12 long syscall_id __weak; variable
11 const volatile int my_tid __weak; variable12 long syscall_id __weak; variable
15 #define __weak __attribute__((weak)) macro
142 # define __weak __attribute__((weak)) macro
250 int env_verbosity __weak = 0; variable
1198 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument1210 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument1216 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
61 #define __weak __attribute__((weak)) macro
Completed in 34 milliseconds