/linux-4.1.27/Documentation/ |
D | IRQ-affinity.txt | 28 [root@moon 44]# ping -f h 31 --- hell ping statistics --- 45 [root@moon 44]# ping -f h 48 --- hell ping statistics ---
|
/linux-4.1.27/drivers/watchdog/ |
D | sp805_wdt.c | 124 static int wdt_config(struct watchdog_device *wdd, bool ping) in wdt_config() argument 129 if (!ping) { in wdt_config() 143 if (!ping) { in wdt_config() 198 .ping = wdt_ping,
|
D | bcm47xx_wdt.c | 95 .ping = bcm47xx_wdt_hard_keepalive, 187 .ping = bcm47xx_wdt_soft_keepalive,
|
D | ep93xx_wdt.c | 106 .ping = ep93xx_wdt_keepalive,
|
D | ux500_wdt.c | 76 .ping = ux500_wdt_keepalive,
|
D | intel-mid_wdt.c | 111 .ping = wdt_ping,
|
D | watchdog_dev.c | 76 if (wddev->ops->ping) in watchdog_ping() 77 err = wddev->ops->ping(wddev); /* ping the watchdog */ in watchdog_ping()
|
D | wm8350_wdt.c | 131 .ping = wm8350_wdt_ping,
|
D | retu_wdt.c | 105 .ping = retu_wdt_ping,
|
D | booke_wdt.c | 206 .ping = booke_wdt_ping,
|
D | rt2880_wdt.c | 131 .ping = rt288x_wdt_ping,
|
D | txx9wdt.c | 95 .ping = txx9wdt_ping,
|
D | da9055_wdt.c | 139 .ping = da9055_wdt_ping,
|
D | menf21bmc_wdt.c | 114 .ping = menf21bmc_wdt_ping,
|
D | sirfsoc_wdt.c | 130 .ping = sirfsoc_wdt_updatetimeout,
|
D | max63xx_wdt.c | 168 .ping = max63xx_wdt_ping,
|
D | rn5t618_wdt.c | 143 .ping = rn5t618_wdt_ping,
|
D | da9052_wdt.c | 171 .ping = da9052_wdt_ping,
|
D | jz4740_wdt.c | 142 .ping = jz4740_wdt_ping,
|
D | da9063_wdt.c | 150 .ping = da9063_wdt_ping,
|
D | via_wdt.c | 147 .ping = wdt_ping,
|
D | mpc8xxx_wdt.c | 142 .ping = mpc8xxx_wdt_ping,
|
D | of_xilinx_wdt.c | 118 .ping = xilinx_wdt_keepalive,
|
D | tegra_wdt.c | 183 .ping = tegra_wdt_ping,
|
D | meson_wdt.c | 137 .ping = meson_wdt_ping,
|
D | diag288_wdt.c | 195 .ping = wdt_ping,
|
D | mtk_wdt.c | 161 .ping = mtk_wdt_ping,
|
D | davinci_wdt.c | 152 .ping = davinci_wdt_ping,
|
D | qcom-wdt.c | 78 .ping = qcom_wdt_ping,
|
D | mena21_wdt.c | 136 .ping = a21_wdt_ping,
|
D | shwdt.c | 211 .ping = sh_wdt_keepalive,
|
D | ie6xx_wdt.c | 183 .ping = ie6xx_wdt_ping,
|
D | gpio_wdt.c | 159 .ping = gpio_wdt_ping,
|
D | wm831x_wdt.c | 180 .ping = wm831x_wdt_ping,
|
D | imgpdc_wdt.c | 127 .ping = pdc_wdt_keepalive,
|
D | sunxi_wdt.c | 209 .ping = sunxi_wdt_ping,
|
D | omap_wdt.c | 207 .ping = omap_wdt_ping,
|
D | coh901327_wdt.c | 244 .ping = coh901327_ping,
|
D | cadence_wdt.c | 279 .ping = cdns_wdt_reload,
|
D | imx2_wdt.c | 212 .ping = imx2_wdt_ping,
|
D | octeon-wdt-main.c | 547 .ping = octeon_wdt_ping,
|
D | iTCO_wdt.c | 377 .ping = iTCO_wdt_ping,
|
D | kempld_wdt.c | 437 .ping = kempld_wdt_keepalive,
|
D | s3c2410_wdt.c | 366 .ping = s3c2410wdt_keepalive,
|
D | orion_wdt.c | 368 .ping = orion_wdt_ping,
|
/linux-4.1.27/tools/testing/selftests/ftrace/test.d/event/ |
D | toplevel-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | subsystem-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
D | event-enable.tc | 16 ping localhost -c 1 || sleep .001 || usleep 1 || sleep 1
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | lproc_mgc.c | 50 LPROC_SEQ_FOPS_WR_ONLY(mgc, ping);
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 92 int (*ping)(struct watchdog_device *); 132 that regularly sends a keepalive ping to the watchdog timer hardware. 137 * ping: this is the routine that sends a keepalive ping to the watchdog timer 143 the watchdog timer driver core does: to send a keepalive ping to the watchdog 144 timer hardware it will either use the ping operation (when available) or the 145 start operation (when the ping operation is not available).
|
D | watchdog-api.txt | 38 timeout or margin. The simplest way to ping the watchdog is to write 43 still responding before doing the write call to ping the watchdog. 193 WDIOF_KEEPALIVEPING Keep alive ping reply 195 The watchdog saw a keepalive ping since it was last queried.
|
D | convert_drivers_to_kernel_api.txt | 24 also serves as the ping-function. If that is the case and you need start/stop 30 i.e. ping on write and magic char ('V') handling. 130 + .ping = s3c2410wdt_keepalive,
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpss | 91 ping -c 1 $ipaddr &> /dev/null
|
/linux-4.1.27/include/linux/ |
D | watchdog.h | 44 int (*ping)(struct watchdog_device *); member
|
/linux-4.1.27/Documentation/usb/ |
D | gadget-testing.txt | 84 On the device: ping <host's IP> 85 On the host: ping <device's IP> 117 On the device: ping <host's IP> 118 On the host: ping <device's IP> 150 On the device: ping <host's IP> 151 On the host: ping <device's IP> 408 On the device: ping <host's IP> 409 On the host: ping <device's IP> 534 On the device: ping <host's IP> 535 On the host: ping <device's IP>
|
D | WUSB-Design-overview.txt | 329 if the activity timestamp gets old, we ping the device by sending it a
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 320 void (*ping)(struct libcfs_ioctl_data *); in libcfs_ioctl_int() local 325 ping = symbol_get(kping_client); in libcfs_ioctl_int() 326 if (!ping) in libcfs_ioctl_int() 329 ping(data); in libcfs_ioctl_int()
|
/linux-4.1.27/net/ipv6/ |
D | Makefile | 10 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
/linux-4.1.27/net/ipv4/ |
D | Makefile | 14 inet_fragment.o ping.o ip_tunnel_core.o gre_offload.o
|
/linux-4.1.27/Documentation/networking/ |
D | ipsec.txt | 33 The result is much more wired to the user when ping peer with different
|
D | README.sb1000 | 112 10.) Try pinging a site via `ping -c 5 www.yahoo.com', for example. You should 118 If this doesn't help, try something like `ping -c 5 204.71.200.67' to 130 interface. It looks like I'm connected but I can't even ping any
|
D | batman-adv.txt | 120 # NodeB: ping 192.168.0.1 182 the moment the batctl contains ping, traceroute, tcpdump and
|
D | netconsole.txt | 148 ping -c 1 10.0.0.2 ; /sbin/arp -n | grep 10.0.0.2
|
D | de4x5.txt | 88 using ping showed that it appears to work....
|
D | dl2k.txt | 44 Now eth0 should active, you can test it by "ping" or get more information by
|
D | 3c509.txt | 146 interrupt line. If the device is receiving packets but 'ping' doesn't work,
|
D | eql.txt | 7 to increase your bandwidth. It will not reduce your latency (i.e. ping
|
D | l2tp.txt | 245 # ping 10.5.1.1
|
D | ixgb.txt | 99 ping <IP_address>
|
D | cs89x0.txt | 303 with large ping packets consumes 82% of its CPU capacity in non-DMA
|
D | rxrpc.txt | 197 (*) ACK'ing is handled by the protocol driver automatically, including ping
|
D | bonding.txt | 2456 a "ping" to some other host on the network, and noticing that the 2457 output from ping flags duplicates (typically one per slave). 2462 # ping -n 10.0.4.2
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.h | 208 test_ping_req_t ping; member
|
D | framework.c | 717 test_ping_req_t *ping = &req->tsr_u.ping; in sfw_unpack_addtest_req() local 719 __swab32s(&ping->png_size); in sfw_unpack_addtest_req() 720 __swab32s(&ping->png_flags); in sfw_unpack_addtest_req()
|
D | selftest.h | 383 test_ping_req_t ping; /* ping parameter */ member
|
D | conrpc.c | 778 test_ping_req_t *prq = &req->tsr_u.ping; in lstcon_pingrpc_prep()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 156 LPROC_SEQ_FOPS_WR_ONLY(mdc, ping);
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 30 - Write 0x00000000 to register 0xA064 to ping? the APU.
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 1130 u32 ping; in ixgbe_ping_all_vfs() local 1134 ping = IXGBE_PF_CONTROL_MSG; in ixgbe_ping_all_vfs() 1136 ping |= IXGBE_VT_MSGTYPE_CTS; in ixgbe_ping_all_vfs() 1137 ixgbe_write_mbx(hw, &ping, 1, i); in ixgbe_ping_all_vfs()
|
/linux-4.1.27/Documentation/thermal/ |
D | nouveau_thermal | 79 inquiries, please ping mupuf on IRC (#nouveau, freenode).
|
D | intel_powerclamp.txt | 231 effectiveness. The extreme case would be doing a ping -f to generated
|
/linux-4.1.27/drivers/misc/mei/ |
D | wd.c | 357 .ping = mei_wd_ops_ping,
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 149 u32 ping; member 589 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl() 1149 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds() 1161 qh->ping = FROM_DW3_PING(ptd.dw3); in handle_done_ptds() 1177 qh->ping = 0; in handle_done_ptds()
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex.txt | 73 optimization the higher-prio thread would ping-pong to the lower-prio
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs-rdma.txt | 194 host1$ ping a.b.c.y 195 host2$ ping a.b.c.x
|
/linux-4.1.27/drivers/hwmon/ |
D | sch56xx-common.c | 416 .ping = watchdog_trigger,
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 413 Now you are ready! A ping to the set address should now result in an 461 you test this feature by using ping, some routers will re-dial very 463 In this case use ping with the option -i <sec> to increase the interval
|
D | README.sc | 205 x) a ping should result in the establishment of the connection
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 536 LPROC_SEQ_FOPS_WR_ONLY(osc, ping);
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 374 } ping; member
|
D | ql4_os.c | 5214 e->u.ping.status = status; in qla4xxx_post_ping_evt_work() 5215 e->u.ping.pid = pid; in qla4xxx_post_ping_evt_work() 5216 e->u.ping.data_size = data_size; in qla4xxx_post_ping_evt_work() 5217 memcpy(e->u.ping.data, data, data_size); in qla4xxx_post_ping_evt_work() 5248 e->u.ping.status, in qla4xxx_do_work() 5249 e->u.ping.pid, in qla4xxx_do_work() 5250 e->u.ping.data_size, in qla4xxx_do_work() 5251 e->u.ping.data); in qla4xxx_do_work()
|
/linux-4.1.27/net/ |
D | Kconfig | 65 allows you to ping yourself (great fun, that!).
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5689 u32 ping; in igb_ping_all_vfs() local 5693 ping = E1000_PF_CONTROL_MSG; in igb_ping_all_vfs() 5695 ping |= E1000_VT_MSGTYPE_CTS; in igb_ping_all_vfs() 5696 igb_write_mbx(hw, &ping, 1, i); in igb_ping_all_vfs()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 2073 Now ping the device from a machine in the same subnet. 2080 ping -c 5 <broadcast_addr> i.e. the Bcast field above in the output of
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 976 You are not talking to the UML when you ping that interface and get a 1066 You should be able to ping the host at this point.
|