Searched refs:static_branch_dec (Results 1 – 2 of 2) sorted by relevance
133 static_branch_dec(&key);136 'static_branch_dec()' means 'make the branch false' with appropriate138 static_branch_dec(), will switch the branch to false. And a subsequent141 true. And then a 'static_branch_dec()', will again make the branch false.
368 #define static_branch_dec(x) static_key_slow_dec(&(x)->key) macro