Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py21 def check_skip(self, suite): member in GccSelfTestBase
119 self.check_skip("libssp")
125 self.check_skip("libitm")
162 self.check_skip("libssp")
169 self.check_skip("libitm")
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimens.h30 static inline bool check_skip(int clockid) in check_skip() function
H A Dtimerfd.c31 if (check_skip(clockid)) in run_test()
H A Dtimer.c25 if (check_skip(clockid)) in run_test()
H A Dclock_nanosleep.c57 if (errno == EINVAL && check_skip(clockid)) in run_test()
H A Dtimens.c94 if (check_skip(clocks[clock_index].id)) in test_gettime()
/openbmc/linux/lib/xz/
H A Dxz_dec_stream.c370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() function
663 else if (!check_skip(s, b)) { in dec_main()
/openbmc/linux/fs/btrfs/
H A Dctree.c1601 bool check_skip = true; in unlock_up() local
1609 if (check_skip) { in unlock_up()
1627 check_skip = false; in unlock_up()