Home | History | Annotate | Download | only in subcommands

Lines Matching refs:words

98       words = line.split()
99 bucket = bucket_set.get(int(words[BUCKET_ID]))
110 com_committed += int(words[COMMITTED])
111 com_allocs += int(words[ALLOC_COUNT]) - int(words[FREE_COUNT])
142 words = line.split()
143 bucket = bucket_set.get(int(words[BUCKET_ID]))
155 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]),
156 words[COMMITTED],
157 int(words[ALLOC_COUNT]) - int(words[FREE_COUNT]),
158 words[COMMITTED]))