Home | History | Annotate | Download | only in asm-generic

Lines Matching refs:atomic_t

18  *  @count: pointer of type atomic_t
26 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
37 * @count: pointer of type atomic_t
45 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *))
57 * @count: pointer of type atomic_t
68 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
80 * @count: pointer of type atomic_t
93 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))