Searched refs:map_entry (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/xdp/
H A Dxsk.h34 struct xdp_sock __rcu **map_entry; member in struct:xsk_map_node
43 struct xdp_sock __rcu **map_entry);
H A Dxskmap.c16 struct xdp_sock __rcu **map_entry)
29 node->map_entry = map_entry;
50 struct xdp_sock __rcu **map_entry)
56 if (map_entry == n->map_entry) {
165 struct xdp_sock __rcu **map_entry; local
188 map_entry = &m->xsk_map[i];
189 node = xsk_map_node_alloc(m, map_entry);
196 old_xs = rcu_dereference_protected(*map_entry, lockdep_is_hel
15 xsk_map_node_alloc(struct xsk_map *map, struct xdp_sock __rcu **map_entry) argument
49 xsk_map_sock_delete(struct xdp_sock *xs, struct xdp_sock __rcu **map_entry) argument
225 struct xdp_sock __rcu **map_entry; local
248 xsk_map_try_sock_delete(struct xsk_map *map, struct xdp_sock *xs, struct xdp_sock __rcu **map_entry) argument
[all...]
H A Dxsk.c1056 struct xdp_sock __rcu ***map_entry)
1061 *map_entry = NULL;
1069 *map_entry = node->map_entry;
1092 struct xdp_sock __rcu **map_entry = NULL; local
1095 while ((map = xsk_get_map_list_entry(xs, &map_entry))) {
1096 xsk_map_try_sock_delete(map, xs, map_entry);
1055 xsk_get_map_list_entry(struct xdp_sock *xs, struct xdp_sock __rcu ***map_entry) argument
/linux-master/samples/bpf/
H A Dxdp_sample_user.c96 struct map_entry { struct
329 static int map_entry_init(struct map_entry *e, __u64 pair)
410 struct map_entry *e, *x = NULL;
550 struct map_entry *e;
1007 struct map_entry *entry;
1013 struct map_entry *e, *x = NULL;
/linux-master/drivers/nvdimm/
H A Dbtt.c539 u32 i, map_entry, log_oldmap, log_newmap; local
578 ret = btt_map_read(arena, le32_to_cpu(log_new.lba), &map_entry,
584 * The map_entry from btt_read_map is stripped of any flag bits,
590 if ((log_newmap != map_entry) && (log_oldmap == map_entry)) {

Completed in 115 milliseconds