Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c159 static inline int try_set(FILE *stream, int value);
260 static inline int try_set(FILE *stream, int value) in try_set() function
530 while (try_set(max_msgs, cur_max_msgs += 10)) in increase_limits()
533 while (try_set(max_msgsize, cur_max_msgsize += 1024)) in increase_limits()