Home
last modified time | relevance | path

Searched refs:val_l (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit03.c127 static int compare_u64_long(int resource, uint64_t val_u64, long val_l, in compare_u64_long() argument
130 if ((val_u64 > (uint64_t)RLIM_INFINITY_L && val_l != RLIM_INFINITY_L) || in compare_u64_long()
131 (val_u64 <= (uint64_t)RLIM_INFINITY_L && val_l != (long)val_u64)) { in compare_u64_long()
134 resource, kind, val_l); in compare_u64_long()

Completed in 1 milliseconds