Searched hist:177528 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.cdiff 177528 Sun Mar 23 11:45:24 MDT 2008 kib Yield the cpu in the kernel while iterating the list of the
vnodes belonging to the mountpoint. Also, yield when in the
softdep_process_worklist() even when we are not going to sleep due to
buffer drain.

It is believed that the ULE fixed the problem [1], but the yielding
seems to be needed at least for the 4BSD case.

Discussed: on stable@, with bde
Reviewed by: tegge, jeff [1]
MFC after: 2 weeks
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.cdiff 177528 Sun Mar 23 11:45:24 MDT 2008 kib Yield the cpu in the kernel while iterating the list of the
vnodes belonging to the mountpoint. Also, yield when in the
softdep_process_worklist() even when we are not going to sleep due to
buffer drain.

It is believed that the ULE fixed the problem [1], but the yielding
seems to be needed at least for the 4BSD case.

Discussed: on stable@, with bde
Reviewed by: tegge, jeff [1]
MFC after: 2 weeks
/freebsd-11-stable/sys/sys/
H A Dvnode.hdiff 177528 Sun Mar 23 11:45:24 MDT 2008 kib Yield the cpu in the kernel while iterating the list of the
vnodes belonging to the mountpoint. Also, yield when in the
softdep_process_worklist() even when we are not going to sleep due to
buffer drain.

It is believed that the ULE fixed the problem [1], but the yielding
seems to be needed at least for the 4BSD case.

Discussed: on stable@, with bde
Reviewed by: tegge, jeff [1]
MFC after: 2 weeks

Completed in 447 milliseconds