Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Djump_label.c183 bool true_branch = jump_label_get_branch_default(key); in jump_label_type() local
186 if ((!true_branch && state) || (true_branch && !state)) in jump_label_type()