/openbmc/linux/fs/xfs/ |
H A D | xfs_bmap_util.c | 1287 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument 1290 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() 1294 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format() 1295 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format() 1296 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format() 1334 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1356 if (xfs_inode_has_attr_fork(tip) && in xfs_swap_extents_check_format() 1357 XFS_BMAP_BMDR_SPACE(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format() 1359 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1390 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument [all …]
|
H A D | xfs_bmap_util.h | 69 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument 429 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore() 452 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument 459 rt = ip_route_output(net, sip, tip, 0, l3mdev_master_ifindex_rcu(dev)); in arp_filter() 520 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument 527 if (sip == tip) in arp_fwd_pvlan() 670 __be32 sip, __be32 tip, in arp_is_garp() argument 673 bool is_garp = tip == sip; in arp_is_garp() 707 __be32 sip, tip; in arp_process() local 781 memcpy(&tip, arp_ptr, 4); in arp_process() [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_bridge_neigh_suppress.sh | 293 local tip=$1; shift 301 …e dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op… 305 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 316 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 327 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 334 run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid" 337 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 347 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 361 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 371 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" [all …]
|
/openbmc/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 133 __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()
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 3 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 11 aggregation tree for several sub-maintainer trees. The tip tree gitweb URL 12 is: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 14 The tip tree contains the following subsystems: 18 The x86 architecture development takes place in the tip tree except 37 Scheduler development takes place in the -tip tree, in the 44 primitives that are connected to locking) takes place in the -tip [all …]
|
H A D | maintainer-handbooks.rst | 21 maintainer-tip
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-tip.rst | 5 :Original: Documentation/process/maintainer-tip.rst 7 Il tascabile dei sorgenti tip
|
H A D | maintainer-handbooks.rst | 24 maintainer-tip
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm8xx-tip-fw.inc | 3 HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw" 11 SRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
|
H A D | npcm8xx-tip-fw_0.7.6.0.6.5.bb | 5 require npcm8xx-tip-fw.inc
|
H A D | npcm8xx-bootblock.inc | 24 TIP = "${@'tip' if d.getVar("TIP_IMAGE") == 'True' else 'no_tip'}"
|
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
H A D | theme_overrides.css | 126 .rst-content .tip .admonition-title, 136 .rst-content .tip, 143 /* Remove the icon in front of note/tip element, and before the logo */
|
/openbmc/openbmc/poky/documentation/sphinx-static/ |
H A D | theme_overrides.css | 126 .rst-content .tip .admonition-title, 137 .rst-content .tip, 145 /* Remove the icon in front of note/tip element, and before the logo */
|
/openbmc/webui-vue/docs/customization/ |
H A D | build.md | 29 :::tip [Vuex store modules](https://vuex.vuejs.org/guide/modules.html) contain 56 :::tip [Vue Router](https://router.vuejs.org/guide/) determines which pages are 64 3. Define new [routes](https://router.vuejs.org/api/#routes). :::tip Use static 93 :::tip
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | perforce.py | 252 tip = runfetchcmd(p4cmd, d, True) 254 if not tip: 257 tipcset = tip.split(' ')[1]
|
/openbmc/linux/kernel/configs/ |
H A D | x86_debug.config | 1 # Help: Debugging options for tip tree testing
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 369 if (mt.mask->tip) { in vcap_tc_flower_handler_arp_usage() 370 ipval = be32_to_cpu((__force __be32)mt.key->tip); in vcap_tc_flower_handler_arp_usage() 371 ipmsk = be32_to_cpu((__force __be32)mt.mask->tip); in vcap_tc_flower_handler_arp_usage()
|
/openbmc/u-boot/scripts/ |
H A D | setlocalversion | 92 if [ -z "$tag" -o "$tag" = tip ]; then
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/ |
H A D | no_shebang_mangling.patch | 21 https://hg.mozilla.org/mozilla-central/file/tip/mach
|
/openbmc/webui-vue/docs/guide/ |
H A D | readme.md | 28 ::: tip Acquiring an understanding of these technologies will also be necessary.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.min.js | 6 …tip().hasClass("in")||"in"==e.hoverState)e.hoverState="in";else{if(clearTimeout(e.timeout),e.hover… method in m
|
H A D | bootstrap-3.4.1.js | 1553 if (self.tip().hasClass('in') || self.hoverState == 'in') { 1613 var $tip = this.tip() 1680 var $tip = this.tip() 1736 var $tip = this.tip() 1869 Tooltip.prototype.tip = function () { method in Tooltip 1880 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')) 1910 self.tip().hasClass('in') ? self.leave(self) : self.enter(self) 2007 var $tip = this.tip() 2053 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
|
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | 419 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()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l43-jack.c | 706 unsigned int tip, ring; in cs42l43_tip_sense_work() local 721 tip = (sts >> CS42L43_TIPSENSE_PLUG_DB_STS_SHIFT) & CS42L43_JACK_PRESENT; in cs42l43_tip_sense_work() 724 if (tip == CS42L43_JACK_PRESENT) { in cs42l43_tip_sense_work()
|