Searched refs:kt_index (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/support/
H A Dktrace.h36 int kt_index; /* current index in entries */ member in struct:ktrace
45 int ks_start; /* kt_index at time of snap */
H A Dktrace.c97 ktp->kt_index = 0;
136 * kt_index is always the index of the next entry to be filled.
169 index = ktp->kt_index;
170 if (++ktp->kt_index == ktp->kt_nentries)
171 ktp->kt_index = 0;
210 return (ktp->kt_rollover ? ktp->kt_nentries : ktp->kt_index);
235 index = ktp->kt_index;

Completed in 41 milliseconds