Searched refs:chan_del_ref (Results 1 – 1 of 1) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | ipc.c | 70 static void chan_del_ref(struct ipc_chan* conn, struct obj_ref* ref); 122 chan_del_ref(chan, &tmp_chan_ref); /* drop local ref */ in ipc_remove_connection_waiting_for_port() 240 chan_del_ref(client, &client->node_ref); /* drop list ref */ in remove_from_waiting_for_port_list_locked() 285 chan_del_ref(client, &server->peer_ref); in port_shutdown() 293 chan_del_ref(server, &client->peer_ref); in port_shutdown() 321 chan_del_ref(client, &tmp_client_ref); in port_shutdown() 327 chan_del_ref(server, &server->node_ref); /* drop list ref */ in port_shutdown() 401 chan_del_ref(client, &tmp_client_ref); /* drop local ref */ in ipc_port_publish() 525 static inline void chan_del_ref(struct ipc_chan* chan, struct obj_ref* ref) { in chan_del_ref() function 576 chan_del_ref(chan, &tmp_ref); in chan_alloc() [all …]
|