/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;
|
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;
|
ss.c | 143 int priority; local in function:ssmatch 147 sizeof(ss_patterns[0]), &priority); 148 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_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_bo_list.c | 136 entry->priority = min(info[i].bo_priority, 205 * An item with priority "i" is added to bucket[i]. The lists are then 218 * with the same priority, i.e. it must be stable. 222 unsigned priority = e->priority; local in function:amdgpu_bo_list_get_list 225 list_add_tail(&e->tv.head, &bucket[priority]);
|
amdgpu_ctx.c | 52 enum drm_sched_priority priority) 54 if (priority < 0 || priority >= DRM_SCHED_PRIORITY_MAX) 58 if (priority <= DRM_SCHED_PRIORITY_NORMAL) 76 enum drm_sched_priority priority; local in function:amdgpu_ctx_init_entity 85 priority = (ctx->override_priority == DRM_SCHED_PRIORITY_UNSET) ? 130 r = drm_sched_entity_init(&entity->entity, priority, scheds, num_scheds, 145 enum drm_sched_priority priority, 151 r = amdgpu_ctx_priority_permit(filp, priority); 166 ctx->init_priority = priority; 398 enum drm_sched_priority priority; local in function:amdgpu_ctx_ioctl [all...] |
/src/distrib/utils/embedded/conf/ |
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_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_scheduler.c | 72 GEM_BUG_ON(p->priority >= last_prio); 73 last_prio = p->priority; 93 if (a->priority > b->priority) 95 if (a->priority < b->priority) 104 const int *priorityp = vk, priority = *priorityp; local in function:compare_priolist_key 106 if (p->priority > priority) 108 if (p->priority < priority [all...] |
/src/libexec/lfs_cleanerd/ |
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...] |
/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...] |
/src/sys/kern/ |
sys_sched.c | 66 * Convert user priority or the in-kernel priority or convert the current 67 * priority to the appropriate range according to the policy change. 73 /* Convert user priority to the in-kernel */ 82 /* Neither policy, nor priority change */ 96 * this is a bit arbitrary because the priority is dynamic 129 /* Validate priority */ 167 /* Disallow setting of priority for SCHED_OTHER threads */ 174 /* Convert priority, if needed */ 186 /* Set the scheduling class, change the priority */ 673 pri_t priority; local in function:sched_listener_cb [all...] |
/src/games/dm/ |
dm.c | 65 static int priority = 0; /* priority game runs at */ variable in typeref:typename:int 116 if (priority > 0) /* < 0 requires root */ 117 (void)setpriority(PRIO_PROCESS, 0, priority); 228 priority = atoi(s_priority);
|
/src/sys/arch/amiga/amiga/ |
cc.h | 79 short priority; /* Private. */ member in struct:vbl_node
|
/src/sys/arch/dreamcast/dev/g1/ |
gdrom.c | 330 int priority; local in function:gdrommatch 334 sizeof(gdrom_patterns[0]), &priority); 336 if (priority > 0) { 338 priority = 255; 341 return priority;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_cs.c | 49 * An item with priority "i" is added to bucket[i]. The lists are then 65 struct list_head *item, unsigned priority) 70 * with the same priority, i.e. it must be stable. 72 list_add_tail(item, &b->bucket[min(priority, RADEON_CS_MAX_PRIORITY)]); 112 unsigned priority; local in function:radeon_cs_parser_relocs 125 * Also, the buffers used for write have a higher priority than 129 priority = (r->flags & RADEON_RELOC_PRIO_MASK) * 2 151 priority = RADEON_CS_MAX_PRIORITY; 195 priority); 224 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority) 291 s32 priority = 0; local in function:radeon_cs_parser_init [all...] |
/src/sys/sys/ |
agpio.h | 147 uint32_t priority; /* priority for paging out */ member in struct:_agp_unbind
|
/src/sys/dev/raidframe/ |
rf_diskqueue.h | 64 int priority; /* the priority of this request */ member in struct:RF_DiskQueueData_s 95 int (*Promote) (void *, RF_StripeNum_t, RF_ReconUnitNum_t); /* promotes priority of 107 int curPriority; /* the priority of accs all that are currently 131 (!RF_QUEUE_FULL(_q_) && ((_r_)->priority >= (_q_)->curPriority)))
|
/src/lib/libc/nameser/ |
ns_print.c | 272 /* Priority. */ 290 /* Priority. */ 391 u_int priority, weight, port; local in function:ns_sprintrrf 397 /* Priority, Weight, Port. */ 398 priority = ns_get16(rdata); rdata += NS_INT16SZ; 401 len = SPRINTF((t, "%u %u %u ", priority, weight, port)); 649 /* Priority, Weight, Port. */
|