Searched refs:atomic_add (Results 1 – 10 of 10) sorted by relevance
| /titanic_44/usr/src/man/man9f/ |
| H A D | Makefile | 31 atomic_add.9f \ 1212 atomic_add_16.9f := LINKSRC = atomic_add.9f 1213 atomic_add_16_nv.9f := LINKSRC = atomic_add.9f 1214 atomic_add_32.9f := LINKSRC = atomic_add.9f 1215 atomic_add_32_nv.9f := LINKSRC = atomic_add.9f 1216 atomic_add_64.9f := LINKSRC = atomic_add.9f 1217 atomic_add_64_nv.9f := LINKSRC = atomic_add.9f 1218 atomic_add_8.9f := LINKSRC = atomic_add.9f 1219 atomic_add_8_nv.9f := LINKSRC = atomic_add.9f 1220 atomic_add_char.9f := LINKSRC = atomic_add.9f [all …]
|
| /titanic_44/usr/src/uts/common/io/drm/ |
| H A D | drm_atomic.h | 60 #define atomic_add(n, p) atomic_add_int(p, n) macro
|
| H A D | drm_irq.c | 345 atomic_add(diff, &dev->_vblank_count[crtc]); in drm_update_vblank_count() 363 atomic_add(1, &dev->vblank_refcount[crtc]); in drm_vblank_get()
|
| H A D | drm_gem.c | 356 atomic_add(obj->size, &dev->object_memory); in drm_gem_object_alloc()
|
| /titanic_44/usr/src/man/man3c/ |
| H A D | Makefile | 47 atomic_add.3c \ 1409 atomic_add_16.3c := LINKSRC = atomic_add.3c 1410 atomic_add_16_nv.3c := LINKSRC = atomic_add.3c 1411 atomic_add_32.3c := LINKSRC = atomic_add.3c 1412 atomic_add_32_nv.3c := LINKSRC = atomic_add.3c 1413 atomic_add_64.3c := LINKSRC = atomic_add.3c 1414 atomic_add_64_nv.3c := LINKSRC = atomic_add.3c 1415 atomic_add_8.3c := LINKSRC = atomic_add.3c 1416 atomic_add_8_nv.3c := LINKSRC = atomic_add.3c 1417 atomic_add_char.3c := LINKSRC = atomic_add.3c [all …]
|
| /titanic_44/usr/src/uts/common/io/chxge/ |
| H A D | sge.c | 919 atomic_add(1, in t1_sge_rx() 922 atomic_add(1, in t1_sge_rx() 964 atomic_add(1, in t1_sge_rx() 967 atomic_add(1, in t1_sge_rx() 1241 atomic_add(credits_pend, &Q->cq_credits); in free_cmdQ_buffers() 1570 atomic_add(1, in free_freelQ_buffers() 1573 atomic_add(1, in free_freelQ_buffers()
|
| H A D | sge.h | 51 #define atomic_add(a, b) atomic_add_32(b, (a)) macro
|
| /titanic_44/usr/src/pkg/manifests/ |
| H A D | system-kernel.man9f.inc | 27 file path=usr/share/man/man9f/atomic_add.9f 496 link path=usr/share/man/man9f/atomic_add_16.9f target=atomic_add.9f 497 link path=usr/share/man/man9f/atomic_add_16_nv.9f target=atomic_add.9f 498 link path=usr/share/man/man9f/atomic_add_32.9f target=atomic_add.9f 499 link path=usr/share/man/man9f/atomic_add_32_nv.9f target=atomic_add.9f 500 link path=usr/share/man/man9f/atomic_add_64.9f target=atomic_add.9f 501 link path=usr/share/man/man9f/atomic_add_64_nv.9f target=atomic_add.9f 502 link path=usr/share/man/man9f/atomic_add_8.9f target=atomic_add.9f 503 link path=usr/share/man/man9f/atomic_add_8_nv.9f target=atomic_add.9f 504 link path=usr/share/man/man9f/atomic_add_char.9f target=atomic_add.9f [all …]
|
| H A D | system-library.man3c.inc | 42 file path=usr/share/man/man3c/atomic_add.3c 577 link path=usr/share/man/man3c/atomic_add_16.3c target=atomic_add.3c 578 link path=usr/share/man/man3c/atomic_add_16_nv.3c target=atomic_add.3c 579 link path=usr/share/man/man3c/atomic_add_32.3c target=atomic_add.3c 580 link path=usr/share/man/man3c/atomic_add_32_nv.3c target=atomic_add.3c 581 link path=usr/share/man/man3c/atomic_add_64.3c target=atomic_add.3c 582 link path=usr/share/man/man3c/atomic_add_64_nv.3c target=atomic_add.3c 583 link path=usr/share/man/man3c/atomic_add_8.3c target=atomic_add.3c 584 link path=usr/share/man/man3c/atomic_add_8_nv.3c target=atomic_add.3c 585 link path=usr/share/man/man3c/atomic_add_char.3c target=atomic_add.3c [all …]
|
| /titanic_44/usr/src/uts/intel/io/drm/ |
| H A D | i915_gem.c | 1296 atomic_add(obj->size, &dev->gtt_memory); in i915_gem_object_bind_to_gtt() 2246 atomic_add(obj->size, &dev->pin_memory); in i915_gem_object_pin()
|