Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dsmp_processor_id.c12 unsigned int check_preemption_disabled(const char *what1, const char *what2) in check_preemption_disabled() argument
45 what1, what2, preempt_count() - 1, current->comm, current->pid); in check_preemption_disabled()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_dbus_next.py17 def ConcatStrings(self, what1: 's', what2: 's') -> 's': # noqa: F821
18 return what1 + what2