Searched refs:sync_done_ack (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_msg_sm.h120 struct sync_object *sync_done_ack; /* For synchronizing cleanup */ member in struct:msg_queue
H A Dmsg_sm.c181 * unblock threads in MSG_Put() or MSG_Get(). sync_done_ack
194 msg_q->sync_done_ack = kzalloc(sizeof(struct sync_object),
196 if (msg_q->sync_done_ack)
197 sync_init_event(msg_q->sync_done_ack);
265 sync_wait_on_event(msg_queue_obj->sync_done_ack, SYNC_INFINITE);
349 (void)sync_set_event(msg_queue_obj->sync_done_ack);
452 (void)sync_set_event(msg_queue_obj->sync_done_ack);
647 kfree(msg_queue_obj->sync_done_ack);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A D_msg_sm.h120 struct sync_object *sync_done_ack; /* For synchronizing cleanup */ member in struct:msg_queue
H A Dmsg_sm.c181 * unblock threads in MSG_Put() or MSG_Get(). sync_done_ack
194 msg_q->sync_done_ack = kzalloc(sizeof(struct sync_object),
196 if (msg_q->sync_done_ack)
197 sync_init_event(msg_q->sync_done_ack);
265 sync_wait_on_event(msg_queue_obj->sync_done_ack, SYNC_INFINITE);
349 (void)sync_set_event(msg_queue_obj->sync_done_ack);
452 (void)sync_set_event(msg_queue_obj->sync_done_ack);
647 kfree(msg_queue_obj->sync_done_ack);

Completed in 80 milliseconds