Searched refs:tp_funcs (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/kernel/ |
D | tracepoint.c | 224 static void tracepoint_update_call(struct tracepoint *tp, struct tracepoint_func *tp_funcs, bool sy… in tracepoint_update_call() argument 232 if (!tp_funcs[1].func) { in tracepoint_update_call() 233 func = tp_funcs[0].func; in tracepoint_update_call() 253 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local 262 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_add_func() 264 old = func_add(&tp_funcs, func, prio); in tracepoint_add_func() 276 rcu_assign_pointer(tp->funcs, tp_funcs); in tracepoint_add_func() 277 tracepoint_update_call(tp, tp_funcs, false); in tracepoint_add_func() 293 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func() local 295 tp_funcs = rcu_dereference_protected(tp->funcs, in tracepoint_remove_func() [all …]
|