OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qxl_ring
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h
224
struct
qxl_ring
*release_ring;
225
struct
qxl_ring
*command_ring;
226
struct
qxl_ring
*cursor_ring;
298
struct
qxl_ring
*qxl_ring_create(struct qxl_ring_header *header,
304
void qxl_ring_free(struct
qxl_ring
*ring);
305
void qxl_ring_init_hdr(struct
qxl_ring
*ring);
306
int qxl_check_idle(struct
qxl_ring
*ring);
393
int qxl_ring_push(struct
qxl_ring
*ring, const void *new_elt, bool interruptible);
qxl_cmd.c
47
struct
qxl_ring
{
struct
56
void qxl_ring_free(struct
qxl_ring
*ring)
61
void qxl_ring_init_hdr(struct
qxl_ring
*ring)
66
struct
qxl_ring
*
74
struct
qxl_ring
*ring;
91
static int qxl_check_header(struct
qxl_ring
*ring)
105
int qxl_check_idle(struct
qxl_ring
*ring)
117
int qxl_ring_push(struct
qxl_ring
*ring,
164
static bool qxl_ring_pop(struct
qxl_ring
*ring,
Completed in 33 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025