Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dtlb.c109 * this primitive it can be moved up to a spinaphore.h header.
111 struct spinaphore { struct
116 static inline void spinaphore_init(struct spinaphore *ss, int val) in spinaphore_init()
122 static inline void down_spin(struct spinaphore *ss) in down_spin()
139 static inline void up_spin(struct spinaphore *ss) in up_spin()
144 static struct spinaphore ptcg_sem;
/kernel/linux/linux-6.6/arch/ia64/mm/
H A Dtlb.c109 * this primitive it can be moved up to a spinaphore.h header.
111 struct spinaphore { struct
116 static inline void spinaphore_init(struct spinaphore *ss, int val) in spinaphore_init()
122 static inline void down_spin(struct spinaphore *ss) in down_spin()
139 static inline void up_spin(struct spinaphore *ss) in up_spin()
144 static struct spinaphore ptcg_sem;

Completed in 2 milliseconds