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:in_service
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
devorangefs-req.c
555
int
in_service
;
in is_daemon_in_service()
local
562
in_service
= open_access_count == 1 ? 0 : -EIO;
in is_daemon_in_service()
564
return
in_service
;
in is_daemon_in_service()
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
devorangefs-req.c
555
int
in_service
;
in is_daemon_in_service()
local
562
in_service
= open_access_count == 1 ? 0 : -EIO;
in is_daemon_in_service()
564
return
in_service
;
in is_daemon_in_service()
/kernel/linux/linux-5.10/fs/afs/
H
A
D
afs.h
178
u8
in_service
; /* true if volume currently in service */
member
179
u8 blessed; /* same as
in_service
*/
H
A
D
fsclient.c
220
vs->
in_service
= ntohl(*bp++);
in xdr_decode_AFSFetchVolumeStatus()
H
A
D
yfsclient.c
317
vs->
in_service
= flags & yfs_FVSInservice;
in xdr_decode_YFSFetchVolumeStatus()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
afs.h
178
u8
in_service
; /* true if volume currently in service */
member
179
u8 blessed; /* same as
in_service
*/
H
A
D
fsclient.c
221
vs->
in_service
= ntohl(*bp++);
in xdr_decode_AFSFetchVolumeStatus()
H
A
D
yfsclient.c
310
vs->
in_service
= flags & yfs_FVSInservice;
in xdr_decode_YFSFetchVolumeStatus()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-thin-metadata.c
218
bool
in_service
:1;
member
399
if (unlikely(!pmd->
in_service
))
in pmd_write_lock()
400
pmd->
in_service
= true;
in pmd_write_lock()
850
if (unlikely(!pmd->
in_service
))
in __commit_transaction()
924
pmd->
in_service
= false;
in dm_pool_metadata_open()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-thin-metadata.c
221
bool
in_service
:1;
member
428
if (unlikely(!pmd->
in_service
))
in pmd_write_lock()
429
pmd->
in_service
= true;
in pmd_write_lock()
896
if (unlikely(!pmd->
in_service
))
in __commit_transaction()
970
pmd->
in_service
= false;
in dm_pool_metadata_open()
/kernel/linux/linux-5.10/block/
H
A
D
bfq-wf2q.c
1401
__bfq_lookup_next_entity(struct bfq_service_tree *st, bool
in_service
)
in __bfq_lookup_next_entity()
argument
1425
if (!
in_service
)
in __bfq_lookup_next_entity()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-wf2q.c
1327
* @
in_service
: whether or not there is an in-service entity for the sched_data
1349
__bfq_lookup_next_entity(struct bfq_service_tree *st, bool
in_service
)
in __bfq_lookup_next_entity()
argument
1373
if (!
in_service
)
in __bfq_lookup_next_entity()
Completed in 24 milliseconds