Searched refs:context_flag (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_context.c185 if (test_and_set_bit(0, &dev->context_flag)) {
193 clear_bit(0, &dev->context_flag);
211 clear_bit(0, &dev->context_flag);
H A Ddrm_irq.c171 dev->context_flag = 0;
H A DdrmP.h674 atomic_t context_flag; /* Context swapping flag */ member in struct:drm_device
H A Ddrm_drv.c319 dev->context_flag = 0;
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_context.c262 * Attempt to set drm_device::context_flag.
266 if (test_and_set_bit(0, &dev->context_flag)) {
274 clear_bit(0, &dev->context_flag);
289 * hardware lock is held, clears the drm_device::context_flag and wakes up
305 clear_bit(0, &dev->context_flag);
H A Ddrm_fops.c80 dev->context_flag = 0;
H A DdrmP.h1015 atomic_t context_flag; /**< Context swapping flag */ member in struct:drm_device

Completed in 179 milliseconds