Lines Matching refs:static_call_key
127 extern struct static_call_key STATIC_CALL_KEY(name); \
147 struct static_call_key { struct
157 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); argument
163 struct static_call_key STATIC_CALL_KEY(name) = { \
171 struct static_call_key STATIC_CALL_KEY(name) = { \
192 struct static_call_key { struct
198 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
205 struct static_call_key STATIC_CALL_KEY(name) = { \
214 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
239 struct static_call_key { struct
245 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
251 struct static_call_key STATIC_CALL_KEY(name) = { \
283 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()