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

/external/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd01.c103 * set_counter() - sets the count to specified value
112 static int set_counter(int fd, uint64_t val) function
184 ret = set_counter(fd, val);
202 ret = set_counter(fd, UINT64_MAX - 1);
300 ret = set_counter(fd, non_zero);
366 ret = set_counter(fd, non_max);
399 ret = set_counter(fd, UINT64_MAX - 1);
523 ret = set_counter(evfd, UINT64_MAX - 1);

Completed in 111 milliseconds