Searched refs:pinned (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java831 * type) whose size (minus the number of pinned resources
846 List pinned;
852 bValue = new Value("cpu.pinned", true);
854 pinned = res.getComponents(valueList);
857 if (pinned.size() > min)
858 size -= pinned.size() - min;
868 * The list consists of all Processors (excluding the pinned
884 if (cpu.getBoolProperty("cpu.pinned") == false)
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c240 { "cpu.pinned", POOL_VALUE_INITIALIZER, PP_STORED | PP_OPTIONAL, NULL,
977 * resource_get_pinned() updates pinned with the size of the
978 * pinned part of a supplied resource. Resource is not available for
979 * allocation if it is marked as "pinned".
984 resource_get_pinned(const pool_resource_t *res, uint64_t *pinned) argument
994 if (pool_value_set_name(props[0], "cpu.pinned") != PO_SUCCESS)
999 *pinned = ncompelem;
1002 *pinned = 0;
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c1067 DRM_ERROR("Attempting to unbind pinned buffer\n");
1313 /* If we don't have a page list set up, then we're not pinned
2002 int ret = 0, i, pinned = 0; local
2087 DRM_ERROR("Not all object pinned");
2090 pinned = i + 1;
2106 for (i = 0; i < pinned; i++)
2108 pinned = 0;
2191 for (i = 0; i < pinned; i++)
2266 /* If the object is no longer pinned, and is
2310 DRM_ERROR("Already pinned i
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3009 uintptr_t pinned; local
3150 pinned = (uintptr_t)t.t_intr;
3153 if (found_one && pinned != NULL) {
3158 (uintptr_t)pinned) == -1) {
3160 pinned);
3173 CPUINFO_TWIDTH, pinned,
3174 pinned == (uintptr_t)cpu->cpu_idle_thread ?
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s557 ! The pinned thread we're resuming already has the CPU pointer set.
H A Dinterrupt.s451 ! is set to the pinned thread *before* curthread is changed.
645 ! Don't keep a pinned process pinned indefinitely. Bump cpu_intrcnt
647 ! we've crossed the threshold and we should unpin the pinned threads
745 ldn [THREAD_REG + T_INTR], %o4 ! pinned thread
766 ! If we pinned an interrupt thread, store its starting timestamp.

Completed in 88 milliseconds