Searched refs:other_end (Results 1 – 2 of 2) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 269 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find() 308 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find_session() 409 tp_vars->other_end, tp_vars->reason); in batadv_tp_sender_end() 423 tp_vars->other_end, in batadv_tp_sender_end() 514 tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold, in batadv_tp_sender_timeout() 820 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send() 914 tp_vars->other_end, in batadv_tp_start_kthread() 982 ether_addr_copy(tp_vars->other_end, dst); in batadv_tp_start() 1120 BATADV_TP_RECV_TIMEOUT, tp_vars->other_end); in batadv_tp_receiver_shutdown() 1350 ether_addr_copy(tp_vars->other_end, icmp->orig); in batadv_tp_init_recv()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 563 u64 other_end; in btrfs_mark_extent_written() local 615 other_end = start; in btrfs_mark_extent_written() 618 &other_start, &other_end)) { in btrfs_mark_extent_written() 641 other_end = 0; in btrfs_mark_extent_written() 644 &other_start, &other_end)) { in btrfs_mark_extent_written() 660 other_end - start); in btrfs_mark_extent_written() 725 other_end = 0; in btrfs_mark_extent_written() 736 &other_start, &other_end)) { in btrfs_mark_extent_written() 741 extent_end = other_end; in btrfs_mark_extent_written() 751 other_end = start; in btrfs_mark_extent_written() [all …]
|