Home
last modified time | relevance | path

Searched refs:JUMP_TYPE_LINKED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Djump_label.c373 WARN_ON_ONCE(key->type & JUMP_TYPE_LINKED); in static_key_entries()
384 return key->type & JUMP_TYPE_LINKED; in static_key_linked()
389 key->type &= ~JUMP_TYPE_LINKED; in static_key_clear_linked()
394 key->type |= JUMP_TYPE_LINKED; in static_key_set_linked()
/openbmc/linux/include/linux/
H A Djump_label.h202 #define JUMP_TYPE_LINKED 2UL macro