Home
last modified time | relevance | path

Searched refs:quit (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/examples/multi_process/simple_mp/
H A Dmp_commands.c76 cmdline_fixed_string_t quit; member
83 quit = 1; in cmd_quit_parsed()
88 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
H A Dmain.c52 volatile int quit = 0; variable
60 while (!quit){ in lcore_recv()
H A Dmp_commands.h10 extern volatile int quit;
/dpdk/app/test/
H A Dtest_distributor_perf.c33 static volatile int quit; variable
131 while (!quit) { in handle_work()
198 quit = 1; in quit_workers()
209 quit = 0; in quit_workers()
H A Dtest_distributor.c49 static volatile int quit; /**< general quit variable for all threads */ variable
96 while (!quit) { in handle_work()
316 while (!quit) { in handle_work_with_free_mbufs()
397 while (!quit && !(id == zero_id && zero_quit)) { in handle_work_for_shutdown_test()
425 while (!quit) { in handle_work_for_shutdown_test()
600 while (!quit) { in handle_and_mark_work()
799 quit = 1; in quit_workers()
815 quit = 0; in quit_workers()
H A Dcommands.c212 cmdline_fixed_string_t quit; member
224 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
/dpdk/lib/eal/common/
H A Dhotplug_mp.c254 goto quit; in __handle_primary_request()
260 goto quit; in __handle_primary_request()
267 goto quit; in __handle_primary_request()
280 goto quit; in __handle_primary_request()
284 quit: in __handle_primary_request()
/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c46 cmdline_fixed_string_t quit; member
57 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/app/test-cmdline/
H A Dcommands.c24 cmdline_fixed_string_t quit; member
36 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
/dpdk/doc/guides/tools/
H A Dhugepages.rst27 Display usage information and quit
H A Ddevbind.rst26 Display usage information and quit
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c32 cmdline_fixed_string_t quit; member
124 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/examples/vm_power_manager/
H A Dvm_power_cli.c26 cmdline_fixed_string_t quit; member
40 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/examples/vdpa/
H A Dmain.c490 cmdline_fixed_string_t quit; member
502 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/examples/qos_sched/
H A Dcmdline.c64 cmdline_fixed_string_t quit; member
75 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/doc/guides/sample_app_ug/
H A Dntb.rst94 * ``quit``: Exit program.
H A Dethtool.rst60 * ``quit``: Exit program
H A Dvdpa.rst48 5. quit: unregister vhost driver and exit the application
H A Dmulti_process.rst90 At any stage, either process can be terminated using the quit command.
99 simple_mp > quit simple_mp > quit
H A Dflow_classify.rst221 :start-after: Run until the application is quit or killed. 8<
/dpdk/examples/bond/
H A Dmain.c696 cmdline_fixed_string_t quit; member
726 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/dpdk/doc/guides/nics/
H A Dkni.rst153 testpmd> quit
H A Dfm10k.rst127 to be aware of the switch's state since it may undergo a quit-restart. When
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst270 (qemu) quit
291 (qemu) quit
/dpdk/examples/ntb/
H A Dntb_fwd.c153 cmdline_fixed_string_t quit; member
192 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");

12