Searched refs:atomic_and (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Datomic.h29 ATOMIC_OP(atomic_and)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c74 atomic_and(~EXEC_QUEUE_STATE_REGISTERED, &q->guc->state);
89 atomic_and(~ENGINE_STATE_ENABLED, &q->guc->state);
104 atomic_and(~EXEC_QUEUE_STATE_PENDING_ENABLE, &q->guc->state);
119 atomic_and(~EXEC_QUEUE_STATE_PENDING_DISABLE, &q->guc->state);
154 atomic_and(~ENGINE_STATE_SUSPENDED, &q->guc->state);
1430 atomic_and(EXEC_QUEUE_STATE_DESTROYED | ENGINE_STATE_SUSPENDED,
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.c80 atomic_and(~I915_VMA_PIN_MASK, &vma->flags);
H A Di915_vma.c1753 atomic_and(~I915_VMA_PIN_MASK, &vma->flags);
2069 atomic_and(~(I915_VMA_BIND_MASK | I915_VMA_ERROR | I915_VMA_GGTT_WRITE),
/linux-master/drivers/pci/hotplug/
H A Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
571 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events);
/linux-master/fs/bcachefs/
H A Dsix.c81 atomic_and(~mask, &lock->state);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.c163 atomic_and(~I915_VMA_PIN_MASK, &vma->flags);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h737 * atomic_and() - atomic bitwise AND with relaxed ordering
748 atomic_and(int i, atomic_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c716 KUNIT_EXPECT_KASAN_FAIL(test, atomic_and(42, unsafe));
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c757 addr = (u32)&atomic_and;

Completed in 335 milliseconds