Home
last modified time | relevance | path

Searched refs:ck_spinlock_fas (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ck/include/spinlock/
H A Dfas.h39 struct ck_spinlock_fas { struct
42 typedef struct ck_spinlock_fas ck_spinlock_fas_t; argument
47 ck_spinlock_fas_init(struct ck_spinlock_fas *lock) in ck_spinlock_fas_init()
56 ck_spinlock_fas_trylock(struct ck_spinlock_fas *lock) in ck_spinlock_fas_trylock()
67 ck_spinlock_fas_locked(struct ck_spinlock_fas *lock) in ck_spinlock_fas_locked()
77 ck_spinlock_fas_lock(struct ck_spinlock_fas *lock) in ck_spinlock_fas_lock()
90 ck_spinlock_fas_lock_eb(struct ck_spinlock_fas *lock) in ck_spinlock_fas_lock_eb()
102 ck_spinlock_fas_unlock(struct ck_spinlock_fas *lock) in ck_spinlock_fas_unlock()
110 CK_ELIDE_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_t,
114 CK_ELIDE_TRYLOCK_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_t,