Lines Matching refs:old
39 struct netprio_map *old, *new; in extend_netdev_table() local
43 old = rtnl_dereference(dev->priomap); in extend_netdev_table()
44 if (old && old->priomap_len > target_idx) in extend_netdev_table()
69 if (old) in extend_netdev_table()
70 memcpy(new->priomap, old->priomap, in extend_netdev_table()
71 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table()
77 if (old) in extend_netdev_table()
78 kfree_rcu(old, rcu); in extend_netdev_table()
259 struct netprio_map *old; in netprio_device_event() local
268 old = rtnl_dereference(dev->priomap); in netprio_device_event()
270 if (old) in netprio_device_event()
271 kfree_rcu(old, rcu); in netprio_device_event()