Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h2272 static inline bool __is_good_name(const char *name, bool hash_ok) in __is_good_name() argument
2274 if (!isalpha(*name) && *name != '_' && (!hash_ok || *name != '-')) in __is_good_name()
2278 (!hash_ok || *name != '-')) in __is_good_name()