Home
last modified time | relevance | path

Searched refs:node_ref (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/storage/
Dblock_tree.c735 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_print_sub_tree() local
743 node_ro = block_get(tr, block_mac, NULL, &node_ref); in block_tree_print_sub_tree()
757 block_put(node_ro, &node_ref); in block_tree_print_sub_tree()
1797 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_update_key() local
1809 node_rw = block_tree_block_get_write(tr, path, path_index, &node_ref); in block_tree_update_key()
1847 block_tree_path_put_dirty(tr, path, path_index, node_rw, &node_ref); in block_tree_update_key()
2216 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_get_sibling_block() local
2224 node_ro = block_get(tr, parent, NULL, &node_ref); in block_tree_get_sibling_block()
2235 block_put(node_ro, &node_ref); in block_tree_get_sibling_block()
2317 struct obj_ref node_ref = OBJ_REF_INITIAL_VALUE(node_ref); in block_tree_remove_internal() local
[all …]
/trusty/kernel/lib/trusty/include/lib/trusty/
Dipc.h114 struct obj_ref node_ref; member
/trusty/kernel/lib/trusty/
Dipc.c226 chan_add_ref(client, &client->node_ref); in add_to_waiting_for_port_list_locked()
240 chan_del_ref(client, &client->node_ref); /* drop list ref */ in remove_from_waiting_for_port_list_locked()
327 chan_del_ref(server, &server->node_ref); /* drop list ref */ in port_shutdown()
564 obj_ref_init(&chan->node_ref); in chan_alloc()
585 chan_del_ref(chan, &chan->node_ref); in chan_shutdown_locked()
775 chan_add_ref(server, &server->node_ref); in port_attach_client()
1016 chan_del_ref(server, &server->node_ref); /* drop list ref */ in ipc_port_accept()