Lines Matching refs:entry
153 struct pid_ent *entry;
155 LIST_FOREACH(entry, &pid_info, ptr) {
156 if (entry->pid == pid)
157 return entry;
247 struct pid_ent *entry;
256 LIST_FOREACH(entry, &pid_info, ptr) {
258 entry->pid, entry->name,
259 entry->total_io[READ],
260 entry->total_io[WRITE]);
263 entry->io[i][READ],
264 entry->io[i][WRITE]);