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:oh_free
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis.h
472
struct SIS_OH
oh_free
;
member
H
A
D
sis_main.c
3202
poh->poh_next = &ivideo->sisfb_heap.
oh_free
;
in sisfb_heap_init()
3203
poh->poh_prev = &ivideo->sisfb_heap.
oh_free
;
in sisfb_heap_init()
3207
ivideo->sisfb_heap.
oh_free
.poh_next = poh;
in sisfb_heap_init()
3208
ivideo->sisfb_heap.
oh_free
.poh_prev = poh;
in sisfb_heap_init()
3209
ivideo->sisfb_heap.
oh_free
.size = 0;
in sisfb_heap_init()
3273
pohThis = memheap->
oh_free
.poh_next;
in sisfb_poh_allocate()
3275
while(pohThis != &memheap->
oh_free
) {
in sisfb_poh_allocate()
3362
pohThis = memheap->
oh_free
.poh_next;
in sisfb_poh_free()
3364
while(pohThis != &memheap->
oh_free
) {
in sisfb_poh_free()
3396
sisfb_insert_node(&memheap->
oh_free
, poh_free
in sisfb_poh_free()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis.h
471
struct SIS_OH
oh_free
;
member
H
A
D
sis_main.c
3214
poh->poh_next = &ivideo->sisfb_heap.
oh_free
;
in sisfb_heap_init()
3215
poh->poh_prev = &ivideo->sisfb_heap.
oh_free
;
in sisfb_heap_init()
3219
ivideo->sisfb_heap.
oh_free
.poh_next = poh;
in sisfb_heap_init()
3220
ivideo->sisfb_heap.
oh_free
.poh_prev = poh;
in sisfb_heap_init()
3221
ivideo->sisfb_heap.
oh_free
.size = 0;
in sisfb_heap_init()
3285
pohThis = memheap->
oh_free
.poh_next;
in sisfb_poh_allocate()
3287
while(pohThis != &memheap->
oh_free
) {
in sisfb_poh_allocate()
3374
pohThis = memheap->
oh_free
.poh_next;
in sisfb_poh_free()
3376
while(pohThis != &memheap->
oh_free
) {
in sisfb_poh_free()
3408
sisfb_insert_node(&memheap->
oh_free
, poh_free
in sisfb_poh_free()
[all...]
Completed in 12 milliseconds