Searched refs:static_branch_inc (Results 1 – 2 of 2) sorted by relevance
131 static_branch_inc(&key);135 Thus, 'static_branch_inc()' means 'make the branch true', and139 static_branch_inc(), will change the branch back to true. Likewise, if the140 key is initialized false, a 'static_branch_inc()', will change the branch to
367 #define static_branch_inc(x) static_key_slow_inc(&(x)->key) macro