Home
last modified time | relevance | path

Searched refs:ck_spinlock_fas (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/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()
91 ck_spinlock_fas_lock_eb(struct ck_spinlock_fas *lock) in ck_spinlock_fas_lock_eb()
103 ck_spinlock_fas_unlock(struct ck_spinlock_fas *lock) in ck_spinlock_fas_unlock()
111 CK_ELIDE_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_t,
115 CK_ELIDE_TRYLOCK_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_t,