Searched defs:test (Results 376 - 400 of 421) sorted by relevance

<<11121314151617

/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1274 struct igb_reg_test *test; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c953 static int run_options(struct sockmap_options *options, int cg_fd, int test) argument
1309 test_to_str(int test) argument
1376 __test_exec(int cgrp, int test, struct sockmap_options *opt) argument
1859 struct _test test[] = { variable in typeref:struct:_test
1987 int test = SELFTESTS; local
[all...]
H A Dxskxceiver.c127 static char *mode_string(struct test_spec *test) argument
141 static void report_failure(struct test_spec *test) argument
444 __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, struct ifobject *ifobj_rx) argument
504 test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, struct ifobject *ifobj_rx, enum test_mode mode, const struct test_spec *test_to_run) argument
534 test_spec_reset(struct test_spec *test) argument
539 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) argument
549 test_spec_set_mtu(struct test_spec *test, int mtu) argument
602 pkt_stream_restore_default(struct test_spec *test) argument
730 pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) argument
753 pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) argument
759 pkt_stream_receive_half(struct test_spec *test) argument
773 pkt_stream_even_odd_sequence(struct test_spec *test) argument
874 pkt_stream_generate_custom(struct test_spec *test, struct pkt *pkts, u32 nb_pkts) argument
1091 __receive_pkts(struct test_spec *test, struct xsk_socket_info *xsk) argument
1211 all_packets_received(struct test_spec *test, struct xsk_socket_info *xsk, u32 sock_num, unsigned long *bitmap) argument
1230 receive_pkts(struct test_spec *test) argument
1417 all_packets_sent(struct test_spec *test, unsigned long *bitmap) argument
1422 send_pkts(struct test_spec *test, struct ifobject *ifobject) argument
1575 xsk_configure_socket(struct test_spec *test, struct ifobject *ifobject, struct xsk_umem_info *umem, bool tx) argument
1600 thread_common_ops_tx(struct test_spec *test, struct ifobject *ifobject) argument
1653 thread_common_ops(struct test_spec *test, struct ifobject *ifobject) argument
1695 struct test_spec *test = (struct test_spec *)arg; local
1718 struct test_spec *test = (struct test_spec *)arg; local
1768 xdp_prog_changed_rx(struct test_spec *test) argument
1775 xdp_prog_changed_tx(struct test_spec *test) argument
1805 xsk_attach_xdp_progs(struct test_spec *test, struct ifobject *ifobj_rx, struct ifobject *ifobj_tx) argument
1818 __testapp_validate_traffic(struct test_spec *test, struct ifobject *ifobj1, struct ifobject *ifobj2) argument
1890 testapp_validate_traffic(struct test_spec *test) argument
1913 testapp_validate_traffic_single_thread(struct test_spec *test, struct ifobject *ifobj) argument
1918 testapp_teardown(struct test_spec *test) argument
1943 testapp_bidirectional(struct test_spec *test) argument
1961 swap_xsk_resources(struct test_spec *test) argument
1979 testapp_xdp_prog_cleanup(struct test_spec *test) argument
1991 testapp_headroom(struct test_spec *test) argument
1997 testapp_stats_rx_dropped(struct test_spec *test) argument
2012 testapp_stats_tx_invalid_descs(struct test_spec *test) argument
2019 testapp_stats_rx_full(struct test_spec *test) argument
2030 testapp_stats_fill_empty(struct test_spec *test) argument
2040 testapp_send_receive_unaligned(struct test_spec *test) argument
2050 testapp_send_receive_unaligned_mb(struct test_spec *test) argument
2059 testapp_single_pkt(struct test_spec *test) argument
2067 testapp_send_receive_mb(struct test_spec *test) argument
2075 testapp_invalid_desc_mb(struct test_spec *test) argument
2115 testapp_invalid_desc(struct test_spec *test) argument
2160 testapp_xdp_drop(struct test_spec *test) argument
2172 testapp_xdp_metadata_copy(struct test_spec *test) argument
2199 testapp_xdp_shared_umem(struct test_spec *test) argument
2216 testapp_poll_txq_tmout(struct test_spec *test) argument
2225 testapp_poll_rxq_tmout(struct test_spec *test) argument
2231 testapp_too_many_frags(struct test_spec *test) argument
2335 testapp_send_receive(struct test_spec *test) argument
2340 testapp_send_receive_2k_frame(struct test_spec *test) argument
2348 testapp_poll_rx(struct test_spec *test) argument
2354 testapp_poll_tx(struct test_spec *test) argument
2360 testapp_aligned_inv_desc(struct test_spec *test) argument
2365 testapp_aligned_inv_desc_2k_frame(struct test_spec *test) argument
2372 testapp_unaligned_inv_desc(struct test_spec *test) argument
2379 testapp_unaligned_inv_desc_4001_frame(struct test_spec *test) argument
2399 testapp_aligned_inv_desc_mb(struct test_spec *test) argument
2404 testapp_unaligned_inv_desc_mb(struct test_spec *test) argument
2411 testapp_xdp_metadata(struct test_spec *test) argument
2416 testapp_xdp_metadata_mb(struct test_spec *test) argument
2422 testapp_hw_sw_min_ring_size(struct test_spec *test) argument
2442 testapp_hw_sw_max_ring_size(struct test_spec *test) argument
2466 run_pkt_test(struct test_spec *test) argument
2590 struct test_spec test; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c794 static const char *dtime_cnt_str(int test, int cnt) argument
803 static const char *dtime_err_str(int test, int cnt) argument
[all...]
/linux-master/include/linux/
H A Dmodule.h60 int (*test)(struct module *); member in struct:module_attribute
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c252 static bool guest_prepare(struct test_desc *test) argument
266 static void guest_test_check(struct test_desc *test) argument
278 static void guest_code(struct test_desc *test) argument
366 struct test_desc *test = p->test_desc; local
387 free_uffd(struct test_desc *test, struct uffd_desc *pt_uffd, struct uffd_desc *data_uffd) argument
540 setup_abort_handlers(struct kvm_vm *vm, struct kvm_vcpu *vcpu, struct test_desc *test) argument
621 setup_default_handlers(struct test_desc *test) argument
630 check_event_counts(struct test_desc *test) argument
639 struct test_desc *test = p->test_desc; local
656 vcpu_run_loop(struct kvm_vm *vm, struct kvm_vcpu *vcpu, struct test_desc *test) argument
700 struct test_desc *test = p->test_desc; local
[all...]
/linux-master/kernel/sched/
H A Drt.c1547 bool test; local
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c814 struct auth_domain *test; local
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.h196 struct cyttsp4_test *test; member in struct:cyttsp4_sysinfo_ptr
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c946 pcnet32_ethtool_test(struct net_device *dev, struct ethtool_test *test, u64 * data) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c5441 ath9k_hw_ar9300_set_txpower(struct ath_hw *ah, struct ath9k_channel *chan, u16 cfgCtl, u8 twiceAntennaReduction, u8 powerLimit, bool test) argument
H A Dhw.c2976 void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test) argument
2954 ath9k_hw_apply_txpower(struct ath_hw *ah, struct ath9k_channel *chan, bool test) argument
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2110 int qlcnic_diag_alloc_res(struct net_device *netdev, int test) argument
H A Dqlcnic_83xx_hw.c1396 static int qlcnic_83xx_diag_alloc_res(struct net_device *netdev, int test, argument
[all...]
/linux-master/drivers/parport/
H A Dparport_pc.c2337 int test; local
/linux-master/drivers/mmc/core/
H A Dmmc_test.c178 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) argument
189 mmc_test_prepare_sbc(struct mmc_test_card *test, struct mmc_request *mrq, unsigned int blocks) argument
209 mmc_test_prepare_mrq(struct mmc_test_card *test, struct mmc_request *mrq, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) argument
258 mmc_test_wait_busy(struct mmc_test_card *test) argument
289 mmc_test_buffer_transfer(struct mmc_test_card *test, u8 *buffer, unsigned addr, unsigned blksz, int write) argument
533 mmc_test_save_transfer_result(struct mmc_test_card *test, unsigned int count, unsigned int sectors, struct timespec64 ts, unsigned int rate, unsigned int iops) argument
558 mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, struct timespec64 *ts1, struct timespec64 *ts2) argument
582 mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, unsigned int count, struct timespec64 *ts1, struct timespec64 *ts2) argument
626 __mmc_test_prepare(struct mmc_test_card *test, int write, int val) argument
650 mmc_test_prepare_write(struct mmc_test_card *test) argument
655 mmc_test_prepare_read(struct mmc_test_card *test) argument
660 mmc_test_cleanup(struct mmc_test_card *test) argument
672 mmc_test_prepare_broken_mrq(struct mmc_test_card *test, struct mmc_request *mrq, int write) argument
691 mmc_test_check_result(struct mmc_test_card *test, struct mmc_request *mrq) argument
722 mmc_test_check_broken_result(struct mmc_test_card *test, struct mmc_request *mrq) argument
790 mmc_test_start_areq(struct mmc_test_card *test, struct mmc_request *mrq, struct mmc_request *prev_mrq) argument
825 mmc_test_nonblock_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write, int count) argument
873 mmc_test_simple_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) argument
899 mmc_test_broken_transfer(struct mmc_test_card *test, unsigned blocks, unsigned blksz, int write) argument
930 mmc_test_transfer(struct mmc_test_card *test, struct scatterlist *sg, unsigned sg_len, unsigned dev_addr, unsigned blocks, unsigned blksz, int write) argument
1009 mmc_test_basic_write(struct mmc_test_card *test) argument
1023 mmc_test_basic_read(struct mmc_test_card *test) argument
1037 mmc_test_verify_write(struct mmc_test_card *test) argument
1046 mmc_test_verify_read(struct mmc_test_card *test) argument
1055 mmc_test_multi_write(struct mmc_test_card *test) argument
1076 mmc_test_multi_read(struct mmc_test_card *test) argument
1097 mmc_test_pow2_write(struct mmc_test_card *test) argument
1115 mmc_test_pow2_read(struct mmc_test_card *test) argument
1133 mmc_test_weird_write(struct mmc_test_card *test) argument
1151 mmc_test_weird_read(struct mmc_test_card *test) argument
1169 mmc_test_align_write(struct mmc_test_card *test) argument
1184 mmc_test_align_read(struct mmc_test_card *test) argument
1199 mmc_test_align_multi_write(struct mmc_test_card *test) argument
1226 mmc_test_align_multi_read(struct mmc_test_card *test) argument
1253 mmc_test_xfersize_write(struct mmc_test_card *test) argument
1264 mmc_test_xfersize_read(struct mmc_test_card *test) argument
1275 mmc_test_multi_xfersize_write(struct mmc_test_card *test) argument
1289 mmc_test_multi_xfersize_read(struct mmc_test_card *test) argument
1305 mmc_test_write_high(struct mmc_test_card *test) argument
1315 mmc_test_read_high(struct mmc_test_card *test) argument
1325 mmc_test_multi_write_high(struct mmc_test_card *test) argument
1347 mmc_test_multi_read_high(struct mmc_test_card *test) argument
1371 mmc_test_no_highmem(struct mmc_test_card *test) argument
1383 mmc_test_area_map(struct mmc_test_card *test, unsigned long sz, int max_scatter, int min_sg_len, bool nonblock) argument
1425 mmc_test_area_transfer(struct mmc_test_card *test, unsigned int dev_addr, int write) argument
1437 mmc_test_area_io_seq(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed, int count, bool nonblock, int min_sg_len) argument
1488 mmc_test_area_io(struct mmc_test_card *test, unsigned long sz, unsigned int dev_addr, int write, int max_scatter, int timed) argument
1499 mmc_test_area_fill(struct mmc_test_card *test) argument
1509 mmc_test_area_erase(struct mmc_test_card *test) argument
1523 mmc_test_area_cleanup(struct mmc_test_card *test) argument
1541 mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
1620 mmc_test_area_prepare(struct mmc_test_card *test) argument
1628 mmc_test_area_prepare_erase(struct mmc_test_card *test) argument
1636 mmc_test_area_prepare_fill(struct mmc_test_card *test) argument
1649 mmc_test_best_performance(struct mmc_test_card *test, int write, int max_scatter) argument
1661 mmc_test_best_read_performance(struct mmc_test_card *test) argument
1669 mmc_test_best_write_performance(struct mmc_test_card *test) argument
1677 mmc_test_best_read_perf_max_scatter(struct mmc_test_card *test) argument
1685 mmc_test_best_write_perf_max_scatter(struct mmc_test_card *test) argument
1693 mmc_test_profile_read_perf(struct mmc_test_card *test) argument
1714 mmc_test_profile_write_perf(struct mmc_test_card *test) argument
1741 mmc_test_profile_trim_perf(struct mmc_test_card *test) argument
1774 mmc_test_seq_read_perf(struct mmc_test_card *test, unsigned long sz) argument
1798 mmc_test_profile_seq_read_perf(struct mmc_test_card *test) argument
1813 mmc_test_seq_write_perf(struct mmc_test_card *test, unsigned long sz) argument
1840 mmc_test_profile_seq_write_perf(struct mmc_test_card *test) argument
1858 mmc_test_profile_seq_trim_perf(struct mmc_test_card *test) argument
1906 mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, unsigned long sz, int secs, int force_retuning) argument
1943 mmc_test_random_perf(struct mmc_test_card *test, int write) argument
1978 mmc_test_retuning(struct mmc_test_card *test) argument
1992 mmc_test_random_read_perf(struct mmc_test_card *test) argument
2000 mmc_test_random_write_perf(struct mmc_test_card *test) argument
2005 mmc_test_seq_perf(struct mmc_test_card *test, int write, unsigned int tot_sz, int max_scatter) argument
2052 mmc_test_large_seq_perf(struct mmc_test_card *test, int write) argument
2078 mmc_test_large_seq_read_perf(struct mmc_test_card *test) argument
2086 mmc_test_large_seq_write_perf(struct mmc_test_card *test) argument
2091 mmc_test_rw_multiple(struct mmc_test_card *test, struct mmc_test_multiple_rw *tdata, unsigned int reqsize, unsigned int size, int min_sg_len) argument
2141 mmc_test_rw_multiple_size(struct mmc_test_card *test, struct mmc_test_multiple_rw *rw) argument
2163 mmc_test_rw_multiple_sg_len(struct mmc_test_card *test, struct mmc_test_multiple_rw *rw) argument
2181 mmc_test_profile_mult_write_blocking_perf(struct mmc_test_card *test) argument
2200 mmc_test_profile_mult_write_nonblock_perf(struct mmc_test_card *test) argument
2219 mmc_test_profile_mult_read_blocking_perf(struct mmc_test_card *test) argument
2238 mmc_test_profile_mult_read_nonblock_perf(struct mmc_test_card *test) argument
2257 mmc_test_profile_sglen_wr_blocking_perf(struct mmc_test_card *test) argument
2276 mmc_test_profile_sglen_wr_nonblock_perf(struct mmc_test_card *test) argument
2295 mmc_test_profile_sglen_r_blocking_perf(struct mmc_test_card *test) argument
2314 mmc_test_profile_sglen_r_nonblock_perf(struct mmc_test_card *test) argument
2333 mmc_test_reset(struct mmc_test_card *test) argument
2354 mmc_test_send_status(struct mmc_test_card *test, struct mmc_command *cmd) argument
2367 mmc_test_ongoing_transfer(struct mmc_test_card *test, unsigned int dev_addr, int use_sbc, int repeat_cmd, int write, int use_areq) argument
2481 __mmc_test_cmds_during_tfr(struct mmc_test_card *test, unsigned long sz, int use_sbc, int write, int use_areq) argument
2504 mmc_test_cmds_during_tfr(struct mmc_test_card *test, int use_sbc, int write, int use_areq) argument
2523 mmc_test_cmds_during_read(struct mmc_test_card *test) argument
2531 mmc_test_cmds_during_write(struct mmc_test_card *test) argument
2539 mmc_test_cmds_during_read_cmd23(struct mmc_test_card *test) argument
2547 mmc_test_cmds_during_write_cmd23(struct mmc_test_card *test) argument
2555 mmc_test_cmds_during_read_cmd23_nonblock(struct mmc_test_card *test) argument
2563 mmc_test_cmds_during_write_cmd23_nonblock(struct mmc_test_card *test) argument
2951 mmc_test_run(struct mmc_test_card *test, int testcase) argument
3105 struct mmc_test_card *test; local
[all...]
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1110 int ret, test; local
[all...]
/linux-master/sound/usb/
H A Dmixer.c1298 int saved, test, check; local
/linux-master/drivers/net/can/
H A Dkvaser_pciefd.c853 u32 mode, test, btrn; local
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1555 static int iwl_trans_pcie_d3_suspend(struct iwl_trans *trans, bool test, argument
1492 iwl_pcie_d3_complete_suspend(struct iwl_trans *trans, bool test, bool reset) argument
1574 iwl_trans_pcie_d3_resume(struct iwl_trans *trans, enum iwl_d3_status *status, bool test, bool reset) argument
/linux-master/crypto/
H A Dtestmgr.c142 int (*test)(const struct alg_test_desc *desc, const char *driver, member in struct:alg_test_desc
3794 drbg_cavs_test(const struct drbg_testvec *test, int pr, const char *driver, u32 type, u32 mask) argument
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.h696 struct wl1271_cmd_test_header test; member in struct:wl1271_cmd_cal_p2g
/linux-master/fs/btrfs/
H A Dioctl.c1548 struct btrfs_key test; local
1580 struct btrfs_key test; local
[all...]
/linux-master/drivers/usb/dwc2/
H A Dgadget.c4313 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) argument
/linux-master/net/ethtool/
H A Dioctl.c1980 struct ethtool_test test; local

Completed in 599 milliseconds

<<11121314151617