Searched defs:delcallb_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c426 struct seg_pcache *delcallb_list = NULL; local
446 pcp->p_hprev = delcallb_list;
447 delcallb_list = pcp;
454 return (delcallb_list);
809 struct seg_pcache *delcallb_list = NULL; local
875 delcallb_list = seg_plookup_checkdup(hp, htag0, addr,
910 while (delcallb_list != NULL) {
911 pcp = delcallb_list;
912 delcallb_list = pcp->p_hprev;
939 struct seg_pcache *delcallb_list local
1200 struct seg_pcache *delcallb_list = NULL; local
1271 struct seg_pcache *delcallb_list = NULL; local
[all...]

Completed in 102 milliseconds