Searched refs:while_for_each_ftrace_op (Results 1 – 3 of 3) sorted by relevance
416 } while_for_each_ftrace_op(op); in ftrace_update_pid_func() 1140 } while_for_each_ftrace_op(op); in ftrace_ops_trampoline() 2008 } while_for_each_ftrace_op(op); in ftrace_hash_rec_update_modify() 2499 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_any() 2517 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_any_other() 2528 while_for_each_ftrace_op(op) { in ftrace_find_tramp_ops_next() 2605 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_curr() 2620 } while_for_each_ftrace_op(op); in ftrace_find_tramp_ops_new() 2639 } while_for_each_ftrace_op(op); in ftrace_find_unique_ops() 5081 } while_for_each_ftrace_op(o in ftrace_ops_update_code() [all...]
458 } while_for_each_ftrace_op(ops); in set_ftrace_ops_ro()
490 #define while_for_each_ftrace_op(op) \ macro