OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwsp_free_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_types.h
46
struct list_head
hwsp_free_list
;
member in struct:intel_gt::intel_gt_timelines
intel_timeline.c
65
/*
hwsp_free_list
only contains HWSP that have available cachelines */
66
hwsp = list_first_entry_or_null(>->
hwsp_free_list
,
90
list_add(&hwsp->free_link, >->
hwsp_free_list
);
114
list_add_tail(&hwsp->free_link, >->
hwsp_free_list
);
275
INIT_LIST_HEAD(&timelines->
hwsp_free_list
);
576
GEM_BUG_ON(!list_empty(&timelines->
hwsp_free_list
));
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025