Searched refs:other_end (Results 1 – 3 of 3) sorted by relevance
| /linux/net/batman-adv/ |
| H A D | tp_meter.c | 275 if (!batadv_compare_eth(pos->common.other_end, dst)) in batadv_tp_list_find_sender() 307 if (batadv_compare_eth(tp_sender->common.other_end, dst)) in batadv_tp_list_active() 312 if (batadv_compare_eth(tp_receiver->common.other_end, dst)) in batadv_tp_list_active() 341 if (!batadv_compare_eth(pos->common.other_end, dst)) in batadv_tp_list_find_sender_session() 444 tp_vars->common.other_end, reason); in batadv_tp_sender_end() 458 tp_vars->common.other_end, in batadv_tp_sender_end() 559 tp_vars->common.other_end, tp_vars->cc.cwnd, tp_vars->cc.ss_threshold, in batadv_tp_sender_timeout() 926 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->common.other_end); in batadv_tp_send() 1024 tp_vars->common.other_end, in batadv_tp_start_kthread() 1099 ether_addr_copy(tp_vars->common.other_end, dst); in batadv_tp_start() [all …]
|
| H A D | types.h | 1354 /** @other_end: mac address of remote */ 1355 u8 other_end[ETH_ALEN]; member
|
| /linux/fs/btrfs/ |
| H A D | file.c | 547 u64 other_end; in btrfs_mark_extent_written() local 599 other_end = start; in btrfs_mark_extent_written() 602 &other_start, &other_end)) { in btrfs_mark_extent_written() 625 other_end = 0; in btrfs_mark_extent_written() 628 &other_start, &other_end)) { in btrfs_mark_extent_written() 644 other_end - start); in btrfs_mark_extent_written() 709 other_end = 0; in btrfs_mark_extent_written() 720 &other_start, &other_end)) { in btrfs_mark_extent_written() 725 extent_end = other_end; in btrfs_mark_extent_written() 735 other_end = start; in btrfs_mark_extent_written() [all …]
|