Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnldr.c185 u16 other_ref; member
1462 u16 *other_ref = NULL; in load_ovly() local
1487 other_ref = &(po_node->other_ref); in load_ovly()
1527 if (other_ref && *other_ref == 0) { in load_ovly()
1570 if (other_ref && *other_ref == 0) { in load_ovly()
1599 if (other_ref) in load_ovly()
1600 *other_ref += 1; in load_ovly()
1803 u16 *other_ref = NULL; in unload_ovly() local
1834 other_ref = &(po_node->other_ref); in unload_ovly()
1848 if (other_ref) { in unload_ovly()
[all …]