OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmabuf_obj_list_head
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
dmabuf.c
154
if (vgpu && vgpu->active && !list_empty(&vgpu->
dmabuf_obj_list_head
)) {
155
list_for_each(pos, &vgpu->
dmabuf_obj_list_head
) {
363
list_for_each(pos, &vgpu->
dmabuf_obj_list_head
) {
393
list_for_each(pos, &vgpu->
dmabuf_obj_list_head
) {
513
list_add_tail(&dmabuf_obj->list, &vgpu->
dmabuf_obj_list_head
);
608
list_for_each_safe(pos, n, &vgpu->
dmabuf_obj_list_head
) {
vgpu.c
391
INIT_LIST_HEAD(&vgpu->
dmabuf_obj_list_head
);
gvt.h
227
struct list_head
dmabuf_obj_list_head
;
member in struct:intel_vgpu
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025