Searched refs:neighbor (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/avl/ |
| H A D | avl.c | 822 void *neighbor; in avl_update_lt() local 827 neighbor = AVL_PREV(t, obj); in avl_update_lt() 828 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt() 839 void *neighbor; in avl_update_gt() local 844 neighbor = AVL_NEXT(t, obj); in avl_update_gt() 845 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt() 856 void *neighbor; in avl_update() local 858 neighbor = AVL_PREV(t, obj); in avl_update() 859 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update() 864 neighbor = AVL_NEXT(t, obj); in avl_update() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 1388 zfs_btree_core_t *neighbor = (zfs_btree_core_t *)l_hdr; in zfs_btree_remove_from_node() local 1405 zfs_btree_hdr_t **take_child = neighbor->btc_children + in zfs_btree_remove_from_node() 1411 uint8_t *take_elem = neighbor->btc_elems + in zfs_btree_remove_from_node() 1424 zfs_btree_core_t *neighbor = (zfs_btree_core_t *)r_hdr; in zfs_btree_remove_from_node() local 1445 zfs_btree_hdr_t **take_child = neighbor->btc_children; in zfs_btree_remove_from_node() 1451 uint8_t *take_elem = neighbor->btc_elems; in zfs_btree_remove_from_node() 1459 bt_shift_core_left(tree, neighbor, 1, r_hdr->bth_count, in zfs_btree_remove_from_node() 1675 zfs_btree_leaf_t *neighbor = (zfs_btree_leaf_t *)r_hdr; in zfs_btree_remove_idx() local 1701 bt_shift_leaf_left(tree, neighbor, 1, r_hdr->bth_count); in zfs_btree_remove_idx()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_receive_offload_lib.rst | 117 "neighbor" for it. If find a "neighbor", merge the two packets together. 118 If can't find a "neighbor", store the packet into its "flow". If can't
|
| H A D | rte_flow.rst | 1226 Matches an ICMPv6 neighbor discovery solicitation. 1238 Matches an ICMPv6 neighbor discovery advertisement. 1251 Matches the presence of any ICMPv6 neighbor discovery option. 1266 Matches an ICMPv6 neighbor discovery source Ethernet link-layer address 1282 Matches an ICMPv6 neighbor discovery target Ethernet link-layer address
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 486 Set the size of the noisy neighbor simulation memory buffer in MB to N. 492 Set the number of reads to be done in noisy neighbor simulation memory buffer to N. 497 Set the number of writes to be done in noisy neighbor simulation memory buffer to N. 502 Set the number of r/w accesses to be done in noisy neighbor simulation memory buffer to N.
|
| H A D | testpmd_funcs.rst | 345 * ``noisy``: Noisy neighbor simulation. 3703 - ``icmp6_nd_ns``: match ICMPv6 neighbor discovery solicitation. 3707 - ``icmp6_nd_na``: match ICMPv6 neighbor discovery advertisement. 3711 - ``icmp6_nd_opt``: match presence of any ICMPv6 neighbor discovery option. 3715 - ``icmp6_nd_opt_sla_eth``: match ICMPv6 neighbor discovery source Ethernet 3720 - ``icmp6_nd_opt_tla_eth``: match ICMPv6 neighbor discovery target Ethernet
|
| /f-stack/doc/ |
| H A D | F-Stack_Release_Note.md | 35 - Add ndp tool for ipv6 neighbor. @chopin11
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 449 of the effect of a noisy neighbor. Try using the cache allocation technique
|