| /dpdk/examples/multi_process/simple_mp/ |
| H A D | mp_commands.c | 76 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 D | main.c | 52 volatile int quit = 0; variable 60 while (!quit){ in lcore_recv()
|
| H A D | mp_commands.h | 10 extern volatile int quit;
|
| /dpdk/app/test/ |
| H A D | test_distributor_perf.c | 33 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 D | test_distributor.c | 49 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 D | commands.c | 212 cmdline_fixed_string_t quit; member 224 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
|
| /dpdk/lib/eal/common/ |
| H A D | hotplug_mp.c | 254 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 D | commands.c | 46 cmdline_fixed_string_t quit; member 57 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/app/test-cmdline/ |
| H A D | commands.c | 24 cmdline_fixed_string_t quit; member 36 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
|
| /dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 27 Display usage information and quit
|
| H A D | devbind.rst | 26 Display usage information and quit
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 32 cmdline_fixed_string_t quit; member 124 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/examples/vm_power_manager/ |
| H A D | vm_power_cli.c | 26 cmdline_fixed_string_t quit; member 40 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 490 cmdline_fixed_string_t quit; member 502 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/examples/qos_sched/ |
| H A D | cmdline.c | 64 cmdline_fixed_string_t quit; member 75 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ntb.rst | 94 * ``quit``: Exit program.
|
| H A D | ethtool.rst | 60 * ``quit``: Exit program
|
| H A D | vdpa.rst | 48 5. quit: unregister vhost driver and exit the application
|
| H A D | multi_process.rst | 90 At any stage, either process can be terminated using the quit command. 99 simple_mp > quit simple_mp > quit
|
| H A D | flow_classify.rst | 221 :start-after: Run until the application is quit or killed. 8<
|
| /dpdk/examples/bond/ |
| H A D | main.c | 696 cmdline_fixed_string_t quit; member 726 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|
| /dpdk/doc/guides/nics/ |
| H A D | kni.rst | 153 testpmd> quit
|
| H A D | fm10k.rst | 127 to be aware of the switch's state since it may undergo a quit-restart. When
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 270 (qemu) quit 291 (qemu) quit
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 153 cmdline_fixed_string_t quit; member 192 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
|