Home
last modified time | relevance | path

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

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