Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c1059 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash) macro
1063 .local_hash.notrace_hash = EMPTY_HASH,
1064 .local_hash.filter_hash = EMPTY_HASH,
1258 if (!hash || hash == EMPTY_HASH) in free_ftrace_hash()
1275 if (!hash || hash == EMPTY_HASH) in free_ftrace_hash_rcu()
1433 return EMPTY_HASH; in __ftrace_hash_move()
2046 return __ftrace_hash_update_ipmodify(ops, EMPTY_HASH, hash); in ftrace_hash_ipmodify_enable()
2057 __ftrace_hash_update_ipmodify(ops, hash, EMPTY_HASH); in ftrace_hash_ipmodify_disable()
2535 static struct ftrace_hash __rcu *direct_functions = EMPTY_HASH;
3386 if (!hash || hash == EMPTY_HASH) in t_probe_next()
[all …]