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:sl_flags
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
195
u8
sl_flags
;
member
H
A
D
nfs4state.c
2934
slot->
sl_flags
|= NFSD4_SLOT_INITIALIZED;
in nfsd4_store_cache_entry()
2941
slot->
sl_flags
&= ~NFSD4_SLOT_CACHED;
in nfsd4_store_cache_entry()
2944
slot->
sl_flags
|= NFSD4_SLOT_CACHED;
in nfsd4_store_cache_entry()
2972
if (slot->
sl_flags
& NFSD4_SLOT_CACHED)
in nfsd4_enc_sequence_replay()
3709
if ((bool)(slot->
sl_flags
& NFSD4_SLOT_CACHETHIS) !=
in replay_matches_cache()
3791
slot->
sl_flags
& NFSD4_SLOT_INUSE);
in nfsd4_sequence()
3794
if (!(slot->
sl_flags
& NFSD4_SLOT_INITIALIZED))
in nfsd4_sequence()
3828
slot->
sl_flags
|= NFSD4_SLOT_INUSE;
in nfsd4_sequence()
3830
slot->
sl_flags
|= NFSD4_SLOT_CACHETHIS;
in nfsd4_sequence()
3832
slot->
sl_flags
in nfsd4_sequence()
[all...]
H
A
D
xdr4.h
748
return (resp->cstate.slot->
sl_flags
& NFSD4_SLOT_CACHETHIS)
in nfsd4_cache_this()
H
A
D
nfs4xdr.c
5171
if (slot->
sl_flags
& NFSD4_SLOT_CACHETHIS) {
in nfsd4_check_resp_size()
5220
if (slot->
sl_flags
& NFSD4_SLOT_CACHETHIS)
in nfsd4_encode_operation()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
196
u8
sl_flags
;
member
H
A
D
nfs4state.c
3128
slot->
sl_flags
|= NFSD4_SLOT_INITIALIZED;
in nfsd4_store_cache_entry()
3135
slot->
sl_flags
&= ~NFSD4_SLOT_CACHED;
in nfsd4_store_cache_entry()
3138
slot->
sl_flags
|= NFSD4_SLOT_CACHED;
in nfsd4_store_cache_entry()
3166
if (slot->
sl_flags
& NFSD4_SLOT_CACHED)
in nfsd4_enc_sequence_replay()
3917
if ((bool)(slot->
sl_flags
& NFSD4_SLOT_CACHETHIS) !=
in replay_matches_cache()
3999
slot->
sl_flags
& NFSD4_SLOT_INUSE);
in nfsd4_sequence()
4002
if (!(slot->
sl_flags
& NFSD4_SLOT_INITIALIZED))
in nfsd4_sequence()
4036
slot->
sl_flags
|= NFSD4_SLOT_INUSE;
in nfsd4_sequence()
4038
slot->
sl_flags
|= NFSD4_SLOT_CACHETHIS;
in nfsd4_sequence()
4040
slot->
sl_flags
in nfsd4_sequence()
[all...]
H
A
D
xdr4.h
759
return (resp->cstate.slot->
sl_flags
& NFSD4_SLOT_CACHETHIS)
in nfsd4_cache_this()
H
A
D
nfs4xdr.c
5374
if (slot->
sl_flags
& NFSD4_SLOT_CACHETHIS) {
in nfsd4_check_resp_size()
5421
if (slot->
sl_flags
& NFSD4_SLOT_CACHETHIS)
in nfsd4_encode_operation()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
mxser.c
1000
unsigned long
sl_flags
;
in mxser_set_serial_info()
local
1060
spin_lock_irqsave(&info->slock,
sl_flags
);
in mxser_set_serial_info()
1062
spin_unlock_irqrestore(&info->slock,
sl_flags
);
in mxser_set_serial_info()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
mxser.c
1242
unsigned long
sl_flags
;
in mxser_set_serial_info()
local
1303
spin_lock_irqsave(&info->slock,
sl_flags
);
in mxser_set_serial_info()
1305
spin_unlock_irqrestore(&info->slock,
sl_flags
);
in mxser_set_serial_info()
Completed in 44 milliseconds