Searched defs:msg_st (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/bomp_new/
H A Dbomp_thread.c76 struct bomp_msg_st *msg_st = (struct bomp_msg_st *)st; local
80 static errval_t execute__tx(struct txq_msg_st *msg_st) argument
218 struct txq_msg_st *msg_st = txq_msg_st_alloc(&thread->txq); local
258 done__tx(struct txq_msg_st *msg_st) argument
298 struct txq_msg_st *msg_st = txq_msg_st_alloc(&t->txq); local
[all...]
/barrelfish-master/usr/device_managers/dma/
H A Ddma_mgr_svc.c67 static errval_t svc_register_response_tx(struct txq_msg_st *msg_st) argument
88 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
116 svc_lookup_response_tx(struct txq_msg_st *msg_st) argument
134 svc_lookup_by_iref_response_tx(struct txq_msg_st *msg_st) argument
163 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
184 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
[all...]
/barrelfish-master/lib/bomp/backends/
H A Dxomp_gateway.c162 static errval_t get_memory_response_tx(struct txq_msg_st *msg_st) argument
184 struct txq_msg_st *msg_st = txq_msg_st_alloc(txq); local
[all...]
H A Dxomp_gateway_client.c77 static errval_t get_memory_call_tx(struct txq_msg_st *msg_st) argument
187 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
[all...]
H A Dxomp_worker.c307 static errval_t gw_req_memory_response_tx(struct txq_msg_st *msg_st) argument
313 static errval_t add_memory_response_tx(struct txq_msg_st *msg_st) argument
319 static errval_t done_notify_tx(struct txq_msg_st *msg_st) argument
327 done_with_arg_tx(struct txq_msg_st *msg_st) argument
354 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
424 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
494 struct txq_msg_st *msg_st = txq_msg_st_alloc(&txq); local
[all...]
H A Dxomp_master.c247 static errval_t do_work_tx(struct txq_msg_st *msg_st) argument
257 static errval_t gw_req_memory_call_tx(struct txq_msg_st *msg_st) argument
267 static errval_t add_memory_call_tx(struct txq_msg_st *msg_st) argument
953 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
981 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
1218 struct txq_msg_st *msg_st = txq_msg_st_alloc(&worker->txq); local
[all...]
/barrelfish-master/usr/monitor/capops/
H A Dmove.c47 struct move_request_msg_st *msg_st = (struct move_request_msg_st*)e; local
86 struct move_request_msg_st *msg_st = malloc(sizeof(struct move_request_msg_st)); local
120 struct move_result_msg_st *msg_st = (struct move_result_msg_st*)e; local
145 struct move_result_msg_st *msg_st = calloc(1, sizeof(struct move_result_msg_st)); local
[all...]
H A Dcopy.c79 struct recv_copy_result_msg_st *msg_st = (struct recv_copy_result_msg_st*)e; local
110 struct recv_copy_result_msg_st *msg_st = calloc(1, sizeof(struct recv_copy_result_msg_st)); local
153 struct owner_copy_msg_st *msg_st = (struct owner_copy_msg_st*)e; local
275 struct owner_copy_msg_st *msg_st; local
320 struct request_copy_msg_st *msg_st = (struct request_copy_msg_st*)e; local
375 struct request_copy_msg_st *msg_st; local
[all...]
H A Ddelete.c194 struct delete_remote_result_msg_st *msg_st = (struct delete_remote_result_msg_st*)e; local
218 struct delete_remote_result_msg_st *msg_st; local
[all...]
H A Dcapsend.c77 struct capsend_mc_msg_st *msg_st = (struct capsend_mc_msg_st*)e; local
113 struct capsend_mc_msg_st *msg_st = &mc_st->msg_st_arr[mc_st->num_queued]; local
306 struct find_cap_result_msg_st *msg_st = (struct find_cap_result_msg_st*)e; local
332 struct find_cap_result_msg_st *msg_st = calloc(1, sizeof(struct find_cap_result_msg_st)); local
477 struct find_descendants_result_msg_st *msg_st; local
514 struct find_descendants_result_msg_st *msg_st; local
631 struct check_retypeable_result_msg_st *msg_st; local
671 struct check_retypeable_result_msg_st *msg_st; local
772 struct owner_updated_msg_st *msg_st = (struct owner_updated_msg_st*)e; local
797 struct owner_updated_msg_st *msg_st = calloc(1, sizeof(struct owner_updated_msg_st)); local
[all...]
/barrelfish-master/lib/dma/
H A Ddma_service.c83 static errval_t dma_register_response_tx(struct txq_msg_st *msg_st) argument
95 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
117 static errval_t dma_deregister_response_tx(struct txq_msg_st *msg_st) argument
129 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
151 dma_memcpy_response_tx(struct txq_msg_st *msg_st) argument
171 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
202 dma_done_tx(struct txq_msg_st *msg_st) argument
397 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_handle->queue); local
[all...]
/barrelfish-master/lib/dma/client/
H A Ddma_client_channel.c208 static errval_t dma_client_channel_register_call_tx(struct txq_msg_st *msg_st) argument
216 static errval_t dma_client_channel_deregister_call_tx(struct txq_msg_st *msg_st) argument
224 static errval_t dma_client_channel_memcpy_call_tx(struct txq_msg_st *msg_st) argument
361 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl_chan->txq); local
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dxphi_service.c135 static errval_t chan_open_call_tx(struct txq_msg_st* msg_st) argument
146 static errval_t chan_open_request_response_tx(struct txq_msg_st* msg_st) argument
152 static errval_t kill_response_tx(struct txq_msg_st* msg_st) argument
158 dma_register_response_tx(struct txq_msg_st* msg_st) argument
167 dma_memcpy_response_tx(struct txq_msg_st* msg_st) argument
173 get_nodeid_response_tx(struct txq_msg_st* msg_st) argument
181 spawn_with_cap_response_tx(struct txq_msg_st* msg_st) argument
191 spawn_response_tx(struct txq_msg_st* msg_st) argument
199 domain_init_response_tx(struct txq_msg_st* msg_st) argument
205 domain_register_response_tx(struct txq_msg_st* msg_st) argument
211 domain_lookup_response_tx(struct txq_msg_st* msg_st) argument
219 domain_wait_response_tx(struct txq_msg_st* msg_st) argument
227 alloc_mem_response_tx(struct txq_msg_st* msg_st) argument
250 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
274 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
296 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
331 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
383 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
408 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
439 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
471 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
497 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
526 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
564 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
612 struct txq_msg_st *msg_st = txq_msg_st_alloc(&svc_st->queue); local
781 struct txq_msg_st *msg_st = txq_msg_st_alloc(&st->queue); local
814 struct txq_msg_st *msg_st = txq_msg_st_alloc(&st->queue); local
[all...]
H A Dinterphi.c218 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
263 static errval_t domain_wait_call_tx(struct txq_msg_st *msg_st) argument
276 static errval_t domain_wait_response_tx(struct txq_msg_st *msg_st) argument
290 domain_lookup_call_tx(struct txq_msg_st *msg_st) argument
303 domain_lookup_response_tx(struct txq_msg_st *msg_st) argument
316 domain_register_call_tx(struct txq_msg_st *msg_st) argument
330 domain_register_response_tx(struct txq_msg_st *msg_st) argument
338 spawn_response_tx(struct txq_msg_st *msg_st) argument
346 spawn_call_tx(struct txq_msg_st *msg_st) argument
357 spawn_with_cap_response_tx(struct txq_msg_st *msg_st) argument
367 spawn_with_cap_call_tx(struct txq_msg_st *msg_st) argument
381 kill_response_tx(struct txq_msg_st *msg_st) argument
387 kill_call_tx(struct txq_msg_st *msg_st) argument
395 bootstrap_response_tx(struct txq_msg_st *msg_st) argument
401 bootstrap_call_tx(struct txq_msg_st *msg_st) argument
413 chan_open_call_tx(struct txq_msg_st *msg_st) argument
424 chan_open_response_tx(struct txq_msg_st *msg_st) argument
430 alloc_mem_call_tx(struct txq_msg_st *msg_st) argument
437 alloc_mem_response_tx(struct txq_msg_st *msg_st) argument
621 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
688 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
773 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
817 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
873 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
938 struct txq_msg_st *msg_st = txq_msg_st_alloc(&local_node->msg->queue); local
1433 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1477 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1536 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1593 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1642 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1716 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1758 struct txq_msg_st *msg_st = rpc_preamble(mi); local
1805 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
1850 struct txq_msg_st *msg_st = txq_msg_st_alloc(&mi->queue); local
1907 struct txq_msg_st *msg_st = rpc_preamble(mi); local
[all...]
/barrelfish-master/lib/xeon_phi/
H A Dxeon_phi_client.c215 static errval_t domain_init_call_tx(struct txq_msg_st *msg_st) argument
225 static errval_t domain_register_call_tx(struct txq_msg_st *msg_st) argument
233 static errval_t domain_lookup_call_tx(struct txq_msg_st *msg_st) argument
241 domain_wait_call_tx(struct txq_msg_st *msg_st) argument
250 spawn_call_tx(struct txq_msg_st *msg_st) argument
259 spawn_with_cap_call_tx(struct txq_msg_st *msg_st) argument
270 kill_call_tx(struct txq_msg_st *msg_st) argument
277 chan_open_request_call_tx(struct txq_msg_st *msg_st) argument
288 dma_register_call_tx(struct txq_msg_st *msg_st) argument
296 dma_memcpy_call_tx(struct txq_msg_st *msg_st) argument
306 get_nodeid_call_tx(struct txq_msg_st *msg_st) argument
314 chan_open_response_tx(struct txq_msg_st *msg_st) argument
320 alloc_mem_call_tx(struct txq_msg_st *msg_st) argument
528 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
576 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
803 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
905 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
983 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
1278 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
1336 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
1391 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
1447 struct txq_msg_st *msg_st = txq_msg_st_alloc(&cl->txq); local
[all...]

Completed in 189 milliseconds