Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/nvdimm/
H A Dwatermark.h18 int x##_test(void) \
23 EXPORT_SYMBOL(x##_test)
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-selftest.c25 #define _test(cond, func, line, fmt, ...) do { \ macro
35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__)
36 #define test(cond) _test(cond, __func__, __LINE__, "")
/OK3568_Linux_fs/external/mpp/test/
H A DCMakeLists.txt7 set(test_name ${module}_test)
49 set(test_name ${module}_test)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A Drun-ptest3 for test in *_test; do
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A D.gitignore2 /*_test
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh43 ${current_test}_test "$target" "$should_fail"
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh45 ${current_test}_test "$target" "$should_fail"
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/test/
H A DCMakeLists.txt10 set(test_name ${module}_test)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_queue_stack_map.h30 int _test(struct __sk_buff *skb) in _test() function
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A DCMakeLists.txt7 set(test_name ${module}_test)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/leveldb/
H A Dleveldb_1.22.bb28 install -m 0755 ${B}/*_test ${D}${PTEST_PATH}
/OK3568_Linux_fs/external/mpp/osal/test/
H A DCMakeLists.txt7 set(test_name ${module}_test)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c151 struct _test { struct
184 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest()
1774 struct _test test[] = {
1790 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist()
1810 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist()
1841 for (i = 0; i < sizeof(test)/sizeof(struct _test); i++) { in __test_selftests()
1842 struct _test t = test[i]; in __test_selftests()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dbitmaps.rst20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstyle.rst93 Unless these tests are actually present, avoid using ``_test``, ``_unittest`` or
195 after the test suite, followed by ``_test``. If this is likely to conflict with
199 ``<suite>_test.c`` (or, as above, ``<suite>_kunit.c``). This file should be
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/cmocka/
H A Dcmocka_1.1.5.bb28 install -m 0755 ${B}/example/*_test ${D}/${datadir}/${BPN}/example
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dedd.c66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument
70 .test = _test, \
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
H A Dip_set_hash_gen.h272 #define mtype_test IPSET_TOKEN(MTYPE, _test)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dhas_xxx.hpp328 BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _test) \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1220 static const u32 _test[] = { in reg_pattern_test() local
1222 for (pat = 0; pat < ARRAY_SIZE(_test); pat++) { in reg_pattern_test()
1223 wr32(reg, (_test[pat] & write)); in reg_pattern_test()
1225 if (val != (_test[pat] & write & mask)) { in reg_pattern_test()
1228 reg, val, (_test[pat] & write & mask)); in reg_pattern_test()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dntb.rst203 NTB MSI Test Client (ntb\_msi\_test)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...