Searched refs:other_end (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | tp_meter.c | 268 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find() 307 if (!batadv_compare_eth(pos->other_end, dst)) in batadv_tp_list_find_session() 408 tp_vars->other_end, tp_vars->reason); in batadv_tp_sender_end() 422 tp_vars->other_end, in batadv_tp_sender_end() 513 tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold, in batadv_tp_sender_timeout() 822 orig_node = batadv_orig_hash_find(bat_priv, tp_vars->other_end); in batadv_tp_send() 918 tp_vars->other_end, in batadv_tp_start_kthread() 986 ether_addr_copy(tp_vars->other_end, dst); in batadv_tp_start() 1124 BATADV_TP_RECV_TIMEOUT, tp_vars->other_end); in batadv_tp_receiver_shutdown() 1356 ether_addr_copy(tp_vars->other_end, icmp->orig); in batadv_tp_init_recv()
|
| H A D | types.h | 1405 u8 other_end[ETH_ALEN]; member
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | file.c | 1085 u64 other_end; in btrfs_mark_extent_written() local 1138 other_end = start; in btrfs_mark_extent_written() 1141 &other_start, &other_end)) { in btrfs_mark_extent_written() 1165 other_end = 0; in btrfs_mark_extent_written() 1168 &other_start, &other_end)) { in btrfs_mark_extent_written() 1184 other_end - start); in btrfs_mark_extent_written() 1248 other_end = 0; in btrfs_mark_extent_written() 1254 &other_start, &other_end)) { in btrfs_mark_extent_written() 1259 extent_end = other_end; in btrfs_mark_extent_written() 1269 other_end = start; in btrfs_mark_extent_written() [all …]
|