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

/freebsd-13-stable/sys/contrib/ck/include/spinlock/
H A Dfas.h39 struct ck_spinlock_fas { struct
42 typedef struct ck_spinlock_fas ck_spinlock_fas_t;
47 ck_spinlock_fas_init(struct ck_spinlock_fas *lock)
56 ck_spinlock_fas_trylock(struct ck_spinlock_fas *lock)
67 ck_spinlock_fas_locked(struct ck_spinlock_fas *lock)
77 ck_spinlock_fas_lock(struct ck_spinlock_fas *lock)
90 ck_spinlock_fas_lock_eb(struct ck_spinlock_fas *lock)
102 ck_spinlock_fas_unlock(struct ck_spinlock_fas *lock)
110 CK_ELIDE_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_t,
114 CK_ELIDE_TRYLOCK_PROTOTYPE(ck_spinlock_fas, ck_spinlock_fas_
[all...]

Completed in 98 milliseconds