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:slab_lock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
slub.c
47
* 3.
slab_lock
(page) (Only on some arches and for debugging)
54
* The
slab_lock
is only used for debugging and on arches that do not
345
static __always_inline void
slab_lock
(struct page *page)
in slab_lock()
function
374
slab_lock
(page);
in __cmpxchg_double_slab()
413
slab_lock
(page);
in cmpxchg_double_slab()
1218
slab_lock
(page);
in free_debug_processing()
3854
slab_lock
(page);
in list_slab_objects()
4528
slab_lock
(page);
in validate_slab()
/kernel/linux/linux-6.6/mm/
H
A
D
slub.c
55
* 4.
slab_lock
(slab) (Only on some arches)
64
*
slab_lock
66
* The
slab_lock
is a wrapper around the page lock, thus it is a bit
69
* The
slab_lock
is only used on arches that do not have the ability
119
* cmpxchg_double is possible to use, otherwise
slab_lock
is taken).
127
* around the
slab_lock
operation, in order to make the slab allocator safe
512
static __always_inline void
slab_lock
(struct slab *slab)
in slab_lock()
function
550
slab_lock
(slab);
in __update_freelist_slow()
Completed in 15 milliseconds