Home
last modified time | relevance | path

Searched refs:hash_sub (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dftrace.c6455 * hash_sub - substracts @b from @a and returns the result in hash_sub()
6461 static struct ftrace_hash *hash_sub(struct ftrace_hash *a, struct ftrace_hash *b) in hash_sub()
6538 new_filter_hash = hash_sub(old_filter_hash, hash); in update_ftrace_direct_del()
6542 new_direct_functions = hash_sub(direct_functions, hash); in update_ftrace_direct_del()
6438 static struct ftrace_hash *hash_sub(struct ftrace_hash *a, struct ftrace_hash *b) hash_sub() function