OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcli
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/nouveau/
private.h
48
struct nouveau_client_priv *
pcli
= nouveau_client(client);
local
50
if (
pcli
->kref_nr > bo->handle)
51
kref =
pcli
->kref[bo->handle].kref;
58
struct nouveau_client_priv *
pcli
= nouveau_client(client);
local
60
if (
pcli
->kref_nr > bo->handle)
61
push =
pcli
->kref[bo->handle].push;
70
struct nouveau_client_priv *
pcli
= nouveau_client(client);
local
71
if (
pcli
->kref_nr <= bo->handle) {
72
pcli
->kref = realloc(
pcli
->kref
[
all
...]
nouveau.c
553
struct nouveau_client_priv *
pcli
;
local
573
pcli
= calloc(1, sizeof(*
pcli
));
574
if (
pcli
) {
576
pcli
->base.device = dev;
577
pcli
->base.id = (i * 32) + id;
581
*pclient = &
pcli
->base;
591
struct nouveau_client_priv *
pcli
= nouveau_client(*pclient);
local
593
if (
pcli
) {
594
int id =
pcli
->base.id
[
all
...]
Completed in 5 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026