/linux-4.4.14/net/ax25/ |
D | ax25_dev.c | 65 ax25_dev->forward = NULL; in ax25_dev_device_up() 113 if (s->forward == dev) in ax25_dev_device_down() 114 s->forward = NULL; in ax25_dev_device_down() 150 if (ax25_dev->forward != NULL) in ax25_fwd_ioctl() 152 ax25_dev->forward = fwd_dev->dev; in ax25_fwd_ioctl() 156 if (ax25_dev->forward == NULL) in ax25_fwd_ioctl() 158 ax25_dev->forward = NULL; in ax25_fwd_ioctl() 175 if (ax25_dev->forward == NULL) in ax25_fwd_dev() 178 return ax25_dev->forward; in ax25_fwd_dev()
|
/linux-4.4.14/fs/hpfs/ |
D | alloc.c | 114 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 133 if (!tstbits(bmp, nr, n + forward)) { in alloc_in_bmp() 138 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 157 if (n + forward >= 0x3f && le32_to_cpu(bmp[i]) != 0xffffffff) goto cont; in alloc_in_bmp() 166 while ((a = tstbits(bmp, q, n + forward)) != 0) { in alloc_in_bmp() 202 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 210 if (forward < 0) { in hpfs_alloc_sector() 211 forward = -forward; in hpfs_alloc_sector() 216 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 227 if (!f_p) if (forward > sbi->sb_max_fwd_alloc) forward = sbi->sb_max_fwd_alloc; in hpfs_alloc_sector() [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6table_filter.c | 44 static bool forward = true; variable 45 module_param(forward, bool, 0000); 56 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_net_init()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | iptable_filter.c | 51 static bool forward = true; variable 52 module_param(forward, bool, 0000); 63 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_net_init()
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 270 $forward{$symbol} = "line $lineno : $_"; 404 delete $forward{$1}; # an array of longs 422 delete $forward{$id}; 444 delete $forward{$external}; 794 @undefined = keys %forward; 798 print STDERR "$undef in $forward{$undef}\n";
|
D | st.c | 724 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() argument 731 if (forward) { in cross_eof() 739 forward ? "forward" : "backward"); in cross_eof() 753 forward ? "forward" : "backward"); in cross_eof()
|
D | osst.c | 2854 static int cross_eof(struct osst_tape *STp, struct osst_request ** aSRpnt, int forward) in cross_eof() argument 2862 name, forward ? "forward" : "backward"); in cross_eof() 2865 if (forward) { in cross_eof() 2875 name, forward ? "forward" : "backward"); in cross_eof()
|
/linux-4.4.14/net/bridge/ |
D | br_input.c | 273 goto forward; in br_handle_frame() 283 goto forward; in br_handle_frame() 297 forward: in br_handle_frame()
|
D | Kconfig | 43 forward multicast traffic based on IGMP/MLD traffic received from 57 receive and forward traffic based on VLAN information in the packet
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1372 struct uvc_entity *forward; in uvc_scan_chain_forward() local 1376 forward = NULL; in uvc_scan_chain_forward() 1380 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward() 1381 forward); in uvc_scan_chain_forward() 1382 if (forward == NULL) in uvc_scan_chain_forward() 1384 if (forward == prev) in uvc_scan_chain_forward() 1387 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward() 1389 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward() 1396 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward() 1401 printk(" XU %d", forward->id); in uvc_scan_chain_forward() [all …]
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 498 flag set. This action atomically moves the head page forward. 564 The way the head page moves forward: 567 and more writes take place, the head page must be moved forward before the 614 After the head page has been moved, the tail page may now move forward. 654 If the tail page were to simply push the head page forward, the commit when 674 In the pushing forward of the tail page we must first push forward 686 page. If this fails, a nested write pushed it forward, the current write 701 Nested write comes in and moves the tail page forward: 713 been moved forward, the writer will just try again to reserve storage 814 The nested writer moves the tail page forward. But does not set the old [all …]
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 109 Supported options are CD (call deflection), CFU (Call forward 110 unconditional), CFB (Call forward when busy) and CFNR (call forward
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 1128 int forward; in xfs_da3_node_toosmall() local 1161 forward = (info->forw != 0); in xfs_da3_node_toosmall() 1163 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1187 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1188 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall() 1190 if (forward) in xfs_da3_node_toosmall() 1219 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1222 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1821 int forward, in xfs_da3_path_shift() argument 1854 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift() [all …]
|
D | xfs_dir2_node.c | 1388 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local 1427 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall() 1429 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1443 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1444 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall() 1447 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall() 1492 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1495 error = xfs_da3_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
D | xfs_da_btree.h | 181 int forward, int release, int *result);
|
D | xfs_attr_leaf.c | 1755 int forward; in xfs_attr3_leaf_toosmall() local 1789 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall() 1791 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 1811 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 1812 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall() 1814 if (forward) in xfs_attr3_leaf_toosmall() 1849 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 1852 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | TODO | 19 - reorder code to elminate use of forward declarations
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 67 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to 68 the device on the control channel. Once the device responds, you must forward 162 device on the interrupt channel. You should read the payload and forward it to 173 Once you read a GET_REPORT request, you shall forward it to the hid device and
|
D | hid-transport.txt | 165 does not require transport drivers to forward this acknowledgement to HID
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/ |
D | st-sensors.txt | 3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
|
/linux-4.4.14/include/net/ |
D | dn_dev.h | 104 __u8 forward; member
|
D | ax25.h | 219 struct net_device *forward; member
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 38 To support this forward and backward compatibility, whenever the 57 forward the packet manually, without setting up a flow in the 150 Some care is needed to really maintain forward and backward 211 can always forward all packets with those values to userspace and
|
D | radiotap-headers.txt | 32 forward 4 bytes each time.
|
D | switchdev.txt | 135 hardware to preserve netns containment. This means hardware cannot forward 365 the switch device to forward the packet with the correct dst mac address, the
|
D | ipvs-sysctl.txt | 67 If it is enabled, forward packets to the original destination
|
D | spider_net.txt | 166 and there can be no forward progress; the OS thinks there's nothing
|
D | packet_mmap.txt | 87 socket creation and destruction is straight forward, and is done 131 Socket creation and destruction is also straight forward, and is done
|
D | scaling.txt | 142 explicitly configured. The list of CPUs to which RPS may forward traffic
|
D | ip-sysctl.txt | 1040 BOOTP relay daemon will catch and forward such packets. 1334 to control which interfaces may forward packets and which not.
|
D | bonding.txt | 954 IGMP report must be issued to cause the switch to forward the incoming 1668 supposed to forward). However, most of the values are easily predictable
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 223 u8 forward; member
|
/linux-4.4.14/Documentation/blockdev/ |
D | mflash.txt | 33 Working mflash is very straight forward. Adding platform device stuff to board
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 1089 tail_list->forward = 0; in tlan_start_tx() 1115 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx() 1118 (priv->tx_list + (priv->tx_tail - 1))->forward in tlan_start_tx() 1549 head_list->forward = 0; in tlan_handle_rx_eof() 1552 tail_list->forward = head_list_phys; in tlan_handle_rx_eof() 1956 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists() 1964 list->forward = 0; in tlan_reset_lists() 2065 pr_info(" Forward = 0x%08x\n", list->forward); in tlan_print_list()
|
D | tlan.h | 143 u32 forward; member
|
/linux-4.4.14/Documentation/rapidio/ |
D | tsi721.txt | 15 For inbound messages this driver uses destination ID matching to forward messages
|
/linux-4.4.14/net/decnet/ |
D | dn_neigh.c | 286 sp->forward = cb->hops & 0x3f; in dn_short_output() 328 sp->forward = cb->hops & 0x3f; in dn_phase3_output()
|
/linux-4.4.14/Documentation/misc-devices/ |
D | bh1770glc.txt | 33 interrupts the delayed work is pushed forward. So, when proximity level goes
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 245 PF11 rotates forward. You may assign the backward function to any PF 249 performs the forward function. (Rationale: In bash with vi-mode line 250 editing, ESC-k and ESC-j retrieve backward and forward history.
|
D | Debugging390.txt | 1363 ethernet, this architecture is also designed to be forward compatible with
|
/linux-4.4.14/drivers/input/mouse/ |
D | alps.c | 250 int back = 0, forward = 0; in alps_process_packet_v1_v2() local 270 forward = packet[2] & 4; in alps_process_packet_v1_v2() 275 forward = packet[2] & 4; in alps_process_packet_v1_v2() 276 if ((middle = forward && back)) in alps_process_packet_v1_v2() 277 forward = back = 0; in alps_process_packet_v1_v2() 337 input_report_key(dev, BTN_FORWARD, forward); in alps_process_packet_v1_v2()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 74 (Ethernet) packets, unpack them, and forward the embedded
|
D | sysfs-class-net | 51 Default value 0 does not forward any link local frames.
|
/linux-4.4.14/net/mac80211/ |
D | mesh_hwmp.c | 535 bool forward = true; in hwmp_preq_frame_process() local 552 forward = false; in hwmp_preq_frame_process() 613 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 68 First what they have in common: they forward a configurable portion of 79 don't touch it from Linux; it's usually set to forward a 2GB 84 ignores that however and will forward in that space if we try).
|
D | qe_firmware.txt | 184 embedded into the structure itself. To ensure forward and backwards
|
D | eeh-pci-error-recovery.txt | 332 There's forward progress ...
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 41 remote branches, the index, fast-forward merges, pushes and pulls, detached 88 you try to push changes which do not result in a fast-forward merge
|
D | 6.Followthrough | 185 either forward it on to the subsystem maintainer (be sure to include a
|
D | 4.Coding | 191 step forward and two steps back?
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 128 can be trusted, and can be used to seek forward one (sub)
|
D | sysfs-class-ubi | 20 future backward-compatible (but forward-incompatible)
|
/linux-4.4.14/Documentation/device-mapper/ |
D | switch.txt | 38 members forward it as necessary, but there is a performance advantage to
|
/linux-4.4.14/Documentation/hwmon/ |
D | submitting-patches | 64 * Avoid forward declarations if you can. Rearrange the code if necessary.
|
D | w83791d | 109 going forward.
|
/linux-4.4.14/net/ |
D | Kconfig | 137 replies, the Linux box will silently forward the traffic to the 147 box can transparently forward the traffic to a local server,
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 70 Direction: 0=forward, 1=reverse
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 119 2c) A private mount does not forward or receive propagation. 268 propagation events and does not forward propagation events. 300 receive or forward any propagation events. 305 receive or forward any propagation events and cannot
|
D | f2fs.txt | 109 disable_roll_forward Disable the roll-forward recovery routine 110 norecovery Disable the roll-forward recovery routine, mounted read-
|
D | xfs-delayed-logging-design.txt | 42 This relogging technique also allows objects to be moved forward in the log so 44 moving forward. This can be seen in the table above by the changing 55 removal operation. This keeps them moving forward in the log as the operation 259 and then moved forward in the AIL when the log buffer IO completes for that
|
D | sysfs.txt | 188 This allows userspace to do partial reads and forward seeks
|
D | seq_file.txt | 111 move the iterator forward to the next position in the sequence. The
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 217 linux-watchdog@vger.kernel.org. We are looking forward to it :)
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 32 forward progress (NOTE: the migration thread and kstopmachine both
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 103 define generic callbacks that forward the call to the bus-specific
|
D | porting.txt | 289 forward call to the bus-specific drivers. For instance:
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 163 forward progress guarantee, flush and work item attributes. @flags 339 * A wq serves as a domain for forward progress guarantee
|
D | parport-lowlevel.txt | 705 works for modes that support forward data transfer.
|
D | devices.txt | 78 situation where we would have to suffer an incompatible forward
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 125 Focusing on the proportional and feed forward values of the PID
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 362 MTFSF Space forward over count filemarks. Tape positioned after filemark. 367 MTFSR Space forward over count records. 369 MTFSS Space forward over count setmarks.
|
D | ChangeLog.lpfc | 693 change is supported by scsi-target-2.6 kernel and forward only. 1057 definition. This removes the need for the cruft of forward 1086 * Removed the forward declarations of the sli functions and
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 998 int forward) in __bfs() argument 1011 if (forward) in __bfs() 1032 if (forward) in __bfs()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 79 bpp should be moved forward over the encoded message,
|
/linux-4.4.14/Documentation/arm/pxa/ |
D | mfp.txt | 279 straight-forward, most bits can be converted directly into MFPR value
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 310 # unrolled block processing. This is more straight forward and does
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 300 For forward compatibility reasons applications must zero those fields, and
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 46 Acquire context: To ensure eventual forward progress it is important the a task
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 52 fumbles. Neglecting these will make backward and forward compatibility a real
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 19 (index 0) for a given card) allows to forward 48kHz, stereo, 16-bit
|
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 2103 goto forward; in ip6_mr_forward() 2128 forward: in ip6_mr_forward()
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 341 Bit4 => 4th mouse button(forward one page) 371 Bit4 => 4th mouse button(forward one page)
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 306 API-dev-forward-skb
|
D | device-drivers.xml.db | 113 API-hrtimer-forward-now 114 API-hrtimer-forward
|
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 1827 goto forward; in ip_mr_forward() 1867 forward: in ip_mr_forward()
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 1050 larl %r9,sie_exit # skip forward to sie_exit
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 541 hardware to forward/block/learn traffic. The switch driver is responsible for
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 435 carried forward by default. The pages allocated from the original cgroup still
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 182 wakeup requests on their own but merely forward wakeup requests from one bus to
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 164 has backslash (not forward slash) between ip address of server
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 806 Most of the above is simple and straight forward, however busy_list may need
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 43 look forward into this document.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3251 To find where in handle_mm_fault this is, I'll jump forward in the
|