Searched defs:pinned (Results 1 - 3 of 3) sorted by relevance

/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/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/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 ?

Completed in 78 milliseconds