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:queue_release
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/mctp/
H
A
D
mctp-i2c.c
627
bool
queue_release
= false;
in mctp_i2c_release_flow()
local
636
queue_release
= true;
in mctp_i2c_release_flow()
641
if (
queue_release
) {
in mctp_i2c_release_flow()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
super.h
193
int
queue_release
;
member
1225
extern void __ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
);
1226
extern void ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
);
H
A
D
caps.c
1107
void __ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
)
in __ceph_remove_cap()
argument
1151
if (
queue_release
&&
in __ceph_remove_cap()
1154
cap->
queue_release
= 1;
in __ceph_remove_cap()
1160
cap->
queue_release
= 0;
in __ceph_remove_cap()
1181
void ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
)
in ceph_remove_cap()
argument
1200
__ceph_remove_cap(cap,
queue_release
);
in ceph_remove_cap()
4483
cap->
queue_release
= 1;
in ceph_handle_caps()
H
A
D
mds_client.c
1838
if (cap->
queue_release
)
in ceph_iterate_session_caps()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
169
int
queue_release
;
member
1108
extern void __ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
);
H
A
D
caps.c
1139
void __ceph_remove_cap(struct ceph_cap *cap, bool
queue_release
)
in __ceph_remove_cap()
argument
1183
if (
queue_release
&&
in __ceph_remove_cap()
1185
cap->
queue_release
= 1;
in __ceph_remove_cap()
1191
cap->
queue_release
= 0;
in __ceph_remove_cap()
4225
cap->
queue_release
= 1;
in ceph_handle_caps()
H
A
D
mds_client.c
1594
if (cap->
queue_release
)
in ceph_iterate_session_caps()
Completed in 29 milliseconds