Searched refs:what2 (Results 1 – 2 of 2) sorted by relevance
12 unsigned int check_preemption_disabled(const char *what1, const char *what2) in check_preemption_disabled() argument45 what1, what2, preempt_count() - 1, current->comm, current->pid); in check_preemption_disabled()
17 def ConcatStrings(self, what1: 's', what2: 's') -> 's': # noqa: F82118 return what1 + what2