Lines Matching refs:old
43 struct netprio_map *old, *new; in extend_netdev_table() local
47 old = rtnl_dereference(dev->priomap); in extend_netdev_table()
48 if (old && old->priomap_len > target_idx) in extend_netdev_table()
73 if (old) in extend_netdev_table()
74 memcpy(new->priomap, old->priomap, in extend_netdev_table()
75 old->priomap_len * sizeof(old->priomap[0])); in extend_netdev_table()
81 if (old) in extend_netdev_table()
82 kfree_rcu(old, rcu); in extend_netdev_table()
268 struct netprio_map *old; in netprio_device_event() local
277 old = rtnl_dereference(dev->priomap); in netprio_device_event()
279 if (old) in netprio_device_event()
280 kfree_rcu(old, rcu); in netprio_device_event()