Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dposix_timers.c62 static int check_diff(struct timeval start, struct timeval end) in check_diff() function
130 if (!check_diff(start, end)) in check_itimer()
183 if (!check_diff(start, end)) in check_timer_create()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/simplediff/
H A D__init__.py169 def check_diff(old, new): function