Searched refs:tst_kvercmp2 (Results 1 – 4 of 4) sorted by relevance
/external/ltp/include/ |
D | tst_kvercmp.h | 70 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers);
|
/external/ltp/lib/ |
D | tst_kvercmp.c | 145 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2() function
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify04.c | 113 if (tst_kvercmp2(2, 6, 25, kvers) >= 0) { in verify_inotify()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 643 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers); 653 The second function 'tst_kvercmp2()' allows for specifying per-vendor table of
|