Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 164) sorted by relevance

1234567

/f-stack/dpdk/app/test-eventdev/
H A Devt_options.c20 evt_options_default(struct evt_options *opt) in evt_options_default()
48 evt_parse_nb_flows(struct evt_options *opt, const char *arg) in evt_parse_nb_flows()
58 evt_parse_dev_id(struct evt_options *opt, const char *arg) in evt_parse_dev_id()
113 evt_parse_timer_prod_type_burst(struct evt_options *opt, in evt_parse_timer_prod_type_burst()
122 evt_parse_test_name(struct evt_options *opt, const char *arg) in evt_parse_test_name()
129 evt_parse_socket_id(struct evt_options *opt, const char *arg) in evt_parse_socket_id()
145 evt_parse_nb_pkts(struct evt_options *opt, const char *arg) in evt_parse_nb_pkts()
209 evt_parse_pool_sz(struct evt_options *opt, const char *arg) in evt_parse_pool_sz()
241 evt_parse_mbuf_sz(struct evt_options *opt, const char *arg) in evt_parse_mbuf_sz()
368 evt_opts_parse_long(int opt_idx, struct evt_options *opt) in evt_opts_parse_long()
[all …]
H A Dtest_pipeline_common.c9 pipeline_test_result(struct evt_test *test, struct evt_options *opt) in pipeline_test_result()
29 pipeline_opt_dump(struct evt_options *opt, uint8_t nb_queues) in pipeline_opt_dump()
55 pipeline_launch_lcores(struct evt_test *test, struct evt_options *opt, in pipeline_launch_lcores()
106 pipeline_opt_check(struct evt_options *opt, uint64_t nb_queues) in pipeline_opt_check()
165 pipeline_ethdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_setup()
309 pipeline_event_rx_adapter_setup(struct evt_options *opt, uint8_t stride, in pipeline_event_rx_adapter_setup()
365 pipeline_event_tx_adapter_setup(struct evt_options *opt, in pipeline_event_tx_adapter_setup()
421 pipeline_ethdev_destroy(struct evt_test *test, struct evt_options *opt) in pipeline_ethdev_destroy()
444 pipeline_mempool_setup(struct evt_test *test, struct evt_options *opt) in pipeline_mempool_setup()
503 pipeline_test_setup(struct evt_test *test, struct evt_options *opt) in pipeline_test_setup()
[all …]
H A Dtest_order_common.c8 order_test_result(struct evt_test *test, struct evt_options *opt) in order_test_result()
21 struct evt_options *opt = t->opt; in order_producer() local
66 order_opt_check(struct evt_options *opt) in order_opt_check()
135 order_test_setup(struct evt_test *test, struct evt_options *opt) in order_test_setup()
207 order_test_destroy(struct evt_test *test, struct evt_options *opt) in order_test_destroy()
218 order_mempool_setup(struct evt_test *test, struct evt_options *opt) in order_mempool_setup()
235 order_mempool_destroy(struct evt_test *test, struct evt_options *opt) in order_mempool_destroy()
244 order_eventdev_destroy(struct evt_test *test, struct evt_options *opt) in order_eventdev_destroy()
253 order_opt_dump(struct evt_options *opt) in order_opt_dump()
262 order_launch_lcores(struct evt_test *test, struct evt_options *opt, in order_launch_lcores()
[all …]
H A Devt_options.h123 evt_has_invalid_stage(struct evt_options *opt) in evt_has_invalid_stage()
138 evt_has_invalid_sched_type(struct evt_options *opt) in evt_has_invalid_sched_type()
154 evt_dump_worker_lcores(struct evt_options *opt) in evt_dump_worker_lcores()
167 evt_dump_producer_lcores(struct evt_options *opt) in evt_dump_producer_lcores()
180 evt_dump_nb_flows(struct evt_options *opt) in evt_dump_nb_flows()
186 evt_dump_worker_dequeue_depth(struct evt_options *opt) in evt_dump_worker_dequeue_depth()
192 evt_dump_nb_stages(struct evt_options *opt) in evt_dump_nb_stages()
198 evt_dump_fwd_latency(struct evt_options *opt) in evt_dump_fwd_latency()
204 evt_dump_queue_priority(struct evt_options *opt) in evt_dump_queue_priority()
224 evt_dump_sched_type_list(struct evt_options *opt) in evt_dump_sched_type_list()
[all …]
H A Dtest_perf_atq.c10 atq_nb_event_queues(struct evt_options *opt) in atq_nb_event_queues()
129 struct evt_options *opt = w->t->opt; in worker_wrapper() local
148 perf_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_atq_launch_lcores()
154 perf_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_atq_eventdev_setup()
263 perf_atq_opt_dump(struct evt_options *opt) in perf_atq_opt_dump()
269 perf_atq_opt_check(struct evt_options *opt) in perf_atq_opt_check()
275 perf_atq_capability_check(struct evt_options *opt) in perf_atq_capability_check()
H A Dtest_perf_common.c8 perf_test_result(struct evt_test *test, struct evt_options *opt) in perf_test_result()
34 struct evt_options *opt = t->opt; in perf_producer() local
84 struct evt_options *opt = t->opt; in perf_event_timer_producer() local
148 struct evt_options *opt = t->opt; in perf_event_timer_producer_burst() local
249 perf_launch_lcores(struct evt_test *test, struct evt_options *opt, in perf_launch_lcores()
540 perf_opt_check(struct evt_options *opt, uint64_t nb_queues) in perf_opt_check()
624 perf_opt_dump(struct evt_options *opt, uint8_t nb_queues) in perf_opt_dump()
662 perf_ethdev_setup(struct evt_test *test, struct evt_options *opt) in perf_ethdev_setup()
756 perf_mempool_setup(struct evt_test *test, struct evt_options *opt) in perf_mempool_setup()
797 perf_test_setup(struct evt_test *test, struct evt_options *opt) in perf_test_setup()
[all …]
H A Dtest_perf_queue.c10 perf_queue_nb_event_queues(struct evt_options *opt) in perf_queue_nb_event_queues()
129 struct evt_options *opt = w->t->opt; in worker_wrapper() local
148 perf_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in perf_queue_launch_lcores()
154 perf_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in perf_queue_eventdev_setup()
278 perf_queue_opt_dump(struct evt_options *opt) in perf_queue_opt_dump()
285 perf_queue_opt_check(struct evt_options *opt) in perf_queue_opt_check()
291 perf_queue_capability_check(struct evt_options *opt) in perf_queue_capability_check()
H A Dtest_pipeline_atq.c11 pipeline_atq_nb_event_queues(struct evt_options *opt) in pipeline_atq_nb_event_queues()
252 struct evt_options *opt = w->t->opt; in worker_wrapper() local
282 pipeline_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_atq_launch_lcores()
288 pipeline_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_atq_eventdev_setup()
472 pipeline_atq_opt_dump(struct evt_options *opt) in pipeline_atq_opt_dump()
478 pipeline_atq_opt_check(struct evt_options *opt) in pipeline_atq_opt_check()
484 pipeline_atq_capability_check(struct evt_options *opt) in pipeline_atq_capability_check()
H A Dtest_pipeline_queue.c11 pipeline_queue_nb_event_queues(struct evt_options *opt) in pipeline_queue_nb_event_queues()
275 struct evt_options *opt = w->t->opt; in worker_wrapper() local
306 pipeline_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in pipeline_queue_launch_lcores()
312 pipeline_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in pipeline_queue_eventdev_setup()
487 pipeline_queue_opt_dump(struct evt_options *opt) in pipeline_queue_opt_dump()
493 pipeline_queue_opt_check(struct evt_options *opt) in pipeline_queue_opt_check()
499 pipeline_queue_capability_check(struct evt_options *opt) in pipeline_queue_capability_check()
H A Dtest_order_atq.c120 order_atq_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_atq_launch_lcores()
127 order_atq_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_atq_eventdev_setup()
179 order_atq_opt_dump(struct evt_options *opt) in order_atq_opt_dump()
186 order_atq_capability_check(struct evt_options *opt) in order_atq_capability_check()
H A Dtest_order_queue.c121 order_queue_launch_lcores(struct evt_test *test, struct evt_options *opt) in order_queue_launch_lcores()
128 order_queue_eventdev_setup(struct evt_test *test, struct evt_options *opt) in order_queue_eventdev_setup()
193 order_queue_opt_dump(struct evt_options *opt) in order_queue_opt_dump()
200 order_queue_capability_check(struct evt_options *opt) in order_queue_capability_check()
H A Devt_main.c17 struct evt_options opt; variable
H A Dtest_pipeline_common.h52 struct evt_options *opt; member
148 pipeline_nb_event_ports(struct evt_options *opt) in pipeline_nb_event_ports()
H A Dtest_order_common.h62 struct evt_options *opt; member
89 order_nb_event_ports(struct evt_options *opt) in order_nb_event_ports()
/f-stack/freebsd/netinet/
H A Dip_options.c108 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions() local
507 ip_insertoptions(struct mbuf *m, struct mbuf *opt, int *phlen) in ip_insertoptions()
560 int opt, optlen, cnt; in ip_optcopy() local
606 u_char opt; in ip_pcbopts() local
722 int opt, optlen, cnt, found_ra; in ip_checkrouteralert() local
/f-stack/freebsd/kern/
H A Dvfs_mount.c179 struct vfsopt *opt; in vfs_freeopts() local
286 struct vfsopt *opt; in vfs_buildopts() local
1956 struct vfsopt *opt; in vfs_filteropt() local
2014 struct vfsopt *opt; in vfs_getopt() local
2034 struct vfsopt *opt; in vfs_getopt_pos() local
2092 struct vfsopt *opt; in vfs_getopts() local
2114 struct vfsopt *opt; in vfs_flagopt() local
2133 struct vfsopt *opt; in vfs_scanopt() local
2157 struct vfsopt *opt; in vfs_setopt() local
2178 struct vfsopt *opt; in vfs_setopt_part() local
[all …]
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c22 #define DHCP_OPT_HAS_VALUE(opt) \ argument
29 #define DHCP_IS_ENCAP_OPT(opt) DHCP_OPT_HAS_VALUE(DHCP_ENCAPSULATOR(opt)) argument
226 __in uint16_t opt) in efx_dhcp_walk_tags()
316 __in uint16_t opt, in efx_dhcp_find_tag()
383 __in uint16_t opt) in efx_dhcp_delete_tag()
463 __in uint16_t opt, in efx_dhcp_write_tag()
484 __in uint16_t opt, in efx_dhcp_add_tag()
623 __in uint16_t opt, in efx_dhcp_update_tag()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c69 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt()
86 optadd(char *mntopts, size_t size, const char *opt) in optadd()
103 #define OPTADD(opt) optadd(mntopts, sizeof (mntopts), (opt)) in statfs2mnttab() argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_struct.c109 static size_t optsize (lua_State *L, char opt, const char **fmt) { in optsize()
135 static int gettoalign (size_t len, Header *h, int opt, size_t size) { in gettoalign()
146 static void controloptions (lua_State *L, int opt, const char **fmt, in controloptions()
216 int opt = *fmt++; in b_pack() local
303 int opt = *fmt++; in b_unpack() local
370 int opt = *fmt++; in b_size() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c53 struct vfsopt *opt; in vfs_setmntopt() local
110 vfs_optionisset(const vfs_t *vfsp, const char *opt, char **argp) in vfs_optionisset()
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmove_cmd.h92 uint16_t offset = 0, opt = 0; in rta_move() local
256 uint16_t *offset, uint16_t *opt) in set_move_offset()
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h274 #define MOVE(program, src, src_offset, dst, dst_offset, length, opt) \ argument
302 #define MOVEB(program, src, src_offset, dst, dst_offset, length, opt) \ argument
331 #define MOVEDW(program, src, src_offset, dst, dst_offset, length, opt) \ argument
699 #define MATHB(program, operand1, operator, operand2, result, length, opt) \ argument
728 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument
750 #define MATHU(program, operand1, operator, result, length, opt) \ argument
/f-stack/freebsd/netinet6/
H A Ddest6.c70 u_int8_t *opt; in dest6_input() local
/f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c67 int opt; in main() local
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal.c97 int opt; in eal_log_level_parse() local
132 int opt, ret; in eal_parse_args() local

1234567