Home
last modified time | relevance | path

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

12

/linux/lib/
H A Dearlycpio.c100 goto quit; /* Invalid hexadecimal */ in find_cpio_data()
107 goto quit; /* Invalid magic */ in find_cpio_data()
115 goto quit; /* Buffer overrun */ in find_cpio_data()
139 quit: in find_cpio_data()
/linux/arch/m68k/ifpsp060/
H A Dos.S93 dbra %d0,super_write | quit if --ctr < 0
100 dbra %d0,user_write | quit if --ctr < 0
126 dbra %d0,super_read | quit if --ctr < 0
133 dbra %d0,user_read | quit if --ctr < 0
/linux/Documentation/usb/
H A Dgadget_hid.rst201 if (strcmp(tok, "--quit") == 0)
253 if (strcmp(tok, "--quit") == 0)
310 if (strcmp(tok, "--quit") == 0)
357 "--quit to close\n");
364 "--quit to close\n");
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c241 if (wilc->quit) { in wilc_wlan_txq_add_cfg_pkt()
406 if (wilc->quit) { in wilc_wlan_txq_add_net_pkt()
460 if (wilc->quit) { in wilc_wlan_txq_add_mgmt_pkt()
522 if (wilc->quit) in wilc_wlan_rxq_add()
846 if (wilc->quit) in wilc_wlan_handle_txq()
937 } while (!wilc->quit); in wilc_wlan_handle_txq()
1160 while (!wilc->quit) { in wilc_wlan_handle_rxq()
1171 if (wilc->quit) in wilc_wlan_handle_rxq()
1429 wilc->quit = 1; in wilc_wlan_cleanup()
1745 wilc->quit = 0; in wilc_wlan_init()
H A Dnetdev.h253 int quit; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c781 bool quit; in mlx5_get_boot_img_component_index() local
790 quit = !!MLX5_GET(mcqs_reg, out, last_index_flag); in mlx5_get_boot_img_component_index()
791 quit |= identifier == MCQS_IDENTIFIER_BOOT_IMG; in mlx5_get_boot_img_component_index()
792 } while (!quit && ++component_idx); in mlx5_get_boot_img_component_index()
/linux/Documentation/firmware-guide/acpi/
H A Daml-debugger.rst62 the "quit" or "exit" commands. When finished, unload the module with::
/linux/arch/arm/kernel/
H A Diwmmxt.S199 beq 1f @ no: quit
202 bne 1f @ no: quit
/linux/sound/soc/renesas/rcar/
H A Dssiu.c247 .quit = rsnd_ssiu_quit, in rsnd_ssiu_init_gen2()
436 .quit = rsnd_ssiu_quit, in rsnd_ssiu_mod_get()
H A Dctu.c298 .quit = rsnd_ctu_quit,
H A Dmix.c273 .quit = rsnd_mix_quit,
H A Ddvc.c309 .quit = rsnd_dvc_quit,
H A Dsrc.c702 .quit = rsnd_src_quit,
H A Ddma.c479 .quit = rsnd_dmapp_stop,
H A Drsnd.h308 int (*quit)(struct rsnd_mod *mod,
370 * B 0: init 1: quit
302 int (*quit)(struct rsnd_mod *mod, global() member
H A Dcore.c259 /* see rsnd_dai_stream_init/quit() */ in rsnd_runtime_channel_original_with_params()
736 ret |= rsnd_dai_call(quit, io, priv); in rsnd_soc_dai_set_fmt()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c49 static bool quit; variable
157 quit = true; in handle_signal()
646 if (fds.events == 0 || quit) in copyfd_io_poll()
760 if (cfg_remove && !quit) in copyfd_io_poll()
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt48 *q*:: quit
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c942 bool quit = true; in sas_execute_internal_abort() local
945 quit = i->dft->lldd_abort_timeout(task, data); in sas_execute_internal_abort()
950 if (quit) in sas_execute_internal_abort()
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh322 quit
H A Dtbench.sh304 quit
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py880 quit()
887 quit()
/linux/Documentation/core-api/
H A Ddebugging-via-ohci1394.rst137 [Ctrl-Q] quit
/linux/fs/dlm/
H A Dlock.c2457 int hi, demoted, quit, grant_restart, demote_restart; in grant_pending_convert() local
2460 quit = 0; in grant_pending_convert()
2513 if (demote_restart && !quit) { in grant_pending_convert()
2514 quit = 1; in grant_pending_convert()
/linux/Documentation/networking/
H A Dfilter.rst508 * quit

12