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

/linux-master/tools/testing/selftests/timens/
H A Dtimens.h30 static inline bool check_skip(int clockid) function
H A Dclock_nanosleep.c57 if (errno == EINVAL && check_skip(clockid))
H A Dtimer.c25 if (check_skip(clockid))
H A Dtimerfd.c31 if (check_skip(clockid))
H A Dtimens.c94 if (check_skip(clocks[clock_index].id))
/linux-master/lib/xz/
H A Dxz_dec_stream.c370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) function
663 else if (!check_skip(s, b)) {
/linux-master/fs/btrfs/
H A Dctree.c1445 bool check_skip = true; local
1453 if (check_skip) {
1471 check_skip = false;

Completed in 142 milliseconds