Home
last modified time | relevance | path

Searched refs:CACHE_LAST (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c1058 assert(CACHE_LAST(hdp) == NULL); in cache_free()
1335 if (CACHE_LAST(hdp) == cmnp) { in minor_free()
1337 CACHE_LAST(hdp) = NULL; in minor_free()
1476 CACHE_LAST(hdp)->node == NULL) { in get_last_node()
1480 cnp = CACHE_LAST(hdp)->node; in get_last_node()
1514 cmnp = CACHE_LAST(hdp); in get_last_minor()
1542 CACHE_LAST(hdp) = cmnp; in set_last_minor()
2678 } else if (CACHE_LAST(hdp) && CACHE_LAST(hdp)->node && in node_insert()
2679 CACHE_LAST(hdp)->node->parent == pcnp && in node_insert()
2680 CACHE_LAST(hdp)->node->sib == NULL) { in node_insert()
[all …]
H A Ddevinfo_devlink.h251 #define CACHE_LAST(h) (CACHE(h)->last_minor) macro