Home
last modified time | relevance | path

Searched refs:map_entry (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c26 struct xdp_sock **map_entry) in xsk_map_node_alloc() argument
42 node->map_entry = map_entry; in xsk_map_node_alloc()
60 struct xdp_sock **map_entry) in xsk_map_sock_delete() argument
66 if (map_entry == n->map_entry) { in xsk_map_sock_delete()
166 struct xdp_sock *xs, *old_xs, **map_entry; in xsk_map_update_elem() local
188 map_entry = &m->xsk_map[i]; in xsk_map_update_elem()
189 node = xsk_map_node_alloc(m, map_entry); in xsk_map_update_elem()
196 old_xs = READ_ONCE(*map_entry); in xsk_map_update_elem()
208 WRITE_ONCE(*map_entry, xs); in xsk_map_update_elem()
210 xsk_map_sock_delete(old_xs, map_entry); in xsk_map_update_elem()
[all …]
H A Dxsk.h34 struct xdp_sock **map_entry; member
43 struct xdp_sock **map_entry);
H A Dxsk.c559 struct xdp_sock ***map_entry) in xsk_get_map_list_entry() argument
564 *map_entry = NULL; in xsk_get_map_list_entry()
572 *map_entry = node->map_entry; in xsk_get_map_list_entry()
595 struct xdp_sock **map_entry = NULL; in xsk_delete_from_maps() local
598 while ((map = xsk_get_map_list_entry(xs, &map_entry))) { in xsk_delete_from_maps()
599 xsk_map_try_sock_delete(map, xs, map_entry); in xsk_delete_from_maps()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] macro
51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i))
52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i))
53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i))
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst153 of preallocated tracing_map_elts (abbreviated below as map_entry and | |
158 If a map_entry is unused, meaning no key has yet hashed into it, its | |
159 .key value is 0 and its .val pointer is NULL. Once a map_entry has | |
176 | .map |---->| map_entry | | |
182 | map_entry | | |
192 | map_entry | +---------------+ | |
198 | map_entry | . | |
204 | map_entry | | .offset (key) | | |
234 map_entry = struct tracing_map_entry
475 | .map |---->| map_entry | | | |
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/wayland/
H A DCVE-2021-3782.patch54 union map_entry *start, *entry;
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbtt.c538 u32 i, map_entry, log_oldmap, log_newmap; in btt_freelist_init() local
577 ret = btt_map_read(arena, le32_to_cpu(log_new.lba), &map_entry, in btt_freelist_init()
589 if ((log_newmap != map_entry) && (log_oldmap == map_entry)) { in btt_freelist_init()