/linux-4.1.27/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.1.27/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.1.27/net/ipv6/netfilter/ |
D | ip6table_filter.c | 46 static bool forward = true; variable 47 module_param(forward, bool, 0000); 58 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in ip6table_filter_net_init()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | iptable_filter.c | 54 static bool forward = true; variable 55 module_param(forward, bool, 0000); 66 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1; in iptable_filter_net_init()
|
/linux-4.1.27/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 | 670 static int cross_eof(struct scsi_tape * STp, int forward) in cross_eof() argument 677 if (forward) { in cross_eof() 685 forward ? "forward" : "backward"); in cross_eof() 699 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.1.27/net/bridge/ |
D | br_input.c | 267 goto forward; in br_handle_frame() 277 goto forward; in br_handle_frame() 290 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.1.27/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1371 struct uvc_entity *forward; in uvc_scan_chain_forward() local 1375 forward = NULL; in uvc_scan_chain_forward() 1379 forward = uvc_entity_by_reference(chain->dev, entity->id, in uvc_scan_chain_forward() 1380 forward); in uvc_scan_chain_forward() 1381 if (forward == NULL) in uvc_scan_chain_forward() 1383 if (forward == prev) in uvc_scan_chain_forward() 1386 switch (UVC_ENTITY_TYPE(forward)) { in uvc_scan_chain_forward() 1388 if (forward->bNrInPins != 1) { in uvc_scan_chain_forward() 1395 list_add_tail(&forward->chain, &chain->entities); in uvc_scan_chain_forward() 1400 printk(" XU %d", forward->id); in uvc_scan_chain_forward() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 1122 int forward; in xfs_da3_node_toosmall() local 1155 forward = (info->forw != 0); in xfs_da3_node_toosmall() 1157 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1181 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1182 for (i = 0; i < 2; forward = !forward, i++) { in xfs_da3_node_toosmall() 1184 if (forward) in xfs_da3_node_toosmall() 1213 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_da3_node_toosmall() 1216 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_da3_node_toosmall() 1815 int forward, in xfs_da3_path_shift() argument 1847 if (forward && (blk->index < nodehdr.count - 1)) { in xfs_da3_path_shift() [all …]
|
D | xfs_dir2_node.c | 1384 int forward; /* sibling block direction */ in xfs_dir2_leafn_toosmall() local 1423 forward = (leafhdr.forw != 0); in xfs_dir2_leafn_toosmall() 1425 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1439 forward = leafhdr.forw < leafhdr.back; in xfs_dir2_leafn_toosmall() 1440 for (i = 0, bp = NULL; i < 2; forward = !forward, i++) { in xfs_dir2_leafn_toosmall() 1443 blkno = forward ? leafhdr.forw : leafhdr.back; in xfs_dir2_leafn_toosmall() 1488 error = xfs_da3_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1491 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 | 1751 int forward; in xfs_attr3_leaf_toosmall() local 1785 forward = (ichdr.forw != 0); in xfs_attr3_leaf_toosmall() 1787 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 1807 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 1808 for (i = 0; i < 2; forward = !forward, i++) { in xfs_attr3_leaf_toosmall() 1810 if (forward) in xfs_attr3_leaf_toosmall() 1845 error = xfs_da3_path_shift(state, &state->altpath, forward, in xfs_attr3_leaf_toosmall() 1848 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 19 - reorder code to elminate use of forward declarations
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/iio/ |
D | st-sensors.txt | 3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
|
/linux-4.1.27/include/net/ |
D | dn_dev.h | 104 __u8 forward; member
|
D | ax25.h | 218 struct net_device *forward; member
|
/linux-4.1.27/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 | 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 | 997 BOOTP relay daemon will catch and forward such packets. 1266 to control which interfaces may forward packets and which not.
|
D | bonding.txt | 917 IGMP report must be issued to cause the switch to forward the incoming
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_hw.h | 211 u8 forward; member
|
/linux-4.1.27/Documentation/blockdev/ |
D | mflash.txt | 33 Working mflash is very straight forward. Adding platform device stuff to board
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 1090 tail_list->forward = 0; in tlan_start_tx() 1116 (priv->tx_list + (TLAN_NUM_TX_LISTS - 1))->forward in tlan_start_tx() 1119 (priv->tx_list + (priv->tx_tail - 1))->forward in tlan_start_tx() 1550 head_list->forward = 0; in tlan_handle_rx_eof() 1553 tail_list->forward = head_list_phys; in tlan_handle_rx_eof() 1957 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists() 1965 list->forward = 0; in tlan_reset_lists() 2066 pr_info(" Forward = 0x%08x\n", list->forward); in tlan_print_list()
|
D | tlan.h | 143 u32 forward; member
|
/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 522 bool forward = true; in hwmp_preq_frame_process() local 540 forward = false; in hwmp_preq_frame_process() 582 forward = false; in hwmp_preq_frame_process() 602 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 15 For inbound messages this driver uses destination ID matching to forward messages
|
/linux-4.1.27/net/decnet/ |
D | dn_neigh.c | 285 sp->forward = cb->hops & 0x3f; in dn_short_output() 326 sp->forward = cb->hops & 0x3f; in dn_phase3_output()
|
/linux-4.1.27/Documentation/misc-devices/ |
D | bh1770glc.txt | 33 interrupts the delayed work is pushed forward. So, when proximity level goes
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 74 (Ethernet) packets, unpack them, and forward the embedded
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/hwmon/ |
D | submitting-patches | 64 * Avoid forward declarations if you can. Rearrange the code if necessary.
|
D | w83791d | 109 going forward.
|
/linux-4.1.27/net/ |
D | Kconfig | 134 replies, the Linux box will silently forward the traffic to the 144 box can transparently forward the traffic to a local server,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | switch.txt | 38 members forward it as necessary, but there is a performance advantage to
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 70 Direction: 0=forward, 1=reverse
|
/linux-4.1.27/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 | 108 disable_roll_forward Disable the roll-forward recovery routine 109 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.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 217 linux-watchdog@vger.kernel.org. We are looking forward to it :)
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 32 forward progress (NOTE: the migration thread and kstopmachine both
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/scsi/ |
D | st.txt | 303 MTFSF Space forward over count filemarks. Tape positioned after filemark. 308 MTFSR Space forward over count records. 310 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.1.27/kernel/locking/ |
D | lockdep.c | 998 int forward) in __bfs() argument 1011 if (forward) in __bfs() 1032 if (forward) in __bfs()
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 279 straight-forward, most bits can be converted directly into MFPR value
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 79 bpp should be moved forward over the encoded message,
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 300 For forward compatibility reasons applications must zero those fields, and
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 52 fumbles. Neglecting these will make backward and forward compatibility a real
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 46 Acquire context: To ensure eventual forward progress it is important the a task
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 19 (index 0) for a given card) allows to forward 48kHz, stereo, 16-bit
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 341 Bit4 => 4th mouse button(forward one page) 371 Bit4 => 4th mouse button(forward one page)
|
/linux-4.1.27/net/ipv6/ |
D | ip6mr.c | 2108 goto forward; in ip6_mr_forward() 2133 forward: in ip6_mr_forward()
|
/linux-4.1.27/net/ipv4/ |
D | ipmr.c | 1835 goto forward; in ip_mr_forward() 1875 forward: in ip_mr_forward()
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 103 larl %r9,sie_exit # skip forward to sie_exit
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 435 carried forward by default. The pages allocated from the original cgroup still
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 182 wakeup requests on their own but merely forward wakeup requests from one bus to
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 164 has backslash (not forward slash) between ip address of server
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 806 Most of the above is simple and straight forward, however busy_list may need
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 43 look forward into this document.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3251 To find where in handle_mm_fault this is, I'll jump forward in the
|