| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 814 struct auth_domain *test; in svcauth_gss_register_pseudoflavor() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4324 struct btf_raw_test *test = &raw_tests[test_num - 1]; do_test_raw() local 4448 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; test_big_btf_info() local 4531 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; test_btf_id() local 4654 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; do_test_get_info() local 4750 const struct btf_file_test *test = &file_tests[test_num - 1]; do_test_file() local 5383 const struct btf_raw_test *test = &pprint_test_template[test_num]; do_test_pprint() local 6460 test_get_finfo(const struct prog_info_raw_test *test, int prog_fd) test_get_finfo() argument 6541 test_get_linfo(const struct prog_info_raw_test *test, const void *patched_linfo, __u32 cnt, int prog_fd) test_get_linfo() argument 6761 const struct prog_info_raw_test *test = &info_raw_tests[test_num - 1]; do_test_info_raw() local 8005 struct btf_dedup_test *test = &dedup_tests[test_num - 1]; do_test_dedup() local [all...] |
| H A D | tc_redirect.c | 794 static const char *dtime_cnt_str(int test, int cnt) in dtime_cnt_str() argument 803 static const char *dtime_err_str(int test, int cnt) in dtime_err_str() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| H A D | maple.c | 62 struct rcu_test_struct2 *test; member 34321 rcu_reader_register(struct rcu_test_struct2 *test) rcu_reader_register() argument 34330 rcu_reader_setup(struct rcu_reader_struct *reader, unsigned int id, struct rcu_test_struct2 *test) rcu_reader_setup() argument 34346 struct rcu_test_struct2 *test = reader->test; rcu_reader_fwd() local 34456 struct rcu_test_struct2 *test = reader->test; rcu_reader_rev() local 34586 rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) rcu_stress_rev() argument 34645 rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) rcu_stress_fwd() argument 34718 struct rcu_test_struct2 test; rcu_stress() local 34819 eval_rcu_entry(struct rcu_test_struct *test, void *entry, bool *update_2, bool *update_3) eval_rcu_entry() argument 34856 struct rcu_test_struct *test = (struct rcu_test_struct *)ptr; rcu_val() local 34885 struct rcu_test_struct *test = (struct rcu_test_struct *)ptr; rcu_loop() local 34966 struct rcu_test_struct3 *test = ptr; rcu_slot_store_reader() local 34989 struct rcu_test_struct3 test = {.stop = false, .mt = mt}; run_check_rcu_slot_store() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 228 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result() argument 284 static void dump_test_log(const struct prog_test_def *test, in dump_test_log() argument 407 struct prog_test_def *test = env.test; test__end_subtest() local 432 struct prog_test_def *test = env.test; test__start_subtest() local 537 bpf_find_map(const char *test, struct bpf_object *obj, const char *name) bpf_find_map() argument 1074 struct prog_test_def *test = &prog_test_defs[test_num]; run_one_test() local 1193 struct prog_test_def *test; dispatch_thread() local 1330 struct prog_test_def *test = &prog_test_defs[i]; calculate_summary_and_print_errors() local 1413 struct prog_test_def *test = &prog_test_defs[i]; server_main() local 1541 struct prog_test_def *test = &prog_test_defs[test_to_run]; worker_main() local 1672 struct prog_test_def *test = &prog_test_defs[i]; main() local 1732 struct prog_test_def *test = &prog_test_defs[i]; main() local [all...] |
| H A D | test_verifier.c | 787 load_btf_for_test(struct bpf_test *test) load_btf_for_test() argument 1009 do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, struct bpf_insn *prog, int *map_fds, int *fd_array) do_test_fixup() argument 1505 check_xlated_program(struct bpf_test *test, int fd_prog) check_xlated_program() argument 1554 do_test_single(struct bpf_test *test, bool unpriv, int *passes, int *errors) do_test_single() argument 1782 test_as_unpriv(struct bpf_test *test) test_as_unpriv() argument 1813 struct bpf_test *test = &tests[i]; do_test() local [all...] |
| H A D | xskxceiver.c | 119 static char *mode_string(struct test_spec *test) in mode_string() argument 133 static void report_failure(struct test_spec *test) in report_failure() argument 381 __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, struct ifobject *ifobj_rx) __test_spec_init() argument 429 test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, enum test_mode mode) test_spec_init() argument 456 test_spec_reset(struct test_spec *test) test_spec_reset() argument 461 test_spec_set_name(struct test_spec *test, const char *name) test_spec_set_name() argument 466 test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, struct bpf_program *xdp_prog_tx, struct bpf_map *xskmap_rx, struct bpf_map *xskmap_tx) test_spec_set_xdp_prog() argument 476 test_spec_set_mtu(struct test_spec *test, int mtu) test_spec_set_mtu() argument 527 pkt_stream_restore_default(struct test_spec *test) pkt_stream_restore_default() argument 641 pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) pkt_stream_replace() argument 665 pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) pkt_stream_replace_half() argument 671 pkt_stream_receive_half(struct test_spec *test) pkt_stream_receive_half() argument 760 pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) pkt_stream_generate_custom() argument 967 receive_pkts(struct test_spec *test, struct pollfd *fds) receive_pkts() argument 1216 send_pkts(struct test_spec *test, struct ifobject *ifobject) send_pkts() argument 1351 xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, struct xsk_umem_info *umem, bool tx) xsk_configure_socket() argument 1376 thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) thread_common_ops_tx() argument 1429 thread_common_ops(struct test_spec *test, struct ifobject *ifobject) thread_common_ops() argument 1467 struct test_spec *test = (struct test_spec *)arg; worker_testapp_validate_tx() local 1492 struct test_spec *test = (struct test_spec *)arg; worker_testapp_validate_rx() local 1545 xdp_prog_changed_rx(struct test_spec *test) xdp_prog_changed_rx() argument 1552 xdp_prog_changed_tx(struct test_spec *test) xdp_prog_changed_tx() argument 1582 xsk_attach_xdp_progs(struct test_spec *test, struct ifobject *ifobj_rx, struct ifobject *ifobj_tx) xsk_attach_xdp_progs() argument 1595 __testapp_validate_traffic(struct test_spec *test, struct ifobject *ifobj1, struct ifobject *ifobj2) __testapp_validate_traffic() argument 1661 testapp_validate_traffic(struct test_spec *test) testapp_validate_traffic() argument 1676 testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj) testapp_validate_traffic_single_thread() argument 1681 testapp_teardown(struct test_spec *test) testapp_teardown() argument 1707 testapp_bidi(struct test_spec *test) testapp_bidi() argument 1740 testapp_bpf_res(struct test_spec *test) testapp_bpf_res() argument 1752 testapp_headroom(struct test_spec *test) testapp_headroom() argument 1759 testapp_stats_rx_dropped(struct test_spec *test) testapp_stats_rx_dropped() argument 1775 testapp_stats_tx_invalid_descs(struct test_spec *test) testapp_stats_tx_invalid_descs() argument 1783 testapp_stats_rx_full(struct test_spec *test) testapp_stats_rx_full() argument 1796 testapp_stats_fill_empty(struct test_spec *test) testapp_stats_fill_empty() argument 1808 testapp_unaligned(struct test_spec *test) testapp_unaligned() argument 1819 testapp_unaligned_mb(struct test_spec *test) testapp_unaligned_mb() argument 1829 testapp_single_pkt(struct test_spec *test) testapp_single_pkt() argument 1837 testapp_multi_buffer(struct test_spec *test) testapp_multi_buffer() argument 1846 testapp_invalid_desc_mb(struct test_spec *test) testapp_invalid_desc_mb() argument 1886 testapp_invalid_desc(struct test_spec *test) testapp_invalid_desc() argument 1931 testapp_xdp_drop(struct test_spec *test) testapp_xdp_drop() argument 1944 testapp_xdp_metadata_count(struct test_spec *test) testapp_xdp_metadata_count() argument 1967 testapp_poll_txq_tmout(struct test_spec *test) testapp_poll_txq_tmout() argument 1978 testapp_poll_rxq_tmout(struct test_spec *test) testapp_poll_rxq_tmout() argument 1985 testapp_too_many_frags(struct test_spec *test) testapp_too_many_frags() argument 2094 run_pkt_test(struct test_spec *test, enum test_mode mode, enum test_type type) run_pkt_test() argument 2300 struct test_spec test; main() local [all...] |
| H A D | test_sockmap.c | 953 static int run_options(struct sockmap_options *options, int cg_fd, int test) in run_options() argument 1309 test_to_str(int test) test_to_str() argument 1376 __test_exec(int cgrp, int test, struct sockmap_options *opt) __test_exec() argument 1859 struct _test test[] = { global() variable 1981 int test = SELFTESTS; main() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
| H A D | page_fault_test.c | 253 static bool guest_prepare(struct test_desc *test) in guest_prepare() argument 267 static void guest_test_check(struct test_desc *test) in guest_test_check() argument 279 static void guest_code(struct test_desc *test) in guest_code() argument 367 struct test_desc *test = p->test_desc; setup_uffd() local 388 free_uffd(struct test_desc *test, struct uffd_desc *pt_uffd, struct uffd_desc *data_uffd) free_uffd() argument 541 setup_abort_handlers(struct kvm_vm *vm, struct kvm_vcpu *vcpu, struct test_desc *test) setup_abort_handlers() argument 622 setup_default_handlers(struct test_desc *test) setup_default_handlers() argument 631 check_event_counts(struct test_desc *test) check_event_counts() argument 640 struct test_desc *test = p->test_desc; print_test_banner() local 657 vcpu_run_loop(struct kvm_vm *vm, struct kvm_vcpu *vcpu, struct test_desc *test) vcpu_run_loop() argument 701 struct test_desc *test = p->test_desc; run_test() local [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/isci/ |
| H A D | host.c | 1689 u8 test = oem->controller.ssc_sata_tx_spread_level; in sci_oem_parameters_validate() local
|
| /kernel/linux/linux-6.6/sound/sparc/ |
| H A D | cs4231.c | 1660 u32 test, csr; in sbus_dma_request() local 1691 u32 csr, test; in sbus_dma_prepare() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | otherstestndk.cpp | 297 void *test(void *p) { return nullptr; }
in test() function 599 void *test = nullptr;
in CndWait() local
|
| H A D | stdiondk1.cpp | 1212 char *test = getenv("test");
in Putenv_One() local [all...] |
| H A D | stdlibndk.cpp | 802 char test[] = "test";
in Getsubopt() local 986 std::string test = getenv("test");
in Unsetenv() local
|
| H A D | wcharndk.cpp | 475 const char *test = "musl test";
in Mbsnrtowcs() local 523 const char *test = "musl";
in Mbtowc() local 1788 char test[] = {'m', 'u', 's', 'l'}; Mbrlen() local [all...] |
| H A D | wcharndk1.cpp | 102 const char *test = "musl";
in Mbtowc_One() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 2740 TIntermLoop* TIntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, in addLoop() argument 2752 TIntermAggregate* TIntermediate::addForLoop(TIntermNode* body, TIntermNode* initializer, TIntermTyped* test, in addForLoop() argument
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp800.c | 1613 int test; in post_process_image_data() local [all...] |
| /third_party/backends/frontend/ |
| H A D | scanimage.c | 146 static int test; variable
|
| /third_party/cJSON/ |
| H A D | cJSON.c | 721 double test = 0.0; in print_number() local 795 double test = 0.0; in print_number() local
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 382 Create(const char* statement, Matcher<const std::string&> matcher, const char* file, int line, DeathTest** test) Create() argument 1440 Create(const char* statement, Matcher<const std::string&> matcher, const char* file, int line, DeathTest** test) Create() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | apicoll.cpp | 1797 static const char * const test[] in TestBounds() local [all...] |
| H A D | dtptngts.cpp | 803 DateTimePatternGenerator *test= DateTimePatternGenerator::createInstance(status); in testAPI() local [all...] |
| H A D | transrt.cpp | 439 void RTTest::test(const UnicodeString& sourceRangeVal, test() function in RTTest [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cucdtst.c | 1184 static const UChar32 test[][2]={ enumTypeRange() local [all...] |