Lines Matching defs:bakery
22 * Internal helpers used by the bakery lock implementation.
52 * External bakery lock interface.
65 * choosing its bakery number.
66 * Bits[1 - 15] : number. This is the bakery number allocated.
77 * The compiler will allocate enough memory for one CPU's bakery locks,
85 * choosing its bakery number.
86 * Bits[1 - 15] : number. This is the bakery number allocated.
95 static inline void bakery_lock_init(bakery_lock_t *bakery) {}
96 void bakery_lock_get(bakery_lock_t *bakery);
97 void bakery_lock_release(bakery_lock_t *bakery);