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:cur_res
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
1117
struct vmw_resource *
cur_res
=
in vmw_resources_clean()
local
1120
if (
cur_res
->backup_offset >= res_end) {
in vmw_resources_clean()
1122
} else if (
cur_res
->backup_offset +
cur_res
->backup_size <=
in vmw_resources_clean()
1126
found =
cur_res
;
in vmw_resources_clean()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_resource.c
1089
struct vmw_resource *
cur_res
=
in vmw_resources_clean()
local
1092
if (
cur_res
->guest_memory_offset >= res_end) {
in vmw_resources_clean()
1094
} else if (
cur_res
->guest_memory_offset +
cur_res
->guest_memory_size <=
in vmw_resources_clean()
1098
found =
cur_res
;
in vmw_resources_clean()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
2079
struct resource *
cur_res
;
in vmbus_mmio_remove()
local
2089
for (
cur_res
= hyperv_mmio;
cur_res
;
cur_res
= next_res) {
in vmbus_mmio_remove()
2090
next_res =
cur_res
->sibling;
in vmbus_mmio_remove()
2091
kfree(
cur_res
);
in vmbus_mmio_remove()
2319
struct resource **
cur_res
= &hyperv_mmio;
in vmbus_device_add()
local
2345
*
cur_res
= res;
in vmbus_device_add()
2346
cur_res
= &res->sibling;
in vmbus_device_add()
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
2183
struct resource *
cur_res
;
in vmbus_acpi_remove()
local
2193
for (
cur_res
= hyperv_mmio;
cur_res
;
cur_res
= next_res) {
in vmbus_acpi_remove()
2194
next_res =
cur_res
->sibling;
in vmbus_acpi_remove()
2195
kfree(
cur_res
);
in vmbus_acpi_remove()
Completed in 10 milliseconds