Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 201) sorted by relevance

123456789

/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c52 static struct config { struct
53 aeEventLoop *el;
54 const char *hostip;
55 int hostport;
56 const char *hostsocket;
57 int numclients;
58 int liveclients;
82 } config; argument
H A Dredis-cli.c186 char *hostip;
187 int hostport;
189 long repeat;
190 long interval;
191 int dbnum;
192 int interactive;
193 int shutdown;
203 int slave_mode;
204 int pipe_mode;
207 int stat_mode;
[all …]
/f-stack/dpdk/app/test/
H A Dtest_lpm6.c126 struct rte_lpm6_config config; in test0() local
168 struct rte_lpm6_config config; in test1() local
200 struct rte_lpm6_config config; in test2() local
229 struct rte_lpm6_config config; in test3() local
250 struct rte_lpm6_config config; in test4() local
289 struct rte_lpm6_config config; in test5() local
327 struct rte_lpm6_config config; in test6() local
365 struct rte_lpm6_config config; in test7() local
403 struct rte_lpm6_config config; in test8() local
442 struct rte_lpm6_config config; in test9() local
[all …]
H A Dtest_lpm.c87 struct rte_lpm_config config; in test0() local
119 struct rte_lpm_config config; in test1() local
148 struct rte_lpm_config config; in test2() local
169 struct rte_lpm_config config; in test3() local
207 struct rte_lpm_config config; in test4() local
246 struct rte_lpm_config config; in test5() local
280 struct rte_lpm_config config; in test6() local
319 struct rte_lpm_config config; in test7() local
370 struct rte_lpm_config config; in test8() local
455 struct rte_lpm_config config; in test9() local
[all …]
H A Dtest_rib.c36 struct rte_rib_conf config; in test_create_invalid() local
74 struct rte_rib_conf config; in test_multiple_create() local
99 struct rte_rib_conf config; in test_free_null() local
120 struct rte_rib_conf config; in test_insert_invalid() local
163 struct rte_rib_conf config; in test_get_fn() local
243 struct rte_rib_conf config; in test_basic() local
298 struct rte_rib_conf config; in test_tree_traversal() local
H A Dtest_rib6.c36 struct rte_rib6_conf config; in test_create_invalid() local
74 struct rte_rib6_conf config; in test_multiple_create() local
99 struct rte_rib6_conf config; in test_free_null() local
121 struct rte_rib6_conf config; in test_insert_invalid() local
164 struct rte_rib6_conf config; in test_get_fn() local
245 struct rte_rib6_conf config; in test_basic() local
301 struct rte_rib6_conf config; in test_tree_traversal() local
H A Dtest_ipsec_sad.c43 struct rte_ipsec_sad_conf config; in test_create_invalid() local
88 struct rte_ipsec_sad_conf config; in test_find_existing() local
126 struct rte_ipsec_sad_conf config; in test_multiple_create() local
146 struct rte_ipsec_sad_conf config; in __test_add_invalid() local
221 struct rte_ipsec_sad_conf config; in __test_delete_invalid() local
280 struct rte_ipsec_sad_conf config; in __test_lookup_invalid() local
340 struct rte_ipsec_sad_conf config; in __test_lookup_basic() local
419 struct rte_ipsec_sad_conf config; in __test_lookup_adv() local
683 struct rte_ipsec_sad_conf config; in __test_lookup_order() local
H A Dtest_fib6.c38 struct rte_fib6_conf config; in test_create_invalid() local
96 struct rte_fib6_conf config; in test_multiple_create() local
122 struct rte_fib6_conf config; in test_free_null() local
145 struct rte_fib6_conf config; in test_add_del_invalid() local
336 struct rte_fib6_conf config; in test_lookup() local
H A Dtest_fib.c36 struct rte_fib_conf config; in test_create_invalid() local
94 struct rte_fib_conf config; in test_multiple_create() local
120 struct rte_fib_conf config; in test_free_null() local
142 struct rte_fib_conf config; in test_add_del_invalid() local
318 struct rte_fib_conf config; in test_lookup() local
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c22 struct config { struct
23 enum connection_type type;
25 struct {
29 } tcp;
31 struct {
33 } unix_sock;
94 static redisContext *connect(struct config config) { in connect()
386 static void test_blocking_connection(struct config config) { in test_blocking_connection()
510 static void test_blocking_io_errors(struct config config) { in test_blocking_io_errors()
561 static void test_invalid_timeout_errors(struct config config) { in test_invalid_timeout_errors()
[all …]
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_selftest.c42 struct rte_event_dev_config config = {0}; in init() local
274 struct rte_event_dev_config config = {0}; in test_single_link() local
395 struct rte_event_dev_config config = {0}; in test_info_get() local
470 struct rte_event_dev_config config = {0}; in test_reconfiguration_link() local
797 struct rte_event_dev_config config = {0}; in test_load_balanced_traffic() local
921 struct rte_event_dev_config config = {0}; in test_directed_traffic() local
1054 struct rte_event_dev_config config = {0}; in test_deferred_sched() local
1215 struct rte_event_dev_config config = {0}; in test_delayed_pop() local
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c43 struct rte_event_dev_config config = {0}; in init() local
284 struct rte_event_dev_config config = {0}; in test_single_link() local
414 struct rte_event_dev_config config = {0}; in test_info_get() local
493 struct rte_event_dev_config config = {0}; in test_reconfiguration_link() local
820 struct rte_event_dev_config config = {0}; in test_load_balanced_traffic() local
944 struct rte_event_dev_config config = {0}; in test_directed_traffic() local
1077 struct rte_event_dev_config config = {0}; in test_deferred_sched() local
1230 struct rte_event_dev_config config = {0}; in test_delayed_pop() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-npi.c148 cvmx_sli_portx_pkind_t config; in __cvmx_helper_npi_enable() local
162 cvmx_sli_tx_pipe_t config; in __cvmx_helper_npi_enable() local
H A Dcvmx-pko.c290 cvmx_pko_mem_iqueue_ptrs_t config; in __cvmx_pko_iport_config() local
487 cvmx_pko_mem_iport_ptrs_t config; in __cvmx_pko_port_map_o68() local
571 cvmx_pko_reg_cmd_buf_t config; in cvmx_pko_initialize_global() local
735 cvmx_pko_mem_iqueue_ptrs_t config; in cvmx_pko_shutdown() local
746 cvmx_pko_mem_queue_ptrs_t config; in cvmx_pko_shutdown() local
793 cvmx_pko_mem_queue_ptrs_t config; in cvmx_pko_config_port() local
/f-stack/app/redis-5.0.5/tests/support/
H A Dserver.tcl27 proc kill_server config { argument
83 proc is_alive config { argument
/f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c397 zfs_key_config_load(pam_handle_t *pamh, zfs_key_config_t *config, in zfs_key_config_load()
447 zfs_key_config_free(zfs_key_config_t *config) in zfs_key_config_free()
482 zfs_key_config_get_dataset(zfs_key_config_t *config) in zfs_key_config_get_dataset()
522 zfs_key_config_t *config, int delta) in zfs_key_config_modify_session_counter()
626 zfs_key_config_t config; in pam_sm_chauthtok() local
705 zfs_key_config_t config; in pam_sm_open_session() local
759 zfs_key_config_t config; in pam_sm_close_session() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.c572 const struct mlx5_dev_config *config) in mlx5_flow_ipool_create()
733 const struct mlx5_dev_config *config) in mlx5_alloc_rxtx_uars()
878 const struct mlx5_dev_config *config) in mlx5_alloc_shared_dev_ctx()
1445 struct mlx5_dev_config *config = opaque; in mlx5_args_check() local
1601 mlx5_args(struct mlx5_dev_config *config, struct rte_devargs *devargs) in mlx5_args()
1689 struct mlx5_dev_config *config) in mlx5_set_min_inline()
1881 struct mlx5_dev_config *config) in mlx5_dev_check_sibling_config()
H A Dmlx5_ethdev.c257 struct mlx5_dev_config *config = &priv->config; in mlx5_set_txlimit_params() local
293 struct mlx5_dev_config *config = &priv->config; in mlx5_dev_infos_get() local
602 struct mlx5_dev_config *config = &priv->config; in mlx5_hairpin_cap_get() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c80 nvlist_t *config; in spa_generate_rootconf() local
192 nvlist_t *config, *nvtop; in spa_import_rootpool() local
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c108 nvlist_t *config; in namespace_reload() local
234 nvlist_t *config, *features; in zpool_get_features() local
269 nvlist_t *config; in zpool_refresh_stats() local
H A Dlibzfs_import.c71 refresh_config(libzfs_handle_t *hdl, nvlist_t *config) in refresh_config()
169 nvlist_t *config; in zpool_clear_label() local
303 nvlist_t *config; in zpool_in_use() local
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c182 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() local
269 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() local
308 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() local
380 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() local
626 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() local
671 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init() local
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c272 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() local
359 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() local
398 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() local
472 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() local
884 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() local
969 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init() local
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_pool_os.c98 read_efi_label(nvlist_t *config, diskaddr_t *sb) in read_efi_label()
128 find_start_block(nvlist_t *config) in find_start_block()
/f-stack/dpdk/devtools/
H A Dtest-meson-builds.sh95 config () # <dir> <builddir> <meson options> function

123456789