/external/wmediumd/wmediumd/lib/ |
D | sched.c | 13 uint64_t usfstl_sched_current_time(struct usfstl_scheduler *sched) in usfstl_sched_current_time() 28 static bool usfstl_sched_external_request(struct usfstl_scheduler *sched, in usfstl_sched_external_request() 58 static void usfstl_sched_external_wait(struct usfstl_scheduler *sched) in usfstl_sched_external_wait() 70 void usfstl_sched_add_job(struct usfstl_scheduler *sched, struct usfstl_job *job) in usfstl_sched_add_job() 127 void _usfstl_sched_set_time(struct usfstl_scheduler *sched, uint64_t time) in _usfstl_sched_set_time() 144 void usfstl_sched_set_time(struct usfstl_scheduler *sched, uint64_t time) in usfstl_sched_set_time() 160 static void usfstl_sched_forward(struct usfstl_scheduler *sched, uint64_t until) in usfstl_sched_forward() 177 void usfstl_sched_start(struct usfstl_scheduler *sched) in usfstl_sched_start() 183 struct usfstl_job *usfstl_sched_next(struct usfstl_scheduler *sched) in usfstl_sched_next() 256 void usfstl_sched_set_sync_time(struct usfstl_scheduler *sched, uint64_t time) in usfstl_sched_set_sync_time() [all …]
|
D | wallclock.c | 15 struct usfstl_scheduler *sched; in usfstl_sched_wallclock_handle_fd() local 24 static void usfstl_sched_wallclock_initialize(struct usfstl_scheduler *sched) in usfstl_sched_wallclock_initialize() 34 void usfstl_sched_wallclock_request(struct usfstl_scheduler *sched, uint64_t time) in usfstl_sched_wallclock_request() 55 void usfstl_sched_wallclock_wait(struct usfstl_scheduler *sched) in usfstl_sched_wallclock_wait() 69 void usfstl_sched_wallclock_init(struct usfstl_scheduler *sched, in usfstl_sched_wallclock_init() 85 void usfstl_sched_wallclock_exit(struct usfstl_scheduler *sched) in usfstl_sched_wallclock_exit() 95 static void _usfstl_sched_wallclock_sync_real(struct usfstl_scheduler *sched) in _usfstl_sched_wallclock_sync_real() 112 void usfstl_sched_wallclock_wait_and_handle(struct usfstl_scheduler *sched) in usfstl_sched_wallclock_wait_and_handle()
|
D | schedctrl.c | 126 static void usfstl_sched_ctrl_request(struct usfstl_scheduler *sched, uint64_t time) in usfstl_sched_ctrl_request() 137 static void usfstl_sched_ctrl_wait(struct usfstl_scheduler *sched) in usfstl_sched_ctrl_wait() 154 struct usfstl_scheduler *sched) in usfstl_sched_ctrl_start()
|
/external/mesa3d/src/nouveau/codegen/lib/ |
D | gk104.asm | 103 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 111 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 120 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 128 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 137 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 146 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 154 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 163 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 172 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label 181 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2.c | 90 struct ir2_sched_instr *sched = NULL, *s; in insert() local 143 struct ir2_sched_instr *sched; in scalarize_case1() local 200 sched_next(struct ir2_context *ctx, struct ir2_sched_instr *sched) in sched_next() 377 struct ir2_sched_instr *sched; in schedule_instrs() local
|
/external/perfetto/ui/src/plugins/dev.perfetto.CpuSlices/ |
D | sched_details_tab.ts | 53 sched: Sched; property 66 const sched = await getSched(this.trace.engine, asSchedSqlId(eventId)); constant
|
/external/trusty/musl/src/sched/ |
D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler()
|
/external/musl/src/sched/ |
D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler()
|
/external/perfetto/ui/src/plugins/dev.perfetto.RecordTraceV2/pages/ |
D | cpu.ts | 59 function sched(): RecordProbe { function
|
/external/rust/android-crates-io/crates/rustix/src/process/ |
D | mod.rs | 36 mod sched; module
|
/external/perfetto/src/trace_processor/importers/common/ |
D | sched_event_tracker.h | 49 auto* sched = context_->storage->mutable_sched_slice_table(); in AddStartSlice() local
|
/external/rust/android-crates-io/crates/async-task/tests/ |
D | waker_ready.rs | 85 let sched = move |runnable: Runnable| { localVariable
|
D | waker_pending.rs | 79 let sched = move |runnable: Runnable| { localVariable
|
D | waker_panic.rs | 88 let sched = move |runnable: Runnable| { localVariable
|
/external/wmediumd/wmediumd/inc/usfstl/ |
D | schedctrl.h | 14 struct usfstl_scheduler *sched; member
|
D | sched.h | 230 #define usfstl_sched_for_each_pending(sched, job) \ argument 234 #define usfstl_sched_for_each_pending_safe(sched, job, tmp) \ argument
|
/external/pigweed/pw_kernel/kernel/scheduler/ |
D | locks.rs | 30 pub fn sched(&self) -> &SpinLockGuard<'lock, SchedulerState> { in sched() method 132 pub fn sched(&self) -> &SpinLockGuard<'lock, SchedulerState> { in sched() method
|
/external/crosvm/base/src/sys/windows/ |
D | mod.rs | 30 mod sched; module
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | resolve_query_op.hpp | 59 const query_type& qry, scheduler_impl& sched, in resolve_query_op()
|
D | resolve_endpoint_op.hpp | 58 const endpoint_type& endpoint, scheduler_impl& sched, in resolve_endpoint_op()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_sched_event_tracker_unittest.cc | 80 const auto& sched = context.storage->sched_slice_table(); in TEST_F() local
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
D | priority_scheduler.cpp | 135 priority_scheduler sched; in main() local
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_schedule_instructions.cpp | 1993 elk_fs_visitor::schedule_instructions_pre_ra(elk_fs_instruction_scheduler *sched, in schedule_instructions_pre_ra() 2012 elk_fs_instruction_scheduler sched(mem_ctx, this, grf_count, first_non_payload_grf, in schedule_instructions_post_ra() local 2026 elk_vec4_instruction_scheduler sched(mem_ctx, this, prog_data->total_grf); in opt_schedule_instructions() local
|
/external/toolchain-utils/crosperf/ |
D | schedv2.py | 24 def __init__(self, dut, sched): argument
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ |
D | priority_scheduler.cpp | 162 priority_scheduler sched; in main() local
|