/src/sys/dev/scsipi/ |
st_atapi.c | 68 int priority; local in function:st_atapibus_match 77 sizeof(st_atapibus_patterns[0]), &priority); 78 return priority;
|
st_atapi.c | 68 int priority; local in function:st_atapibus_match 77 sizeof(st_atapibus_patterns[0]), &priority); 78 return priority;
|
atapiconf.c | 266 int priority, quirks; local in function:atapi_probe_device 272 sizeof(atapi_quirk_patterns[0]), &priority);
|
scsipiconf.c | 168 * Return a priority based on how much of the inquiry data matches 184 int priority, len; local in function:scsipi_inqmatch 190 priority = 2; 194 priority += len; 198 priority += len; 202 priority += len; 206 priority, match->type, match->removable, 209 if (priority > *bestpriority) { 210 *bestpriority = priority;
|
st_scsi.c | 96 int priority; local in function:st_scsibus_match 105 sizeof(st_scsibus_patterns[0]), &priority); 106 return priority;
|
atapiconf.c | 266 int priority, quirks; local in function:atapi_probe_device 272 sizeof(atapi_quirk_patterns[0]), &priority);
|
scsipiconf.c | 168 * Return a priority based on how much of the inquiry data matches 184 int priority, len; local in function:scsipi_inqmatch 190 priority = 2; 194 priority += len; 198 priority += len; 202 priority += len; 206 priority, match->type, match->removable, 209 if (priority > *bestpriority) { 210 *bestpriority = priority;
|
st_scsi.c | 96 int priority; local in function:st_scsibus_match 105 sizeof(st_scsibus_patterns[0]), &priority); 106 return priority;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_sched.c | 55 WARN(1, "Invalid context priority %d\n", amdgpu_priority); 62 enum drm_sched_priority priority) 80 amdgpu_ctx_priority_override(ctx, priority); 89 enum drm_sched_priority priority) 112 amdgpu_ctx_priority_override(ctx, priority); 124 enum drm_sched_priority priority; local in function:amdgpu_sched_ioctl 127 priority = amdgpu_to_sched_priority(args->in.priority); 128 if (priority == DRM_SCHED_PRIORITY_INVALID) 135 priority); [all...] |
amdgpu_sched.c | 55 WARN(1, "Invalid context priority %d\n", amdgpu_priority); 62 enum drm_sched_priority priority) 80 amdgpu_ctx_priority_override(ctx, priority); 89 enum drm_sched_priority priority) 112 amdgpu_ctx_priority_override(ctx, priority); 124 enum drm_sched_priority priority; local in function:amdgpu_sched_ioctl 127 priority = amdgpu_to_sched_priority(args->in.priority); 128 if (priority == DRM_SCHED_PRIORITY_INVALID) 135 priority); [all...] |
amdgpu_bo_list.h | 39 uint32_t priority; member in struct:amdgpu_bo_list_entry
|
amdgpu_bo_list.h | 39 uint32_t priority; member in struct:amdgpu_bo_list_entry
|
amdgpu_job.c | 150 enum drm_sched_priority priority; local in function:amdgpu_job_submit 163 priority = job->base.s_priority; 167 amdgpu_ring_priority_get(ring, priority);
|
amdgpu_job.c | 150 enum drm_sched_priority priority; local in function:amdgpu_job_submit 163 priority = job->base.s_priority; 167 amdgpu_ring_priority_get(ring, priority);
|
/src/distrib/utils/embedded/conf/ |
wii.conf | 25 ${swap_file} none swap sw,priority=1 0 0 key
|
wii.conf | 25 ${swap_file} none swap sw,priority=1 0 0 key
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_scheduler_types.h | 23 * @priority: execution and service priority 28 * @priority will be executed before those with a lower @priority 31 * The &drm_i915_private.kernel_context is assigned the lowest priority. 33 int priority; member in struct:i915_sched_attr 53 * dynamic priority changes. 59 * is put to the back of its priority queue, then reshuffling its dependents).
|
i915_scheduler_types.h | 23 * @priority: execution and service priority 28 * @priority will be executed before those with a lower @priority 31 * The &drm_i915_private.kernel_context is assigned the lowest priority. 33 int priority; member in struct:i915_sched_attr 53 * dynamic priority changes. 59 * is put to the back of its priority queue, then reshuffling its dependents).
|
i915_priolist_types.h | 38 /* Smallest priority value that cannot be bumped. */ 43 * another context. They get scheduled with their default priority and 45 * HW until finished by pretending that they have maximum priority, 46 * i.e. nothing can have higher priority and force us to usurp the 58 int priority; member in struct:i915_priolist
|
i915_priolist_types.h | 38 /* Smallest priority value that cannot be bumped. */ 43 * another context. They get scheduled with their default priority and 45 * HW until finished by pretending that they have maximum priority, 46 * i.e. nothing can have higher priority and force us to usurp the 58 int priority; member in struct:i915_priolist
|
/src/libexec/lfs_cleanerd/ |
cleaner.h | 12 u_int64_t priority; member in struct:clfs_seguse
|
cleaner.h | 12 u_int64_t priority; member in struct:clfs_seguse
|
/src/sys/arch/mips/ralink/ |
ralink_intr.c | 52 * given hardware interrupt priority level. 72 * HW_INT0 - Low Priority Chip Interrupts (Lowest Priority) 73 * HW_INT1 - High Priority Chip Interrupts 77 * HW_INT5 - Timer Interrupt (Highest Priority) 254 * establish the low/high priority cpu interrupts. 255 * note here we pass the value of the priority as the argument 266 ra_intr_establish(int intr, int (*func)(void *), void *arg, int priority) 283 r |= (priority << irq2bit[intr]); 319 * caller handles priority by the calling this function w/ PRI_HIGH firs 324 const int priority = (intptr_t)arg; local in function:ra_pic_intr [all...] |
ralink_intr.c | 52 * given hardware interrupt priority level. 72 * HW_INT0 - Low Priority Chip Interrupts (Lowest Priority) 73 * HW_INT1 - High Priority Chip Interrupts 77 * HW_INT5 - Timer Interrupt (Highest Priority) 254 * establish the low/high priority cpu interrupts. 255 * note here we pass the value of the priority as the argument 266 ra_intr_establish(int intr, int (*func)(void *), void *arg, int priority) 283 r |= (priority << irq2bit[intr]); 319 * caller handles priority by the calling this function w/ PRI_HIGH firs 324 const int priority = (intptr_t)arg; local in function:ra_pic_intr [all...] |
/src/tests/lib/libc/gen/posix_spawn/ |
t_spawnattr.c | 78 int min, max, new, priority; local in function:get_different_priority 81 /* Get the priority range for the new scheduler */ 86 priority = param.sched_priority; 90 if (priority != new) 93 ATF_REQUIRE_MSG(priority != new, "could not find different priority"); 108 int pid, scheduler, child_scheduler, priority, status, pfd[2]; local in function:ATF_TC_BODY 125 priority = get_different_priority(scheduler); 126 sp.sched_priority = priority; 127 printf("using scheduler %d, priority %d\n", scheduler, priority) [all...] |