Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/linux/
Dstatic_call_types.h25 #define STATIC_CALL_SITE_INIT 2UL /* init section */ macro
/linux-5.19.10/include/linux/
Dstatic_call_types.h25 #define STATIC_CALL_SITE_INIT 2UL /* init section */ macro
/linux-5.19.10/kernel/
Dstatic_call_inline.c51 return __static_call_key(site) & STATIC_CALL_SITE_INIT; in static_call_is_init()
61 site->key = (__static_call_key(site) | STATIC_CALL_SITE_INIT) - in static_call_set_init()