search for: vmightfree

Displaying 1 result from an estimated 1 matches for "vmightfree".

2003 Aug 19
0
inode deadlock: can't reclaim VLRU: suggestions please [was RE: k ernel deadlock]
..., 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_interlock However, few nodes meet these constraints either. Which of the following approaches se...