Lines Matching refs:atomic_set
149 atomic_set(&dev->ioctl_count, 0); in mga_setup()
150 atomic_set(&dev->vma_count, 0); in mga_setup()
152 atomic_set(&dev->buf_alloc, 0); in mga_setup()
156 atomic_set(&dev->total_open, 0); in mga_setup()
157 atomic_set(&dev->total_close, 0); in mga_setup()
158 atomic_set(&dev->total_ioctl, 0); in mga_setup()
159 atomic_set(&dev->total_irq, 0); in mga_setup()
160 atomic_set(&dev->total_ctx, 0); in mga_setup()
161 atomic_set(&dev->total_locks, 0); in mga_setup()
162 atomic_set(&dev->total_unlocks, 0); in mga_setup()
163 atomic_set(&dev->total_contends, 0); in mga_setup()
164 atomic_set(&dev->total_sleeps, 0); in mga_setup()