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

/freebsd-10.0-release/sys/arm/include/
H A Dintr.hdiff 245637 Fri Jan 18 23:06:42 MST 2013 ian Eliminate the need for an intermediate array of indices into the arrays of
interrupt counts and names, by making the names into an array of fixed-length
strings that can be directly indexed. This eliminates extra memory accesses
on every interrupt to increment the counts.

As a side effect, it also fixes a bug that would corrupt the names data
if a name was longer than MAXCOMLEN, which led to incorrect vmstat -i output.

Approved by: cognet (mentor)
/freebsd-10.0-release/sys/arm/arm/
H A Dintr.cdiff 245637 Fri Jan 18 23:06:42 MST 2013 ian Eliminate the need for an intermediate array of indices into the arrays of
interrupt counts and names, by making the names into an array of fixed-length
strings that can be directly indexed. This eliminates extra memory accesses
on every interrupt to increment the counts.

As a side effect, it also fixes a bug that would corrupt the names data
if a name was longer than MAXCOMLEN, which led to incorrect vmstat -i output.

Approved by: cognet (mentor)
H A Dmachdep.cdiff 245637 Fri Jan 18 23:06:42 MST 2013 ian Eliminate the need for an intermediate array of indices into the arrays of
interrupt counts and names, by making the names into an array of fixed-length
strings that can be directly indexed. This eliminates extra memory accesses
on every interrupt to increment the counts.

As a side effect, it also fixes a bug that would corrupt the names data
if a name was longer than MAXCOMLEN, which led to incorrect vmstat -i output.

Approved by: cognet (mentor)

Completed in 131 milliseconds