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:kref
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libdrm/nouveau/
H
A
D
private.h
29
struct drm_nouveau_gem_pushbuf_bo *
kref
;
member
35
struct nouveau_client_kref *
kref
;
member
49
struct drm_nouveau_gem_pushbuf_bo *
kref
= NULL;
in cli_kref_get()
local
51
kref
= pcli->
kref
[bo->handle].
kref
;
in cli_kref_get()
52
return
kref
;
in cli_kref_get()
61
push = pcli->
kref
[bo->handle].push;
in cli_push_get()
67
struct drm_nouveau_gem_pushbuf_bo *
kref
,
in cli_kref_set()
72
pcli->
kref
in cli_kref_set()
66
cli_
kref
_set(struct nouveau_client *client, struct nouveau_bo *bo, struct drm_nouveau_gem_pushbuf_bo *
kref
, struct nouveau_pushbuf *push)
cli_kref_set()
argument
[all...]
H
A
D
pushbuf.c
87
struct drm_nouveau_gem_pushbuf_bo *
kref
;
in pushbuf_kref_fits()
local
124
kref
= krec->buffer;
in pushbuf_kref_fits()
125
for (i = 0; i < krec->nr_buffer; i++,
kref
++) {
in pushbuf_kref_fits()
126
if (!(
kref
->valid_domains & NOUVEAU_GEM_DOMAIN_GART))
in pushbuf_kref_fits()
129
kbo = (void *)(unsigned long)
kref
->user_priv;
in pushbuf_kref_fits()
130
if (!(
kref
->valid_domains & NOUVEAU_GEM_DOMAIN_VRAM) ||
in pushbuf_kref_fits()
134
kref
->valid_domains &= NOUVEAU_GEM_DOMAIN_VRAM;
in pushbuf_kref_fits()
155
struct drm_nouveau_gem_pushbuf_bo *
kref
;
in pushbuf_kref()
local
174
kref
= cli_kref_get(push->client, bo);
in pushbuf_kref()
175
if (
kref
) {
in pushbuf_kref()
268
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_dump()
local
318
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_submit()
local
402
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_flush()
local
444
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_refn_fail()
local
463
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_refn()
local
492
struct drm_nouveau_gem_pushbuf_bo *
kref
;
pushbuf_validate()
local
614
struct drm_nouveau_gem_pushbuf_bo *
kref
;
nouveau_pushbuf_del()
local
714
struct drm_nouveau_gem_pushbuf_bo *
kref
;
nouveau_pushbuf_data()
local
762
struct drm_nouveau_gem_pushbuf_bo *
kref
;
nouveau_pushbuf_refd()
local
[all...]
H
A
D
nouveau.c
599
free(pcli->
kref
);
in nouveau_client_del()
Completed in 4 milliseconds