Lines Matching refs:fields
4 This document contains an explanation of the struct taskstats fields.
6 There are three different groups of fields in the struct taskstats:
8 1) Common and basic accounting fields
10 the common fields and basic accounting fields are collected for
12 2) Delay accounting fields
13 These fields are placed between
14 /* Delay accounting fields start */
16 /* Delay accounting fields end */
18 3) Extended accounting fields
19 These fields are placed between
20 /* Extended accounting fields start */
22 /* Extended accounting fields end */
29 6) Extended delay accounting fields for memory reclaim
31 Future extension should add fields to the end of the taskstats struct, and
37 1) Common and basic accounting fields:
86 2) Delay accounting fields:
87 /* Delay accounting fields start
89 * All values, until the comment "Delay accounting fields end" are
91 * few fields are not delays
106 /* Following four fields atomically updated using task->delays->lock */
133 /* Delay accounting fields end */
137 3) Extended accounting fields
138 /* Extended accounting fields start */
159 /* The following four fields are I/O statistics of a task. */
165 /* Extended accounting fields end */
176 6) Extended delay accounting fields for memory reclaim