Searched defs:hwspinlock_ops (Results 1 – 1 of 1) sorted by relevance
30 struct hwspinlock_ops { struct31 int (*trylock)(struct hwspinlock *lock);32 void (*unlock)(struct hwspinlock *lock);33 int (*bust)(struct hwspinlock *lock, unsigned int id);34 void (*relax)(struct hwspinlock *lock);