Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:request_q
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mac53c94.c
51
struct scsi_cmnd *
request_q
;
member
91
if (state->
request_q
== NULL)
in mac53c94_queue_lck()
92
state->
request_q
= cmd;
in mac53c94_queue_lck()
155
if (state->
request_q
== NULL)
in mac53c94_start()
157
state->current_req = cmd = state->
request_q
;
in mac53c94_start()
158
state->
request_q
= (struct scsi_cmnd *) cmd->host_scribble;
in mac53c94_start()
H
A
D
mesh.c
151
struct scsi_cmnd *
request_q
;
member
570
for (cmd = ms->
request_q
; ; cmd = (struct scsi_cmnd *) cmd->host_scribble) {
in mesh_start()
579
ms->
request_q
= next;
in mesh_start()
869
cmd->host_scribble = (void *) ms->
request_q
;
in reselected()
870
if (ms->
request_q
== NULL)
in reselected()
872
ms->
request_q
= cmd;
in reselected()
1004
while ((cmd = ms->
request_q
) != NULL) {
in handle_reset()
1005
ms->
request_q
= (struct scsi_cmnd *) cmd->host_scribble;
in handle_reset()
1051
/*
request_q
is empty, no point in mesh_start() */
in handle_error()
1641
if (ms->
request_q
in mesh_queue_lck()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mac53c94.c
51
struct scsi_cmnd *
request_q
;
member
89
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()
H
A
D
mesh.c
151
struct scsi_cmnd *
request_q
;
member
561
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()
1045
/*
request_q
is empty, no point in mesh_start() */
in handle_error()
1636
if (ms->
request_q
in mesh_queue_lck()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
562
rc = wait_event_killable_timeout(server->
request_q
,
in wait_for_free_credits()
600
server->
request_q
,
in wait_for_free_credits()
H
A
D
cifsglob.h
688
wait_queue_head_t
request_q
; /* if more than maxmpx to srvr must block*/
member
824
wake_up(&server->
request_q
);
in add_credits_and_wake_if()
H
A
D
smb2ops.c
100
wake_up(&server->
request_q
);
in smb2_add_credits()
174
rc = wait_event_killable(server->
request_q
,
in smb2_wait_mtu_credits()
241
wake_up(&server->
request_q
);
in smb2_adjust_credits()
2381
wake_up(&server->
request_q
);
in smb2_is_status_pending()
H
A
D
smb1ops.c
115
wake_up(&server->
request_q
);
in cifs_add_credits()
H
A
D
cifsfs.c
671
wake_up_all(&tcon->ses->server->
request_q
);
in cifs_umount_begin()
H
A
D
connect.c
911
wake_up_all(&server->
request_q
);
in clean_demultiplex_info()
1063
wake_up(&server->
request_q
);
in smb2_add_credits_from_hdr()
2566
init_waitqueue_head(&tcp_ses->
request_q
);
in cifs_get_tcp_session()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsglob.h
669
wait_queue_head_t
request_q
; /* if more than maxmpx to srvr must block*/
member
859
wake_up(&server->
request_q
);
in add_credits_and_wake_if()
H
A
D
transport.c
546
rc = wait_event_killable_timeout(server->
request_q
,
in wait_for_free_credits()
586
server->
request_q
,
in wait_for_free_credits()
H
A
D
connect.c
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()
H
A
D
smb2ops.c
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()
H
A
D
smb1ops.c
117
wake_up(&server->
request_q
);
in cifs_add_credits()
H
A
D
cifsfs.c
760
wake_up_all(&tcon->ses->server->
request_q
);
in cifs_umount_begin()
Completed in 50 milliseconds