Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnldr.c1455 struct ovly_node *po_node = NULL; in load_ovly() local
1472 po_node = &(nldr_obj->ovly_table[i]); in load_ovly()
1479 if (!po_node) { in load_ovly()
1486 ref_count = &(po_node->create_ref); in load_ovly()
1487 other_ref = &(po_node->other_ref); in load_ovly()
1488 phase_sects = po_node->create_sects_list; in load_ovly()
1489 other_sects_list = po_node->other_sects_list; in load_ovly()
1493 ref_count = &(po_node->execute_ref); in load_ovly()
1494 phase_sects = po_node->execute_sects_list; in load_ovly()
1498 ref_count = &(po_node->delete_ref); in load_ovly()
[all …]