OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_add_unless
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_wakeref.c
97
if (
atomic_add_unless
(&wf->count, -1, 1))
intel_wakeref.h
147
if (unlikely(!
atomic_add_unless
(&wf->count, -1, 1)))
i915_active.c
221
if (
atomic_add_unless
(&ref->count, -1, 1))
231
if (
atomic_add_unless
(&ref->count, -1, 1))
486
return
atomic_add_unless
(&ref->count, 1, 0);
i915_vma.c
872
if (
atomic_add_unless
(&vma->pages_count, 1, 0))
917
if (
atomic_add_unless
(&vma->pages_count, -1, 1))
/src/sys/external/bsd/drm2/include/linux/
atomic.h
260
atomic_add_unless
(atomic_t *atomic, int addend, int zero)
function
279
/* membar implied by
atomic_add_unless
*/
280
return
atomic_add_unless
(atomic, 1, 0);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline.c
317
if (
atomic_add_unless
(&tl->pin_count, 1, 0))
361
if (
atomic_add_unless
(&tl->active_count, 1, 0))
378
if (
atomic_add_unless
(&tl->active_count, -1, 1))
intel_context.c
117
if (likely(!
atomic_add_unless
(&ce->pin_count, 1, 0))) {
intel_ppgtt.c
119
if (
atomic_add_unless
(&pt->used, -1, 1))
gen6_ppgtt.c
456
if (
atomic_add_unless
(&ppgtt->pin_count, 1, 0))
intel_gtt.h
475
if (
atomic_add_unless
(&vm->open, 1, 0))
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.c
467
if (
atomic_add_unless
(&obj->mm.shrink_pin, 1, 0))
490
if (
atomic_add_unless
(&obj->mm.shrink_pin, -1, 1))
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026