Searched refs:spinaphore (Results 1 – 1 of 1) sorted by relevance
103 struct spinaphore { struct108 static inline void spinaphore_init(struct spinaphore *ss, int val) in spinaphore_init() argument114 static inline void down_spin(struct spinaphore *ss) in down_spin()131 static inline void up_spin(struct spinaphore *ss) in up_spin()136 static struct spinaphore ptcg_sem;