Displaying 1 result from an estimated 1 matches for "vnon".
Did you mean:
non
2003 Aug 19
0
inode deadlock: can't reclaim VLRU: suggestions please [was RE: k ernel deadlock]
...gnal that vnodes are available (10% of the vnodes need to be
freed).
Under our test, none of the nodes meet the criteria for freeing,
so the vnlru process goes to sleep for 3 seconds without signaling
anything. Then it wakes, tries again, same result.
Current constraints are:
- v_type is not VNON or VBAD
- v_object is NULL or v_object->resident_page_count < trigger
- VMIGHTFREE(vp) is true
- can acquire vp->v_interlock
I tried adding code which uses only the following constraints if
no nodes could be freed the previous time:
- VMIGHTFREE(vp) is true
- can acquire v_interlo...