OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_ret
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/syscalls/migrate_pages/
migrate_pages_common.c
36
int
check_ret
(long expected_ret)
function
/external/ltp/testcases/kernel/syscalls/readahead/
readahead01.c
54
static int
check_ret
(long expected_ret)
function
90
check_ret
(-1);
102
check_ret
(-1);
116
check_ret
(-1);
126
check_ret
(-1);
readahead02.c
77
static int
check_ret
(long expected_ret)
function
221
check_ret
(0);
/external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier_log.c
63
static void
check_ret
(int ret, int exp_errno)
function
96
check_ret
(ret, exp_errno);
128
check_ret
(ret, EINVAL);
Completed in 1432 milliseconds