Searched refs:bakery_info_t (Results 1 – 4 of 4) sorted by relevance
63 return (bakery_info_t *)((uintptr_t)lock + in get_bakery_info()86 static inline __unused bool is_lock_acquired(const bakery_info_t *my_bakery_info, in is_lock_acquired()106 bakery_info_t *my_bakery_info, *their_bakery_info; in bakery_get_ticket()169 bakery_info_t *their_bakery_info; in bakery_lock_get()231 bakery_info_t *my_bakery_info; in bakery_lock_release()
89 } bakery_info_t; typedef91 typedef bakery_info_t bakery_lock_t;
53 bakery_info_t pcpu_bakery_info[RCAR_MAX_BAKERIES];
2174 The bakery lock data structure ``bakery_info_t`` is defined for use when2187 } bakery_info_t;2189 The ``bakery_info_t`` represents a single per-CPU field of one lock and2190 the combination of corresponding ``bakery_info_t`` structures for all CPUs in the2198 | `bakery_info_t`| <-- Lock_0 per-CPU field2201 | `bakery_info_t`| <-- Lock_1 per-CPU field2206 | `bakery_info_t`| <-- Lock_N per-CPU field2214 | `bakery_info_t`| <-- Lock_0 per-CPU field2217 | `bakery_info_t`| <-- Lock_1 per-CPU field2222 | `bakery_info_t`| <-- Lock_N per-CPU field[all …]
Completed in 8 milliseconds