Searched refs:static_call_mod (Results 1 – 4 of 4) sorted by relevance
66 struct static_call_mod *mods;84 #define static_call_mod(name) __raw_static_call(name) macro87 #define static_call_mod(name) __static_call(name) macro
165 struct static_call_mod { struct166 struct static_call_mod *next; argument
104 static_call_mod(might_resched)(); in might_resched()
2071 return static_call_mod(cond_resched)(); in _cond_resched()