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:srv_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifs_debug.c
138
server->
srv_count
,
in cifs_dump_channel()
388
server->
srv_count
,
in cifs_debug_data_proc_show()
H
A
D
connect.c
2475
++server->
srv_count
;
in cifs_find_tcp_session()
2490
if (--server->
srv_count
> 0) {
in cifs_put_tcp_session()
2596
* no need to spinlock this init of tcpStatus or
srv_count
in cifs_get_tcp_session()
2599
++tcp_ses->
srv_count
;
in cifs_get_tcp_session()
5139
++master_tcon->ses->server->
srv_count
;
in cifs_construct_tcon()
H
A
D
cifsglob.h
674
int
srv_count
; /* reference counter */
member
H
A
D
smb2pdu.c
3685
server->
srv_count
++;
in smb2_reconnect_server()
H
A
D
cifssmb.c
420
if (server->
srv_count
> 1) {
in decode_ext_sec_blob()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
connect.c
1597
++server->
srv_count
;
in cifs_find_tcp_session()
1612
if (--server->
srv_count
> 0) {
in cifs_put_tcp_session()
1617
/*
srv_count
can never go negative */
in cifs_put_tcp_session()
1618
WARN_ON(server->
srv_count
< 0);
in cifs_put_tcp_session()
1711
++primary_server->
srv_count
;
in cifs_get_tcp_session()
1752
* no need to spinlock this init of tcpStatus or
srv_count
in cifs_get_tcp_session()
1755
++tcp_ses->
srv_count
;
in cifs_get_tcp_session()
4015
++master_tcon->ses->server->
srv_count
;
in cifs_construct_tcon()
H
A
D
cifs_debug.c
158
server->
srv_count
,
in cifs_dump_channel()
445
server->
srv_count
,
in cifs_debug_data_proc_show()
H
A
D
cifsglob.h
654
int
srv_count
; /* reference counter */
member
H
A
D
smb2pdu.c
3977
if (!server->
srv_count
) {
in smb2_reconnect_server()
3981
server->
srv_count
++;
in smb2_reconnect_server()
H
A
D
cifssmb.c
360
if (server->
srv_count
> 1) {
in decode_ext_sec_blob()
Completed in 52 milliseconds