Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/xfs/
Dxfs_bmap_util.c1373 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1378 tip->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1385 if (ip->i_d.di_nextents < tip->i_d.di_nextents) in xfs_swap_extents_check_format()
1401 tip->i_d.di_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1405 if (tip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1406 XFS_IFORK_NEXTENTS(tip, XFS_DATA_FORK) > in xfs_swap_extents_check_format()
1413 XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1425 if (tip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1427 XFS_BMAP_BMDR_SPACE(tip->i_df.if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1429 if (XFS_IFORK_NEXTENTS(tip, XFS_DATA_FORK) <= in xfs_swap_extents_check_format()
[all …]
Dxfs_bmap_util.h73 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
Dxfs_ioctl.c1938 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1987 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1989 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1994 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
2004 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/Linux-v5.4/net/ipv4/
Darp.c393 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
426 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
429 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
436 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter()
497 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
504 if (sip == tip) in arp_fwd_pvlan()
647 __be32 sip, __be32 tip, in arp_is_garp() argument
650 bool is_garp = tip == sip; in arp_is_garp()
684 __be32 sip, tip; in arp_process() local
758 memcpy(&tip, arp_ptr, 4); in arp_process()
[all …]
Dipconfig.c479 __be32 sip, tip; in ic_rarp_recv() local
537 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
550 ic_myaddr = tip; in ic_rarp_recv()
/Linux-v5.4/net/bridge/
Dbr_arp_nd_proxy.c128 __be32 sip, tip; in br_do_proxy_suppress_arp() local
149 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_suppress_arp()
151 if (ipv4_is_loopback(tip) || in br_do_proxy_suppress_arp()
152 ipv4_is_multicast(tip)) in br_do_proxy_suppress_arp()
158 if (ipv4_is_zeronet(sip) || sip == tip) { in br_do_proxy_suppress_arp()
176 br_is_local_ip(vlandev, tip)) { in br_do_proxy_suppress_arp()
184 n = neigh_lookup(&arp_tbl, &tip, vlandev); in br_do_proxy_suppress_arp()
201 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
204 br_arp_send(br, p, skb->dev, sip, tip, in br_do_proxy_suppress_arp()
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dcs42l42.txt22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense
23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are
24 plugged in and leave tip sense floating when not plugged in. Inverting jacks
25 short tip sense when unplugged and float when plugged in.
31 debounce, the tip sense pin might be noisy on a plug event.
43 With no debounce, the tip sense pin might be noisy on an unplug event.
/Linux-v5.4/tools/perf/util/
Dutil.c350 char *tip = NULL; in perf_tip() local
365 if (asprintf(&tip, "Tip: %s", node->s) < 0) in perf_tip()
366 tip = (char *)"Tip: get more memory! ;-)"; in perf_tip()
371 return tip; in perf_tip()
/Linux-v5.4/scripts/
Dsetlocalversion101 if [ -z "$tag" -o "$tag" = tip ]; then
/Linux-v5.4/include/net/
Dflow_dissector.h136 __u32 tip; member
/Linux-v5.4/drivers/input/tablet/
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-v5.4/Documentation/x86/
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
Dmtrr.rst33 .. tip::
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c2519 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2523 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
2525 __func__, &sip, &tip); in bond_validate_arp()
2545 __be32 sip, tip; in bond_arp_rcv() local
2583 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
2588 &sip, &tip); in bond_arp_rcv()
2617 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
2621 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
2625 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
/Linux-v5.4/net/sched/
Dcls_flower.c1178 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key()
1179 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key()
1180 sizeof(key->arp.tip)); in fl_set_key()
2344 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key()
2345 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key()
2347 sizeof(key->arp.tip)) || in fl_dump_key()
/Linux-v5.4/drivers/net/
Dvxlan.c1816 __be32 sip, tip; in arp_reduce() local
1841 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
1843 if (ipv4_is_loopback(tip) || in arp_reduce()
1844 ipv4_is_multicast(tip)) in arp_reduce()
1847 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
1865 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
1882 .sin.sin_addr.s_addr = tip, in arp_reduce()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2022 __be32 sip, tip; in cxgb3_arp_process() local
2039 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process()
2041 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process()
2044 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/Linux-v5.4/net/core/
Dflow_dissector.c476 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
/Linux-v5.4/Documentation/networking/device_drivers/
Dsb1000.txt194 used). Thanks to Ed Daiga for this tip!
/Linux-v5.4/Documentation/networking/
Deql.txt227 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
/Linux-v5.4/
DMAINTAINERS4049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
6904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso
7336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
8631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
8640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
9582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
11519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
12767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
[all …]
/Linux-v5.4/tools/perf/
DMakefile.perf917 $(call QUIET_INSTALL, perf-tip) \
DMakefile.config1014 tipdir = share/doc/perf-tip
/Linux-v5.4/Documentation/RCU/
DRTFP.txt2256 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods"
2264 First posting of expedited RCU to be accepted into -tip.
2270 ,Title="[{PATCH} {RFC} -tip 0/4] {RCU} cleanups and simplified preemptable {RCU}"
/Linux-v5.4/Documentation/PCI/
Dpci.rst251 .. tip::

12