Searched refs:dngl (Results 1 – 2 of 2) sorted by relevance
752 (void) write_links(hdp, NULL, CACHE(hdp)->dngl, next); in di_devlink_close()926 if (clp != NULL && ((pdmp == NULL) ^ (clp == CACHE(hdp)->dngl))) { in write_links()1064 while (CACHE(hdp)->dngl != NULL) { in cache_free()1065 clp = CACHE(hdp)->dngl; in cache_free()1066 CACHE(hdp)->dngl = clp->sib; in cache_free()1291 for (pp = &(CACHE(hdp)->dngl); *pp != NULL; ) { in resolve_dangling_links()1679 *lpp = CACHE(hdp)->dngl; in minor_delete()1680 CACHE(hdp)->dngl = cmnp->link; in minor_delete()1774 pp = &(CACHE(hdp)->dngl); in link_delete()2789 clp->sib = CACHE(hdp)->dngl; in link_insert()[all …]
130 cache_link_t *dngl; /* list of dangling links */ member252 #define CACHE_EMPTY(h) (CACHE(h)->root == NULL && CACHE(h)->dngl == NULL)