Lines Matching defs:map
561 struct xsk_map *map = NULL;
570 WARN_ON(xsk_map_inc(node->map));
571 map = node->map;
575 return map;
582 * the two locks involved. Each map has a lock synchronizing
586 * "map lock"->"socket map list lock". We start off by
587 * accessing the socket map list, and take a reference to the
588 * map to guarantee existence between the
590 * calls. Then we ask the map to remove the socket, which
591 * tries to remove the socket from the map. Note that there
592 * might be updates to the map between
596 struct xsk_map *map;
598 while ((map = xsk_get_map_list_entry(xs, &map_entry))) {
599 xsk_map_try_sock_delete(map, xs, map_entry);
600 xsk_map_put(map);