Searched refs:sem_up (Results 1 – 9 of 9) sorted by relevance
10 .globl sem_up symbol11 .type sem_up, @function12 sem_up: label16 .size sem_up, .-sem_up
38 sem_up(&mbox->head_sem); in mbox_post()39 sem_up(&mbox->cons_sem); in mbox_post()60 sem_up(&mbox->tail_sem); in mbox_fetch()61 sem_up(&mbox->prod_sem); in mbox_fetch()
97 sem_up(&__malloc_semaphore); in free()135 sem_up(&__malloc_semaphore); in __inject_free_block()147 sem_up(&__malloc_semaphore); in __inject_free_block()169 sem_up(&__malloc_semaphore); in __free_tagged()
101 sem_up(&__malloc_semaphore); in _malloc()
129 sem_up(&pxe_poll_thread_sem); in pxe_poll_wakeups()139 sem_up(&pxe_receive_thread_sem); in pxe_poll_wakeups()213 sem_up(&pxe_receive_thread_sem); in pxe_poll_thread()
123 sem_up(&pxe_sem); in pxe_call()
16 sem_up(*sem); in sys_sem_signal()
83 void sem_up(struct semaphore *);
187 void sem_up(struct semaphore *sem) in sem_up() function