Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Dstatic-keys.txt131 static_branch_inc(&key);
135 Thus, 'static_branch_inc()' means 'make the branch true', and
139 static_branch_inc(), will change the branch back to true. Likewise, if the
140 key is initialized false, a 'static_branch_inc()', will change the branch to
/linux-4.4.14/include/linux/
Djump_label.h367 #define static_branch_inc(x) static_key_slow_inc(&(x)->key) macro