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:s_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/
H
A
D
configfs_internal.h
33
atomic_t
s_count
;
member
147
WARN_ON(!atomic_read(&sd->
s_count
));
in configfs_get()
148
atomic_inc(&sd->
s_count
);
in configfs_get()
155
WARN_ON(!atomic_read(&sd->
s_count
));
in configfs_put()
156
if (atomic_dec_and_test(&sd->
s_count
))
in configfs_put()
H
A
D
dir.c
200
atomic_set(&sd->
s_count
, 1);
in configfs_new_dirent()
/kernel/linux/linux-6.6/fs/configfs/
H
A
D
configfs_internal.h
31
atomic_t
s_count
;
member
147
WARN_ON(!atomic_read(&sd->
s_count
));
in configfs_get()
148
atomic_inc(&sd->
s_count
);
in configfs_get()
155
WARN_ON(!atomic_read(&sd->
s_count
));
in configfs_put()
156
if (atomic_dec_and_test(&sd->
s_count
))
in configfs_put()
H
A
D
dir.c
198
atomic_set(&sd->
s_count
, 1);
in configfs_new_dirent()
/kernel/linux/linux-5.10/fs/
H
A
D
super.c
253
s->
s_count
= 1;
in alloc_super()
290
if (!--s->
s_count
) {
in __put_super()
383
* of their type), so increment of ->
s_count
is OK here.
387
s->
s_count
++;
in __releases()
411
* Note that unlike get_super() et.al. this one does *not* bump ->
s_count
.
660
sb->
s_count
++;
in __iterate_supers()
690
sb->
s_count
++;
in iterate_supers()
724
sb->
s_count
++;
in iterate_supers_type()
757
sb->
s_count
++;
in __get_super()
881
sb->
s_count
in user_get_super()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
super.c
106
* The caller must have acquired a temporary reference on @sb->
s_count
.
375
s->
s_count
= 1;
in alloc_super()
411
if (!--s->
s_count
) {
in __put_super()
531
* of their type), so increment of ->
s_count
is OK here.
537
s->
s_count
++;
in __releases()
576
sb->
s_count
++;
in grab_super_dead()
600
* Note that unlike get_super() et.al. this one does *not* bump ->
s_count
.
933
sb->
s_count
++;
in __iterate_supers()
963
sb->
s_count
++;
in iterate_supers()
999
sb->
s_count
in iterate_supers_type()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1441
int
s_count
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1206
int
s_count
;
member
Completed in 21 milliseconds