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

/linux-master/kernel/trace/
H A Dftrace.c1062 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash) macro
1066 .local_hash.notrace_hash = EMPTY_HASH,
1067 .local_hash.filter_hash = EMPTY_HASH,
1261 if (!hash || hash == EMPTY_HASH)
1278 if (!hash || hash == EMPTY_HASH)
1436 return EMPTY_HASH;
1932 * - If the hash is EMPTY_HASH, it hits nothing
2050 return __ftrace_hash_update_ipmodify(ops, EMPTY_HASH, hash);
2061 __ftrace_hash_update_ipmodify(ops, hash, EMPTY_HASH);
2539 static struct ftrace_hash __rcu *direct_functions = EMPTY_HASH;
[all...]

Completed in 136 milliseconds