Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Djump_label.h201 #define JUMP_TYPE_TRUE 1UL macro
248 { .type = JUMP_TYPE_TRUE } }
/linux-6.6.21/kernel/
Djump_label.c379 return key->type & JUMP_TYPE_TRUE; in static_key_type()