Searched defs:context (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_lock.c | 66 if (lock->context == DRM_KERNEL_CONTEXT) { 67 DRM_ERROR("Process %d using kernel context %d\n", 68 DRM_CURRENTPID, lock->context); 76 lock->context, DRM_CURRENTPID, 80 if (lock->context < 0) 86 if (drm_lock_take(&master->lock, lock->context)) { 103 DRM_DEBUG("%d %s\n", lock->context, 111 lock->context); 136 if (lock->context == DRM_KERNEL_CONTEXT) { 137 DRM_ERROR("Process %d using kernel context 164 drm_lock_take(struct drm_lock_data *lock_data, unsigned int context) argument 210 drm_lock_transfer(struct drm_lock_data *lock_data, unsigned int context) argument 235 drm_lock_free(struct drm_lock_data *lock_data, unsigned int context) argument [all...] |
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 184 static GC textgc[MAXSCREENS]; /* graphics context used for text rendering */ 344 sigcatch(int sig, siginfo_t *info, void *context) argument 346 NOTE(ARGUNUSED(context))
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_display.c | 7794 const char *context) 7797 context, pipe_name(crtc->pipe)); 7792 intel_dump_pipe_config(struct intel_crtc *crtc, struct intel_crtc_config *pipe_config, const char *context) argument
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drmP.h | 487 int context; /* Kernel queue for this buffer */ member in struct:drm_buf 570 drm_context_t handle; /**< context handle */ 1076 * can be used in interrupt context, so they need to know 1116 struct list_head ctxlist; /**< Linked list of context handles */ 1117 int ctx_count; /**< Number of context handles */ 1134 int last_context; /* Last current context */ 1135 unsigned long last_switch; /**< jiffies at last context switch */ 1381 extern int drm_lock_take(struct drm_lock_data *lock_data, unsigned int context); 1382 extern int drm_lock_free(struct drm_lock_data *lock_data, unsigned int context);
|
Completed in 2290 milliseconds