Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Dstatic-keys.txt133 static_branch_dec(&key);
136 'static_branch_dec()' means 'make the branch false' with appropriate
138 static_branch_dec(), will switch the branch to false. And a subsequent
141 true. And then a 'static_branch_dec()', will again make the branch false.
/linux-4.4.14/include/linux/
Djump_label.h368 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro