HomeSort by relevance Sort by last modified time
    Searched refs:bakery_lock_t (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 49 } bakery_lock_t; typedef in typeref:struct:bakery_lock
71 typedef bakery_info_t bakery_lock_t; typedef
75 static inline void bakery_lock_init(bakery_lock_t *bakery) {}
76 void bakery_lock_get(bakery_lock_t *bakery);
77 void bakery_lock_release(bakery_lock_t *bakery);
79 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section("bakery_lock")
81 #define DECLARE_BAKERY_LOCK(_name) extern bakery_lock_t _name
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_coherent.c 43 static unsigned int bakery_get_ticket(bakery_lock_t *bakery, unsigned int me)
91 void bakery_lock_get(bakery_lock_t *bakery)
141 void bakery_lock_release(bakery_lock_t *bakery)
bakery_lock_normal.c 85 static unsigned int bakery_get_ticket(bakery_lock_t *lock,
149 void bakery_lock_get(bakery_lock_t *lock)
210 void bakery_lock_release(bakery_lock_t *lock)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
scmi.h 107 bakery_lock_t *lock;

Completed in 2904 milliseconds