Home
last modified time | relevance | path

Searched refs:test_and_clear_bit (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_notify.c45 test_and_clear_bit(NVKM_NOTIFY_USER, &notify->flags)) { in nvkm_notify_put()
81 !test_and_clear_bit(NVKM_NOTIFY_USER, &notify->flags)) { in nvkm_notify_func()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c59 test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_put()
100 !test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) { in nvif_notify_func()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_irq.c67 if (test_and_clear_bit(VMW_IRQTHREAD_FENCE, in vmw_thread_fn()
77 if (test_and_clear_bit(VMW_IRQTHREAD_CMDBUF, in vmw_thread_fn()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ppgtt.c198 if (test_and_clear_bit(I915_VMA_ALLOC_BIT, __i915_vma_flags(vma))) in ppgtt_unbind_vma()
H A Dintel_ggtt.c737 if (test_and_clear_bit(I915_VMA_ALLOC_BIT, __i915_vma_flags(vma))) { in aliasing_gtt_unbind_vma()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dbitops.h345 test_and_clear_bit(unsigned int bit, volatile unsigned long *ptr) in test_and_clear_bit() function
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_osdep.h272 #define test_and_clear_bit(bit, p) atomic_cmpset_int((p), ((*(p)) | bit), ((*(p)) & ~bit)) macro
H A Dcxgb_sge.c1371 test_and_clear_bit(qid, &qs->txq_stopped)) in check_desc_avail()
1490 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) in restart_ctrlq()
1868 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) in restart_offloadq()
1955 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) { in restart_tx()
1961 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) { in restart_tx()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma.h92 return test_and_clear_bit(I915_VMA_GGTT_WRITE_BIT, in i915_vma_unset_ggtt_write()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dgvt.c230 if (test_and_clear_bit(INTEL_GVT_REQUEST_EMULATE_VBLANK, in gvt_service_thread()
H A Dsched_policy.c253 if (test_and_clear_bit(INTEL_GVT_REQUEST_SCHED, in intel_gvt_schedule()
H A Dmmio_context.c368 if (!test_and_clear_bit(ring_id, (void *)s->tlb_handle_pending)) in handle_tlb_pending_event()
H A Dgtt.c1450 && !test_and_clear_bit(index, spt->post_shadow_bitmap)) in sync_oos_page()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c195 old = test_and_clear_bit(q->doorbell_id, qpd->doorbell_bitmap); in deallocate_doorbell()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu.c755 test_and_clear_bit(feature_id, feature->supported); in smu_feature_set_supported()