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:mnt_pcp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
mount.h
28
struct
mnt_pcp
{
struct
50
struct
mnt_pcp
__percpu *
mnt_pcp
;
member
H
A
D
namespace.c
148
this_cpu_add(mnt->
mnt_pcp
->mnt_count, n);
in mnt_add_count()
166
count += per_cpu_ptr(mnt->
mnt_pcp
, cpu)->mnt_count;
in mnt_get_count()
193
mnt->
mnt_pcp
= alloc_percpu(struct
mnt_pcp
);
in alloc_vfsmnt()
194
if (!mnt->
mnt_pcp
)
in alloc_vfsmnt()
197
this_cpu_add(mnt->
mnt_pcp
->mnt_count, 1);
in alloc_vfsmnt()
256
this_cpu_inc(mnt->
mnt_pcp
->mnt_writers);
in mnt_inc_writers()
265
this_cpu_dec(mnt->
mnt_pcp
->mnt_writers);
in mnt_dec_writers()
278
count += per_cpu_ptr(mnt->
mnt_pcp
, cpu)->mnt_writers;
in mnt_get_writers()
553
free_percpu(mnt->
mnt_pcp
);
in free_vfsmnt()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
mount.h
27
struct
mnt_pcp
{
struct
49
struct
mnt_pcp
__percpu *
mnt_pcp
;
member
H
A
D
namespace.c
170
this_cpu_add(mnt->
mnt_pcp
->mnt_count, n);
in mnt_add_count()
188
count += per_cpu_ptr(mnt->
mnt_pcp
, cpu)->mnt_count;
in mnt_get_count()
215
mnt->
mnt_pcp
= alloc_percpu(struct
mnt_pcp
);
in alloc_vfsmnt()
216
if (!mnt->
mnt_pcp
)
in alloc_vfsmnt()
219
this_cpu_add(mnt->
mnt_pcp
->mnt_count, 1);
in alloc_vfsmnt()
279
this_cpu_inc(mnt->
mnt_pcp
->mnt_writers);
in mnt_inc_writers()
288
this_cpu_dec(mnt->
mnt_pcp
->mnt_writers);
in mnt_dec_writers()
301
count += per_cpu_ptr(mnt->
mnt_pcp
, cpu)->mnt_writers;
in mnt_get_writers()
616
free_percpu(mnt->
mnt_pcp
);
in free_vfsmnt()
[all...]
Completed in 7 milliseconds