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:time_list
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_bo.c
236
while (!list_empty(&vc4->bo_cache.
time_list
)) {
in vc4_bo_cache_purge()
237
struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.
time_list
,
in vc4_bo_cache_purge()
505
while (!list_empty(&vc4->bo_cache.
time_list
)) {
in vc4_bo_cache_free_old()
506
struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.
time_list
,
in vc4_bo_cache_free_old()
579
list_add(&bo->unref_head, &vc4->bo_cache.
time_list
);
in vc4_free_object()
1032
INIT_LIST_HEAD(&vc4->bo_cache.
time_list
);
in vc4_bo_cache_init()
H
A
D
vc4_drv.h
101
struct list_head
time_list
;
member
257
* vc4_exec_info->unref_list or vc4_dev->bo_cache.
time_list
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_bo.c
241
while (!list_empty(&vc4->bo_cache.
time_list
)) {
in vc4_bo_cache_purge()
242
struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.
time_list
,
in vc4_bo_cache_purge()
525
while (!list_empty(&vc4->bo_cache.
time_list
)) {
in vc4_bo_cache_free_old()
526
struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.
time_list
,
in vc4_bo_cache_free_old()
599
list_add(&bo->unref_head, &vc4->bo_cache.
time_list
);
in vc4_free_object()
1033
INIT_LIST_HEAD(&vc4->bo_cache.
time_list
);
in vc4_bo_cache_init()
H
A
D
vc4_drv.h
111
struct list_head
time_list
;
member
254
* vc4_exec_info->unref_list or vc4_dev->bo_cache.
time_list
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
bma400_core.c
258
static int usec_to_tapreg_raw(int usec, const int *
time_list
)
in usec_to_tapreg_raw()
argument
263
if (usec ==
time_list
[index])
in usec_to_tapreg_raw()
Completed in 8 milliseconds