Lines Matching refs:split
178 last = last_state.get("/proc/stat:cpu", "").split()
179 next = state.get("/proc/stat:cpu", "").split()
306 last = last_state.get(key, zero_stat).split()
307 next = state.get(key, "").split()
397 last = last_state.get(key, "").split()
398 next = state.get(key, "").split()
405 net, interface = key.split(":", 1)
457 yaffs, partition, var = key.split(":", 2)
503 last = last_state.get(key, "").split()
504 next = state.get(key, "").split()
514 diskstats, device = key.split(":", 1)
647 parts = line.split(None, 2)