OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:work_tdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_main.c
207
schedule_delayed_work(&sched->
work_tdr
, sched->timeout);
219
mod_delayed_work(system_wq, &sched->
work_tdr
, 0);
240
cancel_delayed_work(&sched->
work_tdr
);
245
sched_timeout = sched->
work_tdr
.timer.expires;
251
if (mod_delayed_work(system_wq, &sched->
work_tdr
, MAX_SCHEDULE_TIMEOUT)
277
cancel_delayed_work(&sched->
work_tdr
);
279
mod_delayed_work(system_wq, &sched->
work_tdr
, remaining);
302
sched = container_of(work, struct drm_gpu_scheduler,
work_tdr
.work);
461
cancel_delayed_work(&sched->
work_tdr
);
703
!cancel_delayed_work(&sched->
work_tdr
)) ||
[
all
...]
/src/sys/external/bsd/drm2/dist/include/drm/
gpu_scheduler.h
266
* @
work_tdr
: schedules a delayed call to @drm_sched_job_timedout after the
289
struct delayed_work
work_tdr
;
member in struct:drm_gpu_scheduler
Completed in 11 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025