Searched refs:request_q (Results 1 – 8 of 8) sorted by relevance
51 struct scsi_cmnd *request_q; member89 if (state->request_q == NULL) in mac53c94_queue_lck()90 state->request_q = cmd; in mac53c94_queue_lck()152 if (state->request_q == NULL) in mac53c94_start()154 state->current_req = cmd = state->request_q; in mac53c94_start()155 state->request_q = (struct scsi_cmnd *) cmd->host_scribble; in mac53c94_start()
151 struct scsi_cmnd *request_q; member561 for (cmd = ms->request_q; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) { in mesh_start()570 ms->request_q = next; in mesh_start()863 cmd->host_scribble = (void *) ms->request_q; in reselected()864 if (ms->request_q == NULL) in reselected()866 ms->request_q = cmd; in reselected()998 while ((cmd = ms->request_q) != NULL) { in handle_reset()999 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset()1636 if (ms->request_q == NULL) in mesh_queue_lck()1637 ms->request_q = cmd; in mesh_queue_lck()
669 wait_queue_head_t request_q; /* if more than maxmpx to srvr must block*/ member859 wake_up(&server->request_q); in add_credits_and_wake_if()
546 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()586 server->request_q, in wait_for_free_credits()
974 wake_up_all(&server->request_q); in clean_demultiplex_info()1127 wake_up(&server->request_q); in smb2_add_credits_from_hdr()1716 init_waitqueue_head(&tcp_ses->request_q); in cifs_get_tcp_session()
117 wake_up(&server->request_q); in cifs_add_credits()
120 wake_up(&server->request_q); in smb2_add_credits()240 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()322 wake_up(&server->request_q); in smb2_adjust_credits()2375 wake_up(&server->request_q); in smb2_is_status_pending()
760 wake_up_all(&tcon->ses->server->request_q); in cifs_umount_begin()