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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 69 } bakery_info_t; typedef in typeref:struct:bakery_info
71 typedef bakery_info_t bakery_lock_t;
  /device/linaro/bootloader/arm-trusted-firmware/lib/locks/bakery/
bakery_lock_normal.c 57 (bakery_info_t *)((uintptr_t)lock + cpu_ix * PERCPU_BAKERY_LOCK_SIZE)
70 static inline int is_lock_acquired(const bakery_info_t *my_bakery_info,
90 bakery_info_t *my_bakery_info, *their_bakery_info;
153 bakery_info_t *their_bakery_info;
212 bakery_info_t *my_bakery_info;

Completed in 185 milliseconds