HomeSort by: relevance | last modified time | path
    Searched defs:priority (Results 1 - 25 of 223) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/mit/libuv/dist/test/
test-process-priority.c 27 int priority; local
45 set this specific priority. */
50 ASSERT_OK(uv_os_getpriority(0, &priority));
52 /* Verify that the priority values match on Unix, and are range mapped
55 ASSERT_EQ(priority, i);
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH);
62 ASSERT_EQ(priority, UV_PRIORITY_HIGH);
64 ASSERT_EQ(priority, UV_PRIORITY_ABOVE_NORMAL);
66 ASSERT_EQ(priority, UV_PRIORITY_NORMAL)
    [all...]
test-thread-priority.c 48 int priority; local
62 ASSERT_OK(uv_thread_getpriority(task_id, &priority));
65 ASSERT_EQ(priority, THREAD_PRIORITY_NORMAL);
75 ASSERT(priority >= min && priority <= max);
79 ASSERT_OK(uv_thread_getpriority(task_id, &priority));
82 ASSERT_EQ(priority, THREAD_PRIORITY_LOWEST);
84 ASSERT_EQ(priority, min);
91 ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority));
92 ASSERT_EQ(priority, 0)
    [all...]
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_log.c 70 int priority; local
78 priority = LOG_DEBUG;
81 priority = LOG_INFO;
84 priority = LOG_NOTICE;
88 priority = LOG_ERR;
93 vsyslog(priority, fmt, ap);
108 int priority; local
116 priority = LOG_DEBUG;
119 priority = LOG_INFO;
122 priority = LOG_NOTICE
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 18 : msg(_msg), priority(_priority)
24 int getPriority() const { return priority; }
29 int priority; member in class:WpaMsg
  /src/external/gpl3/gcc/dist/gcc/common/config/i386/
i386-isas.h 26 const enum feature_priority priority; member in struct:_isa_names_table
45 # define ISA_NAMES_TABLE_ENTRY(name, feature, priority, option) \
46 {name, feature, priority, option},
  /src/external/gpl3/gcc.old/dist/gcc/common/config/i386/
i386-isas.h 26 const enum feature_priority priority; member in struct:_isa_names_table
45 # define ISA_NAMES_TABLE_ENTRY(name, feature, priority, option) \
46 {name, feature, priority, option},
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
uri_256.h 21 uint16_t priority; member in struct:dns_rdata_uri
  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
srv_33.h 24 uint16_t priority; member in struct:dns_rdata_in_srv
svcb_64.h 25 uint16_t priority; member in struct:dns_rdata_in_svcb
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
uri_256.h 22 uint16_t priority; member in struct:dns_rdata_uri
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
srv_33.h 25 uint16_t priority; member in struct:dns_rdata_in_srv
svcb_64.h 26 uint16_t priority; member in struct:dns_rdata_in_svcb
  /src/sys/dev/scsipi/
st_atapi.c 68 int priority; local
77 sizeof(st_atapibus_patterns[0]), &priority);
78 return priority;
scsipiconf.c 168 * Return a priority based on how much of the inquiry data matches
184 int priority, len; local
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
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
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
  /src/external/gpl2/mkhybrid/dist/
name.c 58 int priority = 32767; local
126 * generated by some editors. Lower the priority of
131 priority = 1;
138 * generated by some editors. Lower the priority of
143 priority = 1;
340 * we see this, convert the version number into the priority
361 priority = prio1;
391 sresult->priority = priority;
  /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
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
pool.h 44 int priority; member in struct:gomp_thread_pool_reservoir
129 if (res != NULL && res->priority > 0)
139 param.sched_priority = res->priority;
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
pool.h 44 int priority; member in struct:gomp_thread_pool_reservoir
129 if (res != NULL && res->priority > 0)
139 param.sched_priority = res->priority;
  /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
    [all...]
  /src/tests/lib/libc/gen/posix_spawn/
t_spawnattr.c 78 int min, max, new, priority; local
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
125 priority = get_different_priority(scheduler);
126 sp.sched_priority = priority;
127 printf("using scheduler %d, priority %d\n", scheduler, priority)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Multilib.h 37 int Priority;
41 StringRef IncludeSuffix = {}, int Priority = 0);
81 /// Returns the multilib priority. When more than one multilib matches flags,
82 /// the one with the highest priority is selected, with 0 being the default.
83 int priority() const { return Priority; } function in class:clang::driver::Multilib

Completed in 82 milliseconds

1 2 3 4 5 6 7 8 9