Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 25 of 101) sorted by relevance

12345

/dragonfly/sys/dev/drm/scheduler/
HDgpu_scheduler.c62 static void drm_sched_wakeup(struct drm_gpu_scheduler *sched);
72 static void drm_sched_rq_init(struct drm_gpu_scheduler *sched, in drm_sched_rq_init() argument
78 rq->sched = sched; in drm_sched_rq_init()
245 job->sched->ops->free_job(job); in drm_sched_entity_kill_jobs_cb()
262 struct drm_gpu_scheduler *sched; in drm_sched_entity_flush() local
268 sched = entity->rq->sched; in drm_sched_entity_flush()
276 sched->job_scheduled, in drm_sched_entity_flush()
281 … wait_event_interruptible(sched->job_scheduled, drm_sched_entity_is_idle(entity)); in drm_sched_entity_flush()
308 struct drm_gpu_scheduler *sched; in drm_sched_entity_fini() local
310 sched = entity->rq->sched; in drm_sched_entity_fini()
[all …]
HDsched_fence.c81 return (const char *)fence->sched->name; in drm_sched_fence_get_timeline_name()
164 fence->sched = entity->rq->sched; in drm_sched_fence_create()
/dragonfly/sbin/usched/
HDusched.c53 char *sched = NULL; in main() local
81 sched = strsep(&sched_cpustr, ":"); in main()
82 if (strcmp(sched, "default") == 0) in main()
87 if (strlen(sched) == 0 && cpustr == NULL) { in main()
122 if (strlen(sched) != 0) { in main()
126 sched); in main()
129 sched, strlen(sched)); in main()
134 pid, sched, (int)strlen(sched)); in main()
/dragonfly/tools/regression/p1003_1b/
HDsched.c60 checkpris(int sched) in checkpris() argument
67 if ( (smin = sched_get_priority_min(sched)) == -1 && errno) in checkpris()
70 if ( (smax = sched_get_priority_max(sched)) == -1 && errno) in checkpris()
75 sched_text(sched), smin, smax); in checkpris()
81 sched_text(sched), smin, smax); in checkpris()
104 int sched(int ac, char *av[]) in sched() function
110 int sched; in sched() local
235 sched = SCHED_FIFO; in sched()
237 q(__LINE__, sched_setscheduler(0, sched, &rt_param), in sched()
250 (void)sched_is(__LINE__, 0, sched); in sched()
[all …]
HDmain.c8 int sched(int argc, char *argv[]);
19 { "sched", sched, 1 },
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_job.c33 struct amdgpu_ring *ring = to_amdgpu_ring(s_job->sched); in amdgpu_job_timedout()
37 job->base.sched->name, atomic_read(&ring->fence_drv.last_seq), in amdgpu_job_timedout()
61 (*job)->base.sched = &adev->rings[0]->sched; in amdgpu_job_alloc()
94 struct amdgpu_ring *ring = to_amdgpu_ring(job->base.sched); in amdgpu_job_free_resources()
107 struct amdgpu_ring *ring = to_amdgpu_ring(s_job->sched); in amdgpu_job_free_cb()
147 ring = to_amdgpu_ring(entity->rq->sched); in amdgpu_job_submit()
158 job->base.sched = &ring->sched; in amdgpu_job_submit_direct()
171 struct amdgpu_ring *ring = to_amdgpu_ring(s_entity->rq->sched); in amdgpu_job_dependency()
203 struct amdgpu_ring *ring = to_amdgpu_ring(sched_job->sched); in amdgpu_job_run()
HDamdgpu_sync.c73 ring = container_of(s_fence->sched, struct amdgpu_ring, sched); in amdgpu_sync_same_dev()
280 if (s_fence->sched == &ring->sched) { in amdgpu_sync_peek_fence()
/dragonfly/sys/opencrypto/
HDxform.c463 null_setkey(void *sched, u_int8_t *key, int len) in null_setkey() argument
487 des1_setkey(void *sched, u_int8_t *key, int len) in des1_setkey() argument
489 return des_set_key((des_cblock *)key, sched); in des1_setkey()
511 des3_setkey(void *sched, u_int8_t *key, int len) in des3_setkey() argument
515 p = sched; in des3_setkey()
555 blf_setkey(void *sched, u_int8_t *key, int len) in blf_setkey() argument
557 BF_set_key(sched, len, key); in blf_setkey()
574 cast5_setkey(void *sched, u_int8_t *key, int len) in cast5_setkey() argument
576 cast_setkey(sched, key, len); in cast5_setkey()
593 skipjack_setkey(void *sched, u_int8_t *key, int len) in skipjack_setkey() argument
[all …]
/dragonfly/sys/dev/drm/include/drm/
HDgpu_scheduler.h106 struct drm_gpu_scheduler *sched; member
147 struct drm_gpu_scheduler *sched; member
186 struct drm_gpu_scheduler *sched; member
279 int drm_sched_init(struct drm_gpu_scheduler *sched,
283 void drm_sched_fini(struct drm_gpu_scheduler *sched);
304 void drm_sched_hw_job_reset(struct drm_gpu_scheduler *sched,
306 void drm_sched_job_recovery(struct drm_gpu_scheduler *sched);
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDx86-tune-sched-core.c238 targetm.sched.dfa_post_advance_cycle in ix86_core2i7_init_hooks()
240 targetm.sched.first_cycle_multipass_init in ix86_core2i7_init_hooks()
242 targetm.sched.first_cycle_multipass_begin in ix86_core2i7_init_hooks()
244 targetm.sched.first_cycle_multipass_issue in ix86_core2i7_init_hooks()
246 targetm.sched.first_cycle_multipass_backtrack in ix86_core2i7_init_hooks()
248 targetm.sched.first_cycle_multipass_end in ix86_core2i7_init_hooks()
250 targetm.sched.first_cycle_multipass_fini in ix86_core2i7_init_hooks()
/dragonfly/contrib/gcc-8.0/libgomp/
HDordered.c298 if (ws->sched == GFS_STATIC) in gomp_doacross_init()
300 else if (ws->sched == GFS_GUIDED) in gomp_doacross_init()
341 if (ws->sched == GFS_STATIC && chunk_size == 0) in gomp_doacross_init()
369 if (__builtin_expect (ws->sched == GFS_STATIC, 1)) in GOMP_doacross_post()
371 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_post()
420 if (__builtin_expect (ws->sched == GFS_STATIC, 1)) in GOMP_doacross_wait()
433 else if (ws->sched == GFS_GUIDED) in GOMP_doacross_wait()
527 if (ws->sched == GFS_STATIC) in gomp_doacross_ull_init()
529 else if (ws->sched == GFS_GUIDED) in gomp_doacross_ull_init()
576 if (ws->sched == GFS_STATIC && chunk_size == 0) in gomp_doacross_ull_init()
[all …]
HDloop.c37 enum gomp_schedule_type sched, long chunk_size) in gomp_loop_init() argument
39 ws->sched = sched; in gomp_loop_init()
46 if (sched == GFS_DYNAMIC) in gomp_loop_init()
460 switch (thr->ts.work_share->sched) in GOMP_loop_runtime_next()
538 switch (thr->ts.work_share->sched) in GOMP_loop_ordered_runtime_next()
558 long incr, enum gomp_schedule_type sched, in gomp_parallel_loop_start() argument
565 gomp_loop_init (&team->work_shares[0], start, end, incr, sched, chunk_size); in gomp_parallel_loop_start()
HDloop_ull.c38 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, in gomp_loop_ull_init() argument
41 ws->sched = sched; in gomp_loop_ull_init()
49 if (sched == GFS_DYNAMIC) in gomp_loop_ull_init()
465 switch (thr->ts.work_share->sched) in GOMP_loop_ull_runtime_next()
543 switch (thr->ts.work_share->sched) in GOMP_loop_ull_ordered_runtime_next()
/dragonfly/contrib/gcc-4.7/gcc/
HDhaifa-sched.c1363 if (targetm.sched.adjust_cost_2) in dep_cost_1()
1364 cost = targetm.sched.adjust_cost_2 (used, (int) dep_type, insn, cost, in dep_cost_1()
1366 else if (targetm.sched.adjust_cost != NULL) in dep_cost_1()
1379 cost = targetm.sched.adjust_cost (used, dep_cost_rtx_link, in dep_cost_1()
2021 if (targetm.sched.adjust_priority) in adjust_priority()
2023 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev)); in adjust_priority()
2030 if (targetm.sched.dfa_pre_advance_cycle) in advance_state()
2031 targetm.sched.dfa_pre_advance_cycle (); in advance_state()
2033 if (targetm.sched.dfa_pre_cycle_insn) in advance_state()
2035 targetm.sched.dfa_pre_cycle_insn ()); in advance_state()
[all …]
HDsel-sched.c1827 if (targetm.sched.needs_block_p (check_ds) in create_speculation_check()
1840 check_pattern = targetm.sched.gen_spec_check (EXPR_INSN_RTX (c_expr), label, in create_speculation_check()
3250 if (targetm.sched.get_insn_checked_ds) in get_spec_check_type_for_insn()
3251 already_checked_ds |= targetm.sched.get_insn_checked_ds (insn); in get_spec_check_type_for_insn()
3369 if (targetm.sched.adjust_priority) in sel_target_adjust_priority()
3370 new_priority = targetm.sched.adjust_priority (EXPR_INSN_RTX (expr), priority); in sel_target_adjust_priority()
4112 if (!targetm.sched.dfa_new_cycle) in sel_dfa_new_cycle()
4117 while (!sort_p && targetm.sched.dfa_new_cycle (sched_dump, sched_verbose, in sel_dfa_new_cycle()
4142 if (targetm.sched.reorder in invoke_reorder_hooks()
4152 = targetm.sched.reorder (sched_dump, sched_verbose, in invoke_reorder_hooks()
[all …]
/dragonfly/sys/dev/netif/ath/ath_rate/sample/
HDsample.c640 *try0 = mrr ? sn->sched[rix].t0 : ATH_TXMAXTRY; in ath_rate_findrate()
676 const struct txschedule *sched = &sn->sched[rix0]; in ath_rate_getxtxrates() local
678 KASSERT(rix0 == sched->r0, ("rix0 (%x) != sched->r0 (%x)!\n", in ath_rate_getxtxrates()
679 rix0, sched->r0)); in ath_rate_getxtxrates()
683 rc[0].rix = sched->r0; in ath_rate_getxtxrates()
684 rc[1].rix = sched->r1; in ath_rate_getxtxrates()
685 rc[2].rix = sched->r2; in ath_rate_getxtxrates()
686 rc[3].rix = sched->r3; in ath_rate_getxtxrates()
688 rc[0].tries = sched->t0; in ath_rate_getxtxrates()
689 rc[1].tries = sched->t1; in ath_rate_getxtxrates()
[all …]
/dragonfly/contrib/gcc-4.7/libgomp/
HDloop.c36 enum gomp_schedule_type sched, long chunk_size) in gomp_loop_init() argument
38 ws->sched = sched; in gomp_loop_init()
45 if (sched == GFS_DYNAMIC) in gomp_loop_init()
343 switch (thr->ts.work_share->sched) in GOMP_loop_runtime_next()
421 switch (thr->ts.work_share->sched) in GOMP_loop_ordered_runtime_next()
441 long incr, enum gomp_schedule_type sched, in gomp_parallel_loop_start() argument
448 gomp_loop_init (&team->work_shares[0], start, end, incr, sched, chunk_size); in gomp_parallel_loop_start()
HDloop_ull.c37 gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, in gomp_loop_ull_init() argument
40 ws->sched = sched; in gomp_loop_ull_init()
48 if (sched == GFS_DYNAMIC) in gomp_loop_ull_init()
356 switch (thr->ts.work_share->sched) in GOMP_loop_ull_runtime_next()
434 switch (thr->ts.work_share->sched) in GOMP_loop_ull_ordered_runtime_next()
/dragonfly/contrib/gcc-8.0/gcc/
HDhaifa-sched.c1491 if (targetm.sched.adjust_cost) in dep_cost_1()
1492 cost = targetm.sched.adjust_cost (used, (int) dep_type, insn, cost, in dep_cost_1()
1606 targetm.sched.fusion_priority (insn, FUSION_MAX_PRIORITY, in priority()
3119 if (targetm.sched.adjust_priority) in adjust_priority()
3121 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev)); in adjust_priority()
3128 if (targetm.sched.dfa_pre_advance_cycle) in advance_state()
3129 targetm.sched.dfa_pre_advance_cycle (); in advance_state()
3131 if (targetm.sched.dfa_pre_cycle_insn) in advance_state()
3133 targetm.sched.dfa_pre_cycle_insn ()); in advance_state()
3137 if (targetm.sched.dfa_post_cycle_insn) in advance_state()
[all …]
HDsel-sched.c1785 if (targetm.sched.needs_block_p (check_ds) in create_speculation_check()
1798 check_pattern = targetm.sched.gen_spec_check (EXPR_INSN_RTX (c_expr), label, in create_speculation_check()
3209 if (targetm.sched.get_insn_checked_ds) in get_spec_check_type_for_insn()
3210 already_checked_ds |= targetm.sched.get_insn_checked_ds (insn); in get_spec_check_type_for_insn()
3328 if (targetm.sched.adjust_priority) in sel_target_adjust_priority()
3329 new_priority = targetm.sched.adjust_priority (EXPR_INSN_RTX (expr), priority); in sel_target_adjust_priority()
4049 if (!targetm.sched.dfa_new_cycle) in sel_dfa_new_cycle()
4054 while (!sort_p && targetm.sched.dfa_new_cycle (sched_dump, sched_verbose, in sel_dfa_new_cycle()
4079 if (targetm.sched.reorder in invoke_reorder_hooks()
4089 = targetm.sched.reorder (sched_dump, sched_verbose, in invoke_reorder_hooks()
[all …]
/dragonfly/contrib/tcsh-6/nls/russian/
HDset1112 110 Использование: sched -<номер элемента>.\nИспользование: sched [+]ЧЧ:ММ <команда>
/dragonfly/contrib/tcsh-6/nls/ja/
HDset1112 110 形式: sched -<項目番号>.\n形式: sched [+]hh:mm <コマンド>
/dragonfly/contrib/tcsh-6/nls/ukrainian/
HDset1112 110 Використання: sched -<# елемента>.\nВикористання: sched [+]год:хв <команда>
HDset241 $ tc.sched.c
/dragonfly/contrib/tcsh-6/nls/greek/
HDset1112 110 Χρήση: sched -<#αντικειμένου>.\nΧρήση: sched [+]ωω:λλ <εντολή>

12345