Searched refs:dr_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_drc.h43 list_t dr_cache; member in struct:rfs4_drc
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c87 list_create(&(drc->dr_cache), sizeof (rfs4_dupreq_t),
103 /* iterate over the dr_cache and free the enties */
104 for (drp = list_head(&(drc->dr_cache)); drp != NULL; drp = drp_next) {
112 drp_next = list_next(&(drc->dr_cache), drp);
150 * dr_cache list, free compound results.
153 list_remove(&(drc->dr_cache), drp);
191 for (drp_tail = list_tail(&drc->dr_cache); drp_tail != NULL;
192 drp_tail = list_prev(&drc->dr_cache, drp_tail)) {
197 list_remove(&(drc->dr_cache), drp_tail);
319 list_insert_tail(&(drc->dr_cache), dr
[all...]

Completed in 43 milliseconds