/aosp_15_r20/external/wmediumd/wmediumd/lib/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/lib/ |
H A 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 …]
|
/aosp_15_r20/bionic/tests/ |
H A D | sched_test.cpp | 32 TEST(sched, clone) { in TEST() argument 50 TEST(sched, clone) { in TEST() argument 56 TEST(sched, clone_errno) { in TEST() argument 65 TEST(sched, clone_null_child_stack) { in TEST() argument 72 TEST(sched, cpu_set) { in TEST() argument 87 TEST(sched, cpu_count) { in TEST() argument 99 TEST(sched, cpu_zero) { in TEST() argument 109 TEST(sched, cpu_clr) { in TEST() argument 128 TEST(sched, cpu_equal) { in TEST() argument 140 TEST(sched, cpu_op) { in TEST() argument [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A 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
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.CpuSlices/ |
H A D | sched_details_tab.ts | 53 sched: Sched; property 66 const sched = await getSched(this.trace.engine, asSchedSqlId(eventId)); constant
|
/aosp_15_r20/frameworks/av/media/utils/ |
H A D | ThreadSnapshot.cpp | 43 std::string sched = getThreadSchedAsString(getTid()); // tid could race here, in onBegin() local 72 void ThreadSnapshot::State::onBegin(std::string sched) { in onBegin()
|
H A D | Process.cpp | 52 std::string sched; in getThreadSchedAsString() local
|
/aosp_15_r20/external/wmediumd/wmediumd/inc/usfstl/ |
H A 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
|
H A D | schedctrl.h | 14 struct usfstl_scheduler *sched; member
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_schedule_instructions.cpp | 1991 elk_fs_visitor::schedule_instructions_pre_ra(elk_fs_instruction_scheduler *sched, in schedule_instructions_pre_ra() 2010 elk_fs_instruction_scheduler sched(mem_ctx, this, grf_count, first_non_payload_grf, in schedule_instructions_post_ra() local 2024 elk_vec4_instruction_scheduler sched(mem_ctx, this, prog_data->total_grf); in opt_schedule_instructions() local
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | ocb.c | 566 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_encrypt() local 577 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_decrypt() local 588 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_ecb_encrypt_blks() local 600 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_ecb_decrypt_blks() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 1145 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local 1154 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local 1180 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local 1228 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/aes/ |
H A D | aes_nohw.c | 1146 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local 1155 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local 1181 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local 1227 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/aes/ |
H A D | aes_nohw.c | 1146 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local 1155 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local 1181 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local 1227 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 1145 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local 1154 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local 1180 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local 1228 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/musl/src/sched/ |
H A D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | experimental_sched_upid.cc | 43 const tables::SchedSliceTable& sched, in ExperimentalSchedUpid()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/ |
D | mod.rs | 36 mod sched; module
|
/aosp_15_r20/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
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_schedule_instructions.cpp | 1619 brw_schedule_instructions_pre_ra(fs_visitor &s, instruction_scheduler *sched, in brw_schedule_instructions_pre_ra() 1638 instruction_scheduler sched(mem_ctx, &s, grf_count, s.first_non_payload_grf, in brw_schedule_instructions_post_ra() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | sched_event_tracker.h | 50 auto* sched = context_->storage->mutable_sched_slice_table(); in AddStartSlice() local
|