Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 25 of 32) sorted by relevance

12

/linux/fs/xfs/
A Dxfs_bmap_util.c1326 if (XFS_IFORK_Q(tip) && in xfs_swap_extents_check_format()
1360 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument
1381 tip_flags2 = tip->i_diflags2; in xfs_swap_extent_rmap()
1470 tip->i_diflags2 = tip_flags2; in xfs_swap_extent_rmap()
1475 tip->i_diflags2 = tip_flags2; in xfs_swap_extent_rmap()
1484 struct xfs_inode *tip, in xfs_swap_extent_forks() argument
1504 if (XFS_IFORK_Q(tip) && tip->i_afp->if_nextents > 0 && in xfs_swap_extent_forks()
1529 swap(ip->i_df, tip->i_df); in xfs_swap_extent_forks()
1714 xfs_trans_ijoin(tp, tip, 0); in xfs_swap_extents()
1784 ASSERT(!tip->i_cowfp || in xfs_swap_extents()
[all …]
A Dxfs_bmap_util.h69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
A Dxfs_ioctl.c1734 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1783 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1785 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1790 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1800 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/linux/net/ipv4/
A Darp.c499 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
506 if (sip == tip) in arp_fwd_pvlan()
649 __be32 sip, __be32 tip, in arp_is_garp() argument
652 bool is_garp = tip == sip; in arp_is_garp()
686 __be32 sip, tip; in arp_process() local
760 memcpy(&tip, arp_ptr, 4); in arp_process()
765 if (ipv4_is_multicast(tip) || in arp_process()
809 !arp_ignore(in_dev, sip, tip)) in arp_process()
831 sip, dev, tip, sha, in arp_process()
852 sip, dev, tip, sha, in arp_process()
[all …]
A Dipconfig.c503 __be32 sip, tip; in ic_rarp_recv() local
561 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
574 ic_myaddr = tip; in ic_rarp_recv()
/linux/net/bridge/
A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
154 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
156 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
157 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
165 (ipv4_is_zeronet(sip) || sip == tip)) { in br_do_proxy_suppress_arp()
183 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
191 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp()
208 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
211 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
/linux/Documentation/devicetree/bindings/sound/
A Dcs42l42.txt25 0 = (Default) Shorted to tip when unplugged, open when plugged.
26 This is "inverted tip sense (ITS)" in the datasheet.
28 1 = Open when unplugged, shorted to tip when plugged.
29 This is "normal tip sense (TS)" in the datasheet.
32 debounce, the tip sense pin might be noisy on a plug event.
44 With no debounce, the tip sense pin might be noisy on an unplug event.
/linux/Documentation/process/
A Dmaintainer-tip.rst3 The tip tree handbook
6 What is the tip tree?
9 The tip tree is a collection of several subsystems and areas of
10 development. The tip tree is both a direct development tree and a
12 is: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
14 The tip tree contains the following subsystems:
72 tree and is aggregated into the tip tree.
84 aggregated in the tip efi/core branch.
89 are aggregated into the tip core/rcu branch.
113 queued in the tip tree are handled by the maintainers.
[all …]
A Dmaintainer-handbooks.rst18 maintainer-tip
/linux/fs/cifs/
A Dmisc.c1249 char *target, *tip = NULL; in match_target_ip() local
1264 rc = dns_resolve_server_name_to_ip(target, &tip, NULL); in match_target_ip()
1268 cifs_dbg(FYI, "%s: target ip: %s\n", __func__, tip); in match_target_ip()
1270 if (!cifs_convert_address(&tipaddr, tip, strlen(tip))) { in match_target_ip()
1284 kfree(tip); in match_target_ip()
/linux/drivers/input/tablet/
A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/linux/include/net/
A Dflow_dissector.h157 __u32 tip; member
/linux/Documentation/x86/
A Dintel_txt.rst202 title Linux 2.6.29-tip w/ tboot
205 module /vmlinuz-2.6.29-tip intel_iommu=on ro
207 module /initrd-2.6.29-tip.img
A Dmtrr.rst33 .. tip::
/linux/Documentation/translations/zh_CN/PCI/
A Dpci.rst239 .. tip::
/linux/drivers/net/bonding/
A Dbond_main.c2947 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2951 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
2953 __func__, &sip, &tip); in bond_validate_arp()
2973 __be32 sip, tip; in bond_arp_rcv() local
3011 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
3016 &sip, &tip); in bond_arp_rcv()
3045 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
3049 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
3053 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
/linux/drivers/net/
A Dvxlan.c1989 __be32 sip, tip; in arp_reduce() local
2014 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
2016 if (ipv4_is_loopback(tip) || in arp_reduce()
2017 ipv4_is_multicast(tip)) in arp_reduce()
2020 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
2038 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
2055 .sin.sin_addr.s_addr = tip, in arp_reduce()
/linux/net/sched/
A Dcls_flower.c1630 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key()
1631 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key()
1632 sizeof(key->arp.tip)); in fl_set_key()
2977 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key()
2978 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key()
2980 sizeof(key->arp.tip)) || in fl_dump_key()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c2029 __be32 sip, tip; in cxgb3_arp_process() local
2046 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process()
2048 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process()
2051 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/linux/Documentation/dev-tools/kunit/
A Drunning_tips.rst50 tip is useful.
/linux/net/core/
A Dflow_dissector.c511 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
/linux/Documentation/networking/
A Deql.rst187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
/linux/Documentation/networking/device_drivers/cable/
A Dsb1000.rst208 used). Thanks to Ed Daiga for this tip!
/linux/
A DMAINTAINERS7943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/entry
9887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx
10016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
10026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
10034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
14428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
20665 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
20674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
20697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
20715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
[all …]
/linux/tools/perf/
A DMakefile.perf1008 $(call QUIET_INSTALL, perf-tip) \

Completed in 106 milliseconds

12