Searched refs:static_call_key (Results 1 – 7 of 7) sorted by relevance
181 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);189 struct static_call_key STATIC_CALL_KEY(name) = { \197 struct static_call_key STATIC_CALL_KEY(name) = { \205 struct static_call_key STATIC_CALL_KEY(name) = { \236 struct static_call_key STATIC_CALL_KEY(name) = { \243 struct static_call_key STATIC_CALL_KEY(name) = { \250 struct static_call_key STATIC_CALL_KEY(name) = { \258 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()299 struct static_call_key STATIC_CALL_KEY(name) = { \337 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
14 struct static_call_key;35 struct static_call_key *static_call_key; member
38 extern struct static_call_key STATIC_CALL_KEY(name); \61 struct static_call_key { struct76 struct static_call_key { argument94 struct static_call_key { argument
52 struct static_call_key *key;
344 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \351 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \
1261 struct static_call_key *sc_key;
25 extern struct static_call_key STATIC_CALL_KEY(tp_func_##_name); \31 .static_call_key = &STATIC_CALL_KEY(tp_func_##_name), \