Lines Matching full:pp
201 return [pp for pp in pp_list if pp.get("ifindex") == nsim.ifindex]
211 refs = sum([pp["inflight"] for pp in pp_list])
223 refs = sum([pp["inflight"] for pp in pp_list if pp.get("ifindex") == nsim.ifindex])
230 refs = sum([pp["inflight"] for pp in pp_list])
232 attached = [pp for pp in pp_list if "detach-time" not in pp]
235 # New pp can get created, and we'll have two
238 attached = [pp for pp in pp_list if "detach-time" not in pp]
239 detached = [pp for pp in pp_list if "detach-time" in pp]
243 # Free the old page and the old pp is gone
273 pp1_all = [pp for pp in all_pp
274 if pp.get("ifindex") == nsim1.ifindex]
275 pp2_all = [pp for pp in all_pp
276 if pp.get("ifindex") == nsim2.ifindex]
325 orphans = [pp for pp in pp_all
326 if "detach-time" in pp and "ifindex" not in pp]