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:last_object
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
slab_def.h
93
void *
last_object
= page->s_mem + (cache->num - 1) * cache->size;
in nearest_obj()
local
95
if (unlikely(object >
last_object
))
in nearest_obj()
96
return
last_object
;
in nearest_obj()
H
A
D
slub_def.h
169
void *
last_object
= page_address(page) +
in nearest_obj()
local
171
void *result = (unlikely(object >
last_object
)) ?
last_object
: object;
in nearest_obj()
/kernel/linux/linux-6.6/include/linux/
H
A
D
slab_def.h
95
void *
last_object
= slab->s_mem + (cache->num - 1) * cache->size;
in nearest_obj()
local
97
if (unlikely(object >
last_object
))
in nearest_obj()
98
return
last_object
;
in nearest_obj()
H
A
D
slub_def.h
175
void *
last_object
= slab_address(slab) +
in nearest_obj()
local
177
void *result = (unlikely(object >
last_object
)) ?
last_object
: object;
in nearest_obj()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
2243
struct binder_object
last_object
;
in binder_validate_fixup()
local
2247
&
last_object
);
in binder_validate_fixup()
2251
last_bbo = &
last_object
.bbo;
in binder_validate_fixup()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder.c
1892
struct binder_object
last_object
;
in binder_validate_fixup()
local
1896
&
last_object
);
in binder_validate_fixup()
1900
last_bbo = &
last_object
.bbo;
in binder_validate_fixup()
Completed in 18 milliseconds