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
169 struct static_call_mod { struct170 struct static_call_mod *next; argument
61 static_call_mod(might_resched)(); in might_resched()
2070 return static_call_mod(cond_resched)(); in _cond_resched()
Completed in 20 milliseconds