Lines Matching refs:fields
5 This document contains an explanation of the struct taskstats fields.
7 There are three different groups of fields in the struct taskstats:
9 1) Common and basic accounting fields
11 the common fields and basic accounting fields are collected for
13 2) Delay accounting fields
14 These fields are placed between::
16 /* Delay accounting fields start */
20 /* Delay accounting fields end */
23 3) Extended accounting fields
24 These fields are placed between::
26 /* Extended accounting fields start */
30 /* Extended accounting fields end */
38 6) Extended delay accounting fields for memory reclaim
40 Future extension should add fields to the end of the taskstats struct, and
47 1) Common and basic accounting fields::
97 2) Delay accounting fields::
99 /* Delay accounting fields start
101 * All values, until the comment "Delay accounting fields end" are
103 * few fields are not delays
118 /* Following four fields atomically updated using task->delays->lock */
145 /* Delay accounting fields end */
149 3) Extended accounting fields::
151 /* Extended accounting fields start */
172 /* The following four fields are I/O statistics of a task. */
178 /* Extended accounting fields end */
191 6) Extended delay accounting fields for memory reclaim::