search for: my_tail

Displaying 2 results from an estimated 2 matches for "my_tail".

Did you mean: my_mail
2015 Apr 08
2
[PATCH v15 16/16] unfair qspinlock: a queue based unfair lock
...ck *lock, struct mcs_spinlock *node) { } +static __always_inline void __unfair_init_node(struct mcs_spinlock *node) { } +static __always_inline bool __unfair_wait_node(struct qspinlock *lock, + struct mcs_spinlock *node, + struct mcs_spinlock *prev, + u32 my_tail, u32 prev_tail) + { return false; } +static __always_inline bool __unfair_wait_head(struct qspinlock *lock, + struct mcs_spinlock *node, + u32 tail) + { return false; } + #define pv_enabled() false +#define unfair_enabled() false #define pv_init_node...
2015 Apr 08
2
[PATCH v15 16/16] unfair qspinlock: a queue based unfair lock
...ck *lock, struct mcs_spinlock *node) { } +static __always_inline void __unfair_init_node(struct mcs_spinlock *node) { } +static __always_inline bool __unfair_wait_node(struct qspinlock *lock, + struct mcs_spinlock *node, + struct mcs_spinlock *prev, + u32 my_tail, u32 prev_tail) + { return false; } +static __always_inline bool __unfair_wait_head(struct qspinlock *lock, + struct mcs_spinlock *node, + u32 tail) + { return false; } + #define pv_enabled() false +#define unfair_enabled() false #define pv_init_node...