Searched refs:p_str (Results 1 – 2 of 2) sorted by relevance
63 @@ -711,3 +711,14 @@ str_replace_unprintable(struct mystr* p_str, char new_char)82 @@ -100,6 +100,7 @@ void str_replace_unprintable(struct mystr* p_str, char new_char);83 int str_atoi(const struct mystr* p_str);84 filesize_t str_a_to_filesize_t(const struct mystr* p_str);85 unsigned int str_octal_to_uint(const struct mystr* p_str);
30 #define VCPU_TP_PRINTK(p_str, p_args...) \ argument31 TP_printk("%02d[%016lx-%016lx]: " p_str, __entry->id, \