Searched defs:hwspinlock_ops (Results 1 – 2 of 2) 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);
28 struct hwspinlock_ops { struct29 int (*trylock)(struct hwspinlock *lock);30 void (*unlock)(struct hwspinlock *lock);31 void (*relax)(struct hwspinlock *lock);