OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:execute_cb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h
215
struct list_head
execute_cb
;
member in struct:i915_request
i915_request.c
48
struct
execute_cb
{
struct
140
struct
execute_cb
*cb = container_of(wrk, typeof(*cb), work);
148
struct
execute_cb
*cb = container_of(wrk, typeof(*cb), work);
159
struct
execute_cb
*cb;
163
if (list_empty(&rq->
execute_cb
))
166
list_for_each_entry(cb, &rq->
execute_cb
, link)
177
* master
execute_cb
may refire.
179
INIT_LIST_HEAD(&rq->
execute_cb
);
281
GEM_BUG_ON(!list_empty(&rq->
execute_cb
));
318
struct
execute_cb
*cb
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025