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:lockref_get
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
lockref.c
37
*
lockref_get
- Increments reference count unconditionally
43
void
lockref_get
(struct lockref *lockref)
in lockref_get()
function
55
EXPORT_SYMBOL(
lockref_get
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
lockref.c
36
*
lockref_get
- Increments reference count unconditionally
42
void
lockref_get
(struct lockref *lockref)
in lockref_get()
function
54
EXPORT_SYMBOL(
lockref_get
);
variable
/kernel/linux/linux-6.6/include/linux/
H
A
D
lockref.h
37
extern void
lockref_get
(struct lockref *);
H
A
D
dcache.h
320
lockref_get
(&dentry->d_lockref);
in dget()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lockref.h
37
extern void
lockref_get
(struct lockref *);
H
A
D
dcache.h
323
lockref_get
(&dentry->d_lockref);
in dget()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
glock.c
184
lockref_get
(&gl->gl_lockref);
in gfs2_glock_hold()
853
lockref_get
(&inode_gl->gl_lockref);
in gfs2_try_evict()
H
A
D
quota.c
304
lockref_get
(&qd->qd_lockref);
in qd_hold()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
quota.c
313
lockref_get
(&qd->qd_lockref);
in qd_hold()
H
A
D
glock.c
191
lockref_get
(&gl->gl_lockref);
in gfs2_glock_hold()
/kernel/linux/linux-5.10/fs/
H
A
D
dcache.c
919
lockref_get
(&dentry->d_lockref);
in __dget()
/kernel/linux/linux-6.6/fs/
H
A
D
dcache.c
954
lockref_get
(&dentry->d_lockref);
in __dget()
Completed in 26 milliseconds