| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| H A D | sched_policy.c | 139 struct intel_gvt_workload_scheduler *scheduler = &gvt->scheduler; in try_to_schedule_next_vgpu() local 148 if (scheduler->next_vgpu == scheduler->current_vgpu) { in try_to_schedule_next_vgpu() 149 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu() 157 scheduler->need_reschedule = true; in try_to_schedule_next_vgpu() 161 if (scheduler->current_workload[i]) in try_to_schedule_next_vgpu() 166 vgpu_update_timeslice(scheduler->current_vgpu, cur_time); in try_to_schedule_next_vgpu() 167 vgpu_data = scheduler->next_vgpu->sched_data; in try_to_schedule_next_vgpu() 171 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu() 172 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu() 174 scheduler->need_reschedule = false; in try_to_schedule_next_vgpu() [all …]
|
| H A D | scheduler.c | 238 struct intel_gvt_workload_scheduler *scheduler = &gvt->scheduler; in shadow_context_status_change() local 244 spin_lock_irqsave(&scheduler->mmio_context_lock, flags); in shadow_context_status_change() 246 scheduler->engine_owner[ring_id]) { in shadow_context_status_change() 248 intel_gvt_switch_mmio(scheduler->engine_owner[ring_id], in shadow_context_status_change() 250 scheduler->engine_owner[ring_id] = NULL; in shadow_context_status_change() 252 spin_unlock_irqrestore(&scheduler->mmio_context_lock, flags); in shadow_context_status_change() 257 workload = scheduler->current_workload[ring_id]; in shadow_context_status_change() 263 spin_lock_irqsave(&scheduler->mmio_context_lock, flags); in shadow_context_status_change() 264 if (workload->vgpu != scheduler->engine_owner[ring_id]) { in shadow_context_status_change() 266 intel_gvt_switch_mmio(scheduler->engine_owner[ring_id], in shadow_context_status_change() [all …]
|
| H A D | debugfs.c | 104 spin_lock_bh(&gvt->scheduler.mmio_context_lock); in vgpu_mmio_diff_show() 111 spin_unlock_bh(&gvt->scheduler.mmio_context_lock); in vgpu_mmio_diff_show()
|
| /netbsd-src/tests/lib/libc/gen/posix_spawn/ |
| H A D | t_spawnattr.c | 69 get_different_priority(int scheduler) in get_different_priority() argument 75 max = sched_get_priority_max(scheduler); in get_different_priority() 76 min = sched_get_priority_min(scheduler); in get_different_priority() 88 min, max, scheduler, new); in get_different_priority() 103 int pid, scheduler, child_scheduler, priority, status, err, pfd[2]; in ATF_TC_BODY() local 120 scheduler = get_different_scheduler(); in ATF_TC_BODY() 121 priority = get_different_priority(scheduler); in ATF_TC_BODY() 123 printf("using scheduler %d, priority %d\n", scheduler, priority); in ATF_TC_BODY() 134 posix_spawnattr_setschedpolicy(&attr, scheduler); in ATF_TC_BODY() 144 ATF_REQUIRE_MSG(scheduler == child_scheduler, in ATF_TC_BODY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/rtems/ |
| H A D | proc.c | 52 unsigned long scheduler) in allocate_thread_pool_reservoir() argument 59 res = gomp_thread_pool_reservoirs[scheduler]; in allocate_thread_pool_reservoir() 72 gomp_thread_pool_reservoirs[scheduler] = res; in allocate_thread_pool_reservoir() 77 unsigned long *scheduler) in parse_thread_pools() argument 111 *scheduler = i; in parse_thread_pools() 128 unsigned long scheduler; in init_thread_pool_reservoirs() local 129 env = parse_thread_pools (env, &count, &priority, &scheduler); in init_thread_pool_reservoirs() 130 allocate_thread_pool_reservoir (count, priority, scheduler); in init_thread_pool_reservoirs()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/config/rtems/ |
| H A D | proc.c | 52 unsigned long scheduler) in allocate_thread_pool_reservoir() argument 59 res = gomp_thread_pool_reservoirs[scheduler]; in allocate_thread_pool_reservoir() 72 gomp_thread_pool_reservoirs[scheduler] = res; in allocate_thread_pool_reservoir() 77 unsigned long *scheduler) in parse_thread_pools() argument 114 *scheduler = i; in parse_thread_pools() 131 unsigned long scheduler; in init_thread_pool_reservoirs() local 132 env = parse_thread_pools (env, &count, &priority, &scheduler); in init_thread_pool_reservoirs() 133 allocate_thread_pool_reservoir (count, priority, scheduler); in init_thread_pool_reservoirs()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | ChangeLog | 5 - decompose topological sort of clusters in incremental scheduler 43 - scheduler fix involving fixed dimensions 51 - use incremental scheduler by default 69 - try harder to avoid large coefficients in scheduler 93 - optionally combine SCCs incrementally in scheduler 94 - optionally maximize coincidence in scheduler 95 - optionally avoid loop coalescing in scheduler
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleB.td | 9 /// Define scheduler resources associated with def operands. 29 /// Define scheduler resources associated with use operands. 49 /// Define default scheduler resources for B.
|
| /netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
| H A D | leyin2a.sc | 6 # the incremental scheduler is used. 7 # This is the incremental scheduler version.
|
| H A D | leyin2b.sc | 6 # the incremental scheduler is used. 7 # This is the whole-component scheduler version.
|
| H A D | bounded_coefficients.sc | 6 # This test uses the whole component scheduler 7 # because the incremental scheduler has no reason to fuse anything.
|
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | pfctl_altq.c | 156 switch (a->scheduler) { in print_altq() 194 if (a->scheduler == ALTQT_CBQ || a->scheduler == ALTQT_HFSC) { in print_queue() 205 switch (a->scheduler) { in print_queue() 271 switch (altq->scheduler) { in check_commit_altq() 306 pa->scheduler = if_pa->scheduler; in eval_pfqueue() 329 if (pa->scheduler == ALTQT_CBQ || pa->scheduler == ALTQT_HFSC) { in eval_pfqueue() 365 switch (pa->scheduler) { in eval_pfqueue() 1155 switch (pa->scheduler) { in eval_queue_opts()
|
| H A D | parse.y | 168 int scheduler; member 237 struct node_queue_opt scheduler; member 460 %type <v.queue_options> scheduler 1300 if ($3.scheduler.qtype == ALTQT_NONE) { 1304 a.scheduler = $3.scheduler.qtype; 1312 &$3.scheduler)) 1345 a.scheduler = $4.scheduler.qtype; 1347 &$4.scheduler)) { 1358 queue_opts.scheduler.qtype = ALTQT_NONE; 1367 queue_opts.scheduler.qtype = ALTQT_NONE; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | concurrency.d | 188 if (scheduler is null) in thisInfo() 190 return scheduler.thisInfo; in thisInfo() 510 if (scheduler !is null) 511 scheduler.spawn(&exec); 1437 __gshared Scheduler scheduler; variable 1450 if (scheduler is null) in yield() 1456 scheduler.yield(); in yield() 1668 scheduler = s; in testScheduler() 1669 scheduler.start({ in testScheduler() 1703 scheduler = null; in testScheduler() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | concurrency.d | 260 if (scheduler is null) in thisInfo() 262 return scheduler.thisInfo; in thisInfo() 616 if (scheduler !is null) 617 scheduler.spawn(&exec); 1656 __gshared Scheduler scheduler; variable 1669 if (scheduler is null) in yield() 1675 scheduler.yield(); in yield() 1959 scheduler = new ThreadScheduler; 1960 scheduler.spawn(testdg); 1963 scheduler = new FiberScheduler; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 168 .. option:: -scheduler-stats 170 Enable extra scheduler statistics. This view collects and analyzes instruction 531 [1]: Average time spent waiting in a scheduler's queue 532 [2]: Average time spent waiting in a scheduler's queue while ready 568 scheduler's queue for the operands to become available. By the time vmulps is 572 spent 1cy in the scheduler's queue. 598 scheduler's queue. The difference between the two counters is a good indicator 735 logic is unable to dispatch a full group because the scheduler's queue is full. 749 buffer entries (i.e., scheduler queue entries) used at runtime. Resource JFPU01 753 * JALU01 - A scheduler for ALU instructions. [all …]
|
| H A D | lli.rst | 136 .. option:: -disable-post-RA-scheduler 156 .. option:: -pre-RA-sched=scheduler 162 =default: Best scheduler for the target 168 =list-td: Top-down list scheduler
|
| /netbsd-src/doc/roadmaps/ |
| H A D | system | 14 8. Processor and cache topology aware scheduler 79 8. Processor and cache topology aware scheduler 83 Improve the scheduler to make decisions about thread migration
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_getparam.c | 69 value = !!(i915->caps.scheduler & I915_SCHEDULER_CAP_SEMAPHORES); in i915_getparam_ioctl() 115 value = i915->caps.scheduler; in i915_getparam_ioctl()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_engine_user.c | 180 i915->caps.scheduler = enabled & ~disabled; in set_scheduler_caps() 181 if (!(i915->caps.scheduler & I915_SCHEDULER_CAP_ENABLED)) in set_scheduler_caps() 182 i915->caps.scheduler = 0; in set_scheduler_caps()
|
| /netbsd-src/distrib/syspkg/sets/etc/etc-cron-rc/ |
| H A D | DESCR | 1 startup script for cron(8) command scheduler
|
| H A D | COMMENT | 1 startup script for cron(8) command scheduler
|
| /netbsd-src/distrib/syspkg/sets/etc/etc-cron-root/ |
| H A D | COMMENT | 1 root file system support for cron(8) command scheduler
|
| /netbsd-src/distrib/syspkg/sets/man/man-cron-catman/ |
| H A D | DESCR | 1 formatted man pages for the cron(8) command scheduler
|
| H A D | COMMENT | 1 formatted man pages for the cron(8) command scheduler
|