Searched refs:STATIC_CALL_SITE_INIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dstatic_call_types.h25 #define STATIC_CALL_SITE_INIT 2UL /* init section */ macro
/linux-master/tools/include/linux/
H A Dstatic_call_types.h25 #define STATIC_CALL_SITE_INIT 2UL /* init section */ macro
/linux-master/kernel/
H A Dstatic_call_inline.c62 return __static_call_key(site) & STATIC_CALL_SITE_INIT;
72 site->key = (__static_call_key(site) | STATIC_CALL_SITE_INIT) -

Completed in 123 milliseconds