Searched refs:__collector_cas_32 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlibcol_util.h209 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) function
263 r = (void *) __collector_cas_32 ((volatile uint32_t *)mem, (uint32_t) cmp, (uint32_t)new);
293 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) function
318 extern uint32_t __collector_cas_32 (volatile uint32_t *, uint32_t, uint32_t);
H A Diolib.c354 uint32_t state = __collector_cas_32 (hndl->blkstate + j, oldstate, ST_BUSY);
419 while (__collector_cas_32 (&buf->state, ST_FREE, ST_INIT) != ST_FREE)
453 new_size = __collector_cas_32 (&cur_size, old_size, old_size + nblocks);
585 uint32_t newblk = __collector_cas_32 (&hndl->nblk, oldblk, oldblk + 1);
800 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY);
807 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY);
972 if (__collector_cas_32 (&hndl->buffers[ibuf].state, ST_FREE, ST_BUSY) == ST_FREE)
H A Dhwprofile.c482 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING))
515 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE))
521 if (SD_COMPLETE != __collector_cas_32 (&sd_state, SD_COMPLETE, SD_OFF))
H A Dlibcol_util.c118 * have implementations for __collector_cas_32(), how about we just
133 return __collector_cas_32 ((volatile uint32_t *)p, 0, v);
203 __collector_cas_32 (volatile uint32_t *mem, uint32_t old, uint32_t new) function
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlibcol_util.h209 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) function
263 r = (void *) __collector_cas_32 ((volatile uint32_t *)mem, (uint32_t) cmp, (uint32_t)new);
293 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) function
318 extern uint32_t __collector_cas_32 (volatile uint32_t *, uint32_t, uint32_t);
H A Diolib.c352 uint32_t state = __collector_cas_32 (hndl->blkstate + j, oldstate, ST_BUSY);
417 while (__collector_cas_32 (&buf->state, ST_FREE, ST_INIT) != ST_FREE)
451 new_size = __collector_cas_32 (&cur_size, old_size, old_size + nblocks);
582 uint32_t newblk = __collector_cas_32 (&hndl->nblk, oldblk, oldblk + 1);
799 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY);
806 state = __collector_cas_32 (sptr + ichunk, oldstate, ST_BUSY);
972 if (__collector_cas_32 (&hndl->buffers[ibuf].state, ST_FREE, ST_BUSY) == ST_FREE)
H A Dhwprofile.c482 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING))
515 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE))
521 if (SD_COMPLETE != __collector_cas_32 (&sd_state, SD_COMPLETE, SD_OFF))
H A Dlibcol_util.c112 * have implementations for __collector_cas_32(), how about we just
127 return __collector_cas_32 ((volatile uint32_t *)p, 0, v);
197 __collector_cas_32 (volatile uint32_t *mem, uint32_t old, uint32_t new) function

Completed in 184 milliseconds