Searched refs:removed_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace.c1031 static struct ftrace_ops *removed_ops; variable in typeref:struct:ftrace_ops
2445 if (removed_ops) {
2446 if (hash_contains_ip(ip, &removed_ops->old_hash))
2447 return removed_ops;
3107 removed_ops = ops;
3134 removed_ops = NULL;

Completed in 257 milliseconds