Searched refs:mbox_wait_list (Results 1 – 2 of 2) sorted by relevance
179 master_mbox->mbox_wait_list[i] = NULL; in sbbc_mbox_init()1051 if (master_mbox->mbox_wait_list[msg_type] == NULL) { in sbbc_mbox_request_response()1052 master_mbox->mbox_wait_list[msg_type] = waiter; in sbbc_mbox_request_response()1056 tmp = master_mbox->mbox_wait_list[msg_type]; in sbbc_mbox_request_response()1057 master_mbox->mbox_wait_list[msg_type] = waiter; in sbbc_mbox_request_response()1357 } else if ((master_mbox->mbox_wait_list[type] == NULL) || (f_id == 0)) { in sbbc_mbox_recv_msg()1444 if (master_mbox->mbox_wait_list[type] == NULL) { in sbbc_mbox_recv_msg()1445 master_mbox->mbox_wait_list[type] = in sbbc_mbox_recv_msg()1450 tmp = master_mbox->mbox_wait_list[type]; in sbbc_mbox_recv_msg()1451 master_mbox->mbox_wait_list[type] = in sbbc_mbox_recv_msg()[all …]
164 struct sbbc_msg_waiter *mbox_wait_list[SBBC_MBOX_MSG_TYPES]; member