Home
last modified time | relevance | path

Searched defs:sched (Results 1 – 25 of 62) sorted by relevance

123

/external/wmediumd/wmediumd/lib/
Dsched.c13 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 …]
Dwallclock.c15 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()
Dschedctrl.c126 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/
Dgk104.asm103 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/
Dir2.c90 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/
Dsched_details_tab.ts53 sched: Sched; property
66 const sched = await getSched(this.trace.engine, asSchedSqlId(eventId)); constant
/external/trusty/musl/src/sched/
Dsched_setscheduler.c5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler()
/external/musl/src/sched/
Dsched_setscheduler.c5 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/
Dcpu.ts59 function sched(): RecordProbe { function
/external/rust/android-crates-io/crates/rustix/src/process/
Dmod.rs36 mod sched; module
/external/perfetto/src/trace_processor/importers/common/
Dsched_event_tracker.h49 auto* sched = context_->storage->mutable_sched_slice_table(); in AddStartSlice() local
/external/rust/android-crates-io/crates/async-task/tests/
Dwaker_ready.rs85 let sched = move |runnable: Runnable| { localVariable
Dwaker_pending.rs79 let sched = move |runnable: Runnable| { localVariable
Dwaker_panic.rs88 let sched = move |runnable: Runnable| { localVariable
/external/wmediumd/wmediumd/inc/usfstl/
Dschedctrl.h14 struct usfstl_scheduler *sched; member
Dsched.h230 #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/
Dlocks.rs30 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/
Dmod.rs30 mod sched; module
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dresolve_query_op.hpp59 const query_type& qry, scheduler_impl& sched, in resolve_query_op()
Dresolve_endpoint_op.hpp58 const endpoint_type& endpoint, scheduler_impl& sched, in resolve_endpoint_op()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_sched_event_tracker_unittest.cc80 const auto& sched = context.storage->sched_slice_table(); in TEST_F() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dpriority_scheduler.cpp135 priority_scheduler sched; in main() local
/external/mesa3d/src/intel/compiler/elk/
Delk_schedule_instructions.cpp1993 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/
Dschedv2.py24 def __init__(self, dut, sched): argument
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dpriority_scheduler.cpp162 priority_scheduler sched; in main() local

123