Home
last modified time | relevance | path

Searched refs:static_call_mod (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dstatic_call_types.h66 struct static_call_mod *mods;
84 #define static_call_mod(name) __raw_static_call(name) macro
87 #define static_call_mod(name) __static_call(name) macro
Dstatic_call.h165 struct static_call_mod { struct
166 struct static_call_mod *next; argument
Dkernel.h104 static_call_mod(might_resched)(); in might_resched()
Dsched.h2071 return static_call_mod(cond_resched)(); in _cond_resched()