Searched refs:other_end (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/batman-adv/ |
D | tp_meter.c | 279 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find() 318 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find_session() 416 tp_vars->other_end, tp_vars->reason); in batadv_tp_sender_end() 430 tp_vars->other_end, in batadv_tp_sender_end() 521 tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold, in batadv_tp_sender_timeout() 830 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send() 926 tp_vars->other_end, in batadv_tp_start_kthread() 994 ether_addr_copy(tp_vars->other_end, dst); in batadv_tp_start() 1132 BATADV_TP_RECV_TIMEOUT, tp_vars->other_end); in batadv_tp_receiver_shutdown() 1364 ether_addr_copy(tp_vars->other_end, icmp->orig); in batadv_tp_init_recv()
|
D | types.h | 1344 u8 other_end[ETH_ALEN]; member
|
/Linux-v4.19/fs/btrfs/ |
D | file.c | 1144 u64 other_end; in btrfs_mark_extent_written() local 1197 other_end = start; in btrfs_mark_extent_written() 1200 &other_start, &other_end)) { in btrfs_mark_extent_written() 1224 other_end = 0; in btrfs_mark_extent_written() 1227 &other_start, &other_end)) { in btrfs_mark_extent_written() 1243 other_end - start); in btrfs_mark_extent_written() 1305 other_end = 0; in btrfs_mark_extent_written() 1308 &other_start, &other_end)) { in btrfs_mark_extent_written() 1313 extent_end = other_end; in btrfs_mark_extent_written() 1325 other_end = start; in btrfs_mark_extent_written() [all …]
|