Home
last modified time | relevance | path

Searched defs:hwspinlock_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwspinlock/
Dhwspinlock_internal.h30 struct hwspinlock_ops { struct
31 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);
/kernel/linux/linux-5.10/drivers/hwspinlock/
Dhwspinlock_internal.h28 struct hwspinlock_ops { struct
29 int (*trylock)(struct hwspinlock *lock);
30 void (*unlock)(struct hwspinlock *lock);
31 void (*relax)(struct hwspinlock *lock);