Searched refs:sghsc_event_t (Results 1 – 2 of 2) sorted by relevance
162 static int sghsc_rb_get(sghsc_rb_head_t *, sghsc_event_t *);163 static int sghsc_rb_put(sghsc_rb_head_t *, sghsc_event_t *);225 static sghsc_event_t payload;1486 sghsc_event_t *rsp_data; in sghsc_event_handler()1492 rsp_data = (sghsc_event_t *)(((sbbc_msg_t *)arg)->msg_buf); in sghsc_event_handler()1602 sghsc_event_t rsp_data; in sghsc_event_thread_code()1746 rb_head->buf = (sghsc_event_t *)kmem_zalloc( in sghsc_rb_setup()1747 sizeof (sghsc_event_t) * rb_head->size, KM_SLEEP); in sghsc_rb_setup()1763 (size_t)(sizeof (sghsc_event_t) * rb_head->size)); in sghsc_rb_teardown()1779 sghsc_rb_put(sghsc_rb_head_t *rb_head, sghsc_event_t *event) in sghsc_rb_put()[all …]
283 } sghsc_event_t; typedef286 sghsc_event_t *buf;