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()153 if (state->request_q == NULL) in mac53c94_start()155 state->current_req = cmd = state->request_q; in mac53c94_start()156 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()861 cmd->host_scribble = (void *) ms->request_q; in reselected()862 if (ms->request_q == NULL) in reselected()864 ms->request_q = cmd; in reselected()996 while ((cmd = ms->request_q) != NULL) { in handle_reset()997 ms->request_q = (struct scsi_cmnd *) cmd->host_scribble; in handle_reset()1632 if (ms->request_q == NULL) in mesh_queue_lck()1633 ms->request_q = cmd; in mesh_queue_lck()
595 wait_queue_head_t request_q; /* if more than maxmpx to srvr must block*/ member762 wake_up(&server->request_q); in add_credits_and_wake_if()
561 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()606 server->request_q, in wait_for_free_credits()
791 wake_up_all(&server->request_q); in clean_demultiplex_info()949 wake_up(&server->request_q); in smb2_add_credits_from_hdr()1462 init_waitqueue_head(&tcp_ses->request_q); in cifs_get_tcp_session()
116 wake_up(&server->request_q); in cifs_add_credits()
107 wake_up(&server->request_q); in smb2_add_credits()204 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()291 wake_up(&server->request_q); in smb2_adjust_credits()2477 wake_up(&server->request_q); in smb2_is_status_pending()
704 wake_up_all(&tcon->ses->server->request_q); in cifs_umount_begin()
Completed in 52 milliseconds