search for: offendor

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

Did you mean: offender
2003 Aug 19
0
inode deadlock: can't reclaim VLRU: suggestions please [was RE: k ernel deadlock]
...are they constraints or merely heuristics? #define VMIGHTFREE(vp) \ (!((vp)->v_flag & (VFREE|VDOOMED|VXLOCK)) && \ LIST_EMPTY(&(vp)->v_cache_src) && !(vp)->v_usecount) 2. If there is a dependancy on one of the user processes, can I determine the offendor (maybe kill it)? 3. Should vnlru process signal the requestor if as few as one nodes have been reclaimed (vs. the 10%)? 4. Why wait for 3 whole seconds? How about waiting one tick? If possible, my preference is (1), freeing as much as possible when things get bad. Thanks in advance for your...