/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_format.c | 458 to->back = be32_to_cpu(from->hdr.info.back); in xfs_dir2_leaf_hdr_from_disk() 476 to->hdr.info.back = cpu_to_be32(from->back); in xfs_dir2_leaf_hdr_to_disk() 490 to->back = be32_to_cpu(hdr3->info.hdr.back); in xfs_dir3_leaf_hdr_from_disk() 510 hdr3->info.hdr.back = cpu_to_be32(from->back); in xfs_dir3_leaf_hdr_to_disk() 539 to->back = be32_to_cpu(from->hdr.info.back); in xfs_da2_node_hdr_from_disk() 552 to->hdr.info.back = cpu_to_be32(from->back); in xfs_da2_node_hdr_to_disk() 567 to->back = be32_to_cpu(hdr3->info.hdr.back); in xfs_da3_node_hdr_from_disk() 582 hdr3->info.hdr.back = cpu_to_be32(from->back); in xfs_da3_node_hdr_to_disk()
|
D | xfs_da_btree.c | 479 node->hdr.info.back = cpu_to_be32(oldblk->blkno); in xfs_da3_split() 485 if (node->hdr.info.back) { in xfs_da3_split() 486 if (be32_to_cpu(node->hdr.info.back) == addblk->blkno) { in xfs_da3_split() 1034 ASSERT(!blkinfo->back); in xfs_da_blkinfo_onlychild_validate() 1066 ASSERT(oldroothdr.back == 0); in xfs_da3_root_join() 1187 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1193 blkno = nodehdr.back; in xfs_da3_node_toosmall() 1691 new_info->back = old_info->back; in xfs_da3_blk_link() 1692 if (old_info->back) { in xfs_da3_blk_link() 1694 be32_to_cpu(old_info->back), in xfs_da3_blk_link() [all …]
|
D | xfs_da_format.h | 35 __be32 back; /* following block in list */ member 115 __uint32_t back; member 470 __uint32_t back; member 731 __uint32_t back; member
|
D | xfs_attr_leaf.c | 179 to->back = be32_to_cpu(hdr3->info.hdr.back); in xfs_attr3_leaf_hdr_from_disk() 193 to->back = be32_to_cpu(from->hdr.info.back); in xfs_attr3_leaf_hdr_from_disk() 221 hdr3->info.hdr.back = cpu_to_be32(from->back); in xfs_attr3_leaf_hdr_to_disk() 236 to->hdr.info.back = cpu_to_be32(from->back); in xfs_attr3_leaf_hdr_to_disk() 1811 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 1817 blkno = ichdr.back; in xfs_attr3_leaf_toosmall() 2092 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance()
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 4 /// that there is a path from the reassignment back to the top of the loop. 38 @back depends on (org || report) && !context exists@ 48 @script:python depends on back && org@ 56 @script:python depends on back && report@
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.h | 120 size_t front, back, size, mask; \ 126 c = (fifo)->data[iter], iter != (fifo)->back; \ 138 (fifo)->front = (fifo)->back = 0; \ 168 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) 176 ((fifo)->data[((fifo)->back - 1) & (fifo)->mask]) 184 (fifo)->data[(fifo)->back++] = (i); \ 185 (fifo)->back &= (fifo)->mask; \ 215 --(fifo)->back; \ 216 (fifo)->back &= (fifo)->mask; \ 217 (i) = (fifo)->data[(fifo)->back] \ [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 36 total write-back cache that relates to its current average 40 percentage of the write-back cache to a particular device. 46 given percentage of the write-back cache. This is useful in 48 most of the write-back cache. For example in case of an NFS
|
D | sysfs-class-zram | 15 device and return its device id back to user (so one can
|
D | sysfs-class-net-cdc_ncm | 14 back-to-back without any interleaving short USB
|
D | sysfs-driver-hid-roccat-kone | 49 data back to the mouse. The data has to be 975 bytes long. 61 When written, this file lets write settings back to the mouse.
|
D | sysfs-devices-soc | 57 the system. Each symlink points back into the aforementioned
|
D | sysfs-platform-chipidea-usb-otg | 41 work as host and decides to switch back to be peripheral.
|
D | sysfs-driver-genwqe | 34 If successfully, the card will come back with the bitstream set
|
D | sysfs-platform-dell-laptop | 68 some systems might fall back to a specific timeout in case
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-packet.h | 52 uint64_t back:4; member 63 uint64_t back:4;
|
D | cvmx-helper-util.h | 169 start_of_buffer = ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data() 183 ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_free_packet_data()
|
D | cvmx-ipd.h | 105 first_back_struct.s.back = first_back; in cvmx_ipd_config() 109 second_back_struct.s.back = second_back; in cvmx_ipd_config()
|
D | cvmx-pko-defs.h | 191 uint64_t back:4; member 199 uint64_t back:4; 281 uint64_t back:4; member 289 uint64_t back:4; 296 uint64_t back:4; member 304 uint64_t back:4; 428 uint64_t back:4; member 436 uint64_t back:4; 504 uint64_t back:4; member 512 uint64_t back:4; [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 110 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_allocate_dma_mem_d() 128 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_free_dma_mem_d() 304 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout() 606 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats() 750 struct i40e_pf *pf = vsi->back; in i40e_update_fcoe_stats() 873 struct i40e_pf *pf = vsi->back; in i40e_update_vsi_stats() 1199 struct i40e_pf *pf = vsi->back; in i40e_update_stats() 1330 struct i40e_pf *pf = vsi->back; in i40e_rm_default_mac_filter() 1405 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_add_filter() 1463 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_del_filter() [all …]
|
D | i40e_ethtool.c | 478 struct i40e_pf *pf = np->vsi->back; in i40e_get_settings() 593 struct i40e_pf *pf = np->vsi->back; in i40e_set_settings() 769 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset() 793 struct i40e_pf *pf = np->vsi->back; in i40e_get_pauseparam() 828 struct i40e_pf *pf = np->vsi->back; in i40e_set_pauseparam() 921 struct i40e_pf *pf = np->vsi->back; in i40e_get_msglevel() 929 struct i40e_pf *pf = np->vsi->back; in i40e_set_msglevel() 951 struct i40e_pf *pf = np->vsi->back; in i40e_get_regs() 982 struct i40e_hw *hw = &np->vsi->back->hw; in i40e_get_eeprom() 983 struct i40e_pf *pf = np->vsi->back; in i40e_get_eeprom() [all …]
|
D | i40e_fcoe.c | 257 struct i40e_pf *pf = np->vsi->back; in i40e_fcoe_ddp_put() 369 struct i40e_pf *pf = vsi->back; in i40e_fcoe_vsi_init() 427 struct i40e_pf *pf = vsi->back; in i40e_fcoe_enable() 456 struct i40e_pf *pf = vsi->back; in i40e_fcoe_disable() 536 struct i40e_pf *pf = vsi->back; in i40e_fcoe_free_ddp_resources() 570 struct i40e_pf *pf = vsi->back; in i40e_fcoe_setup_ddp_resources() 622 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fcoe_handle_status() 693 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fcoe_handle_offload() 822 struct i40e_pf *pf = np->vsi->back; in i40e_fcoe_ddp_setup() 1012 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_fcoe_program_ddp() [all …]
|
D | i40e_txrx.c | 197 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udpv4() 254 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcpv4() 348 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ipv4() 403 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir() 457 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status() 788 wr32(&vsi->back->hw, in i40e_force_wb() 793 } else if (vsi->back->flags & I40E_FLAG_MSIX_ENABLED) { in i40e_force_wb() 800 wr32(&vsi->back->hw, in i40e_force_wb() 810 wr32(&vsi->back->hw, I40E_PFINT_DYN_CTL0, val); in i40e_force_wb() 1383 if (!(vsi->back->flags & I40E_FLAG_OUTER_UDP_CSUM_CAPABLE) && in i40e_rx_checksum() [all …]
|
D | i40e_virtchnl_pf.c | 2053 struct i40e_pf *pf = vsi->back; in i40e_ndo_set_vf_mac() 2131 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_port_vlan() 2195 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan() 2212 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan() 2214 vsi->back->hw.aq.asq_last_status); in i40e_ndo_set_vf_port_vlan() 2251 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_bw() 2332 struct i40e_pf *pf = vsi->back; in i40e_ndo_get_vf_config() 2385 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_link_state() 2449 struct i40e_pf *pf = vsi->back; in i40e_ndo_set_vf_spoofchk()
|
D | i40e.h | 547 struct i40e_pf *back; /* Backreference to associated PF */ member 631 return vsi->back; in i40e_netdev_to_pf() 734 struct i40e_pf *pf = vsi->back; in i40e_irq_dynamic_enable()
|
D | i40e_ptp.c | 242 struct i40e_pf *pf = vsi->back; in i40e_ptp_rx_hang() 291 dev_warn(&vsi->back->pdev->dev, in i40e_ptp_rx_hang()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 46 const unsigned long *back = (const unsigned long *) bback; 54 prefetch((void *) back); 57 if (back[j] != front[j]) { 64 if (back[k] != front[k]) {
|
/linux-4.4.14/net/sched/ |
D | cls_api.c | 132 struct tcf_proto __rcu **back; in tc_ctl_tfilter() local 205 for (back = chain; in tc_ctl_tfilter() 206 (tp = rtnl_dereference(*back)) != NULL; in tc_ctl_tfilter() 207 back = &tp->next) { in tc_ctl_tfilter() 268 TC_H_MAJ(tcf_auto_prio(rtnl_dereference(*back))); in tc_ctl_tfilter() 291 RCU_INIT_POINTER(*back, next); in tc_ctl_tfilter() 320 RCU_INIT_POINTER(*back, next); in tc_ctl_tfilter() 336 RCU_INIT_POINTER(tp->next, rtnl_dereference(*back)); in tc_ctl_tfilter() 337 rcu_assign_pointer(*back, tp); in tc_ctl_tfilter()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 5 3stack 3-jack in back and a headphone out 6 3stack-digout 3-jack in back, a HP out and a SPDIF out 7 5stack 5-jack in back, 2-jack in front 8 5stack-digout 5-jack in back, 2-jack in front, a SPDIF out 9 6stack 6-jack in back, 2-jack in front 82 minimal 3-jack in back 83 min_fp 3-jack in back, 2-jack in front 84 full 6-jack in back, 2-jack in front 85 full_dig 6-jack in back, 2-jack in front, SPDIF I/O 86 allout 5-jack in back, 2-jack in front, SPDIF out
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 35 ;; r12 is already decremented. Add back chunk_size-2. 38 ;; Here from the word loop; r12 is off by 2; add it back.
|
D | checksum.S | 60 ;; back into the top
|
D | checksumcopy.S | 66 ;; back into the top
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | csumcpfruser.S | 35 ;; r12 is already decremented. Add back chunk_size-2. 38 ;; Here from the word loop; r12 is off by 2; add it back.
|
/linux-4.4.14/drivers/isdn/pcbit/ |
D | drv.c | 984 struct msn_entry *ptr, *back; in pcbit_clear_msn() local 988 back = ptr->next; in pcbit_clear_msn() 990 ptr = back; in pcbit_clear_msn() 999 struct msn_entry *back = NULL; in pcbit_set_msn() local 1019 for (back = dev->msn_list; back->next; back = back->next); in pcbit_set_msn() 1054 back->next = ptr; in pcbit_set_msn() 1055 back = ptr; in pcbit_set_msn()
|
/linux-4.4.14/Documentation/ |
D | dell_rbu.txt | 24 maintains a link list of packets for reading them back. 56 packets of data arranged back to back. It can be done as follows 61 image file and then arrange all these packets back to back in to one single 91 read back the image downloaded.
|
D | kernel-per-CPU-kthreads.txt | 73 the CPU offline, then bring it back online. This forces 76 first one back online. Once you have onlined the CPUs in question, 78 timer back onto one of the CPUs in question. 85 bring it back online before you start your application.) 92 bring it back online before you start your application.) 99 bring it back online before you start your application.) 129 CPU offline, then bring it back online. This forces recurring 132 back online. Once you have onlined the CPUs in question, do not 134 back onto one of the CPUs in question.
|
D | braille-console.txt | 22 page up/down keys go at the top/bottom of the screen, and the home key goes back
|
D | assoc_array.txt | 514 Each node and shortcut contains a back pointer to its parent and the number of 543 new layout until we follow the back pointers - at which point we've 551 This won't affect us until we follow the back pointers. Similar to (4). 554 back pointers will get us back to the parent of the new node before we 557 process it a second time as we'll go back to slot + 1. 570 the parent slot number is read after the back pointer.
|
D | flexible-arrays.txt | 76 Getting data back out of the array is done with: 83 Note that it is possible to get back a valid pointer for an element which
|
D | rpmsg.txt | 72 a tx buffer and puts it back on virtio's used descriptor ring), 89 a tx buffer and puts it back on virtio's used descriptor ring), 107 a tx buffer and puts it back on virtio's used descriptor ring), 181 function, an optional private data (which is provided back when the
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 44 (a) Store the modified value back to memory. 49 (5) If ICC3.Z is still true, go back to step (1). 53 condition in ICC3 to remain with the Z flag set, thus causing step (5) to loop back to step (1). 61 (2) The branch from step (5) back to step (1) may have to happen more than once until the store 96 Then it attempts to store the value back, contingent on no exception having cleared CC3 since it
|
/linux-4.4.14/arch/frv/lib/ |
D | cache.S | 20 # Write back a range of dcache 81 # Write back and invalidate a range of dcache and icache
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sgetem.S | 84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack 85 fmovex (%a0),%fp0 |put new value back in fp0 97 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack 98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack
|
D | x_store.S | 151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 244 tstb LOCAL_SGN(%a1) |put back sign into exponent word
|
D | get_op.S | 39 | routine. The number is normalized, put back on the stack and 40 | then an frestore is done to restore the instruction back into 50 | norm. The instruction is then restored back into the '040 614 movew %d0,CMDREG1B(%a6) |write command word back to fsave stack
|
D | res_func.S | 5 | stack frame. The function is then restored back into the 73 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 895 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 919 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 945 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 1070 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 1103 bfclr ETEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 1126 bfclr FPTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 1249 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
|
/linux-4.4.14/arch/hexagon/lib/ |
D | memcpy.S | 174 #define back R7 /* nr bytes > dword boundary in src block */ macro 231 back = cl0(len); define 236 prolog &= lsr(mask, back); 247 back = add(len, offset); define 269 p3 = cmp.gtu(back, #8);
|
/linux-4.4.14/Documentation/block/ |
D | deadline-iosched.txt | 62 with a request that is already on the queue. Either it fits in the back of that 63 request, or it fits at the front. That is called either a back merge candidate 65 back merges are much more common than front merges. For some work loads, you
|
D | 00-INDEX | 28 - Control of volatile write back caches
|
D | writeback_cache_control.txt | 2 Explicit volatile write back cache control 9 write back caches. That means the devices signal I/O completion to the
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 25 The back-end for each device is owned and managed by a small, 28 called a "channel". In s-Par nomenclature, the back-end is often referred to 33 driver and back-end use to communicate. The hypervisor need not intervene 44 * Because the s-Par back-end provides a standard EFI framebuffer to each 66 as utility functions for communicating with the back-end. 85 are created in response to messages from the s-Par back-end received on a 134 the back-end of the virtual device needs to be recovered. After a 169 * Virtual bus numbers uniquely identify s-Par back-end service partitions. 314 As the s-Par back-end reports keyboard and mouse activity via events on the 345 back-end, which is the default configuration. However, for advanced [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | pv-fixup-asm.S | 69 mcrr p15, 0, r4, r5, c2 @ write back TTBR0 73 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sleep34xx.S | 239 str r5, [r4] @ write back to SDRC_POWER register 556 str r5, [r4] @ write back change 559 str r5, [r4] @ write back change 562 str r5, [r4] @ write back change 568 str r5, [r4] @ write back change 571 str r5, [r4] @ write back change
|
D | sram242x.S | 76 mov r9, #0x0 @ shift back to L0-voltage 86 subeq r11, r11, #0x8 @ possibly back to DLLA 128 ret lr @ back to caller. 167 mov r5, r5, lsl #8 @ put rfr field back into place 223 ret lr @ back to caller
|
D | sram243x.S | 76 mov r9, #0x0 @ shift back to L0-voltage 86 subeq r11, r11, #0x8 @ possibly back to DLLA 128 ret lr @ back to caller. 167 mov r5, r5, lsl #8 @ put rfr field back into place 223 ret lr @ back to caller
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 12 coherency after rolling back a vendor snapshot. 64 The scenario of invalidating a cache when rolling back a vendor 75 Rolling back to an vendor snapshot
|
D | snapshot.txt | 11 *) To merge a snapshot of a block device back into the snapshot's origin 18 For snapshot merge the contents of the COW storage are merged back into 62 procedure, and merges these chunks back into the <origin>. Once merging
|
D | cache-policies.txt | 14 e.g. to start writing back dirty blocks that are going to be evicte 73 reduce these to encourage promotion. Remember to switch them back to 140 The cleaner writes back all dirty blocks in a cache to decommission it.
|
D | statistics.txt | 86 The kernel returns this string back in the output of 95 The kernel returns this string back in the output of 197 string back in the output of @stats_list message, but it
|
D | kcopyd.txt | 39 passing back the user's context pointer. It will also indicate if a read or
|
D | zero.txt | 13 write data anywhere within the sparse device and read it back like a normal
|
D | cache.txt | 99 A simple cleaner policy is provided, which will clean (write back) all 200 back cache block contents later for performance reasons, 204 situations (e.g., rolling back snapshots of 284 back. Cache blocks can be invalidated via the invalidate_cblocks
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 17 interrupt to trigger the core back in to active. This triggers the cache 41 back into Elevation Level (EL) which trampolines the control back to the 44 code in the EL for the SoC. On SoCs with write-back L1 cache, the cache has to
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet-util.h | 23 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
|
D | ethernet-tx.c | 370 hw_buffer.s.back = ((unsigned long)skb->data >> 7) - in cvm_oct_xmit() 609 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7; in cvm_oct_xmit_pow()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | amd-powernow.txt | 34 and fall back to PST if that fails. 36 fall back to ACPI if the PSB support fails. A module parameter,
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 21 - ti,iommu-bus-err-back : Indicates the IOMMU instance supports throwing 22 back a bus error response on MMU faults.
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 85 tail = &kvm->arch.revmap[head->back]; in kvmppc_add_revmap_chain() 89 rev->back = head->back; in kvmppc_add_revmap_chain() 91 head->back = pte_index; in kvmppc_add_revmap_chain() 93 rev->forw = rev->back = pte_index; in kvmppc_add_revmap_chain() 151 prev = real_vmalloc_addr(&kvm->arch.revmap[rev->back]); in remove_revmap_chain() 152 next->back = rev->back; in remove_revmap_chain()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | pd-samsung.txt | 17 and restored back after powering on a domain. This is required for 24 Their original parent will be brought back after turning on
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_64.S | 68 movq %rax, %cr4; # turn PGE back on 120 movq %rax, %cr4; # turn PGE back on
|
D | hibernate_asm_32.S | 66 movl %ecx, %cr4; # turn PGE back on
|
/linux-4.4.14/Documentation/x86/ |
D | mtrr.txt | 68 reg00: base=0x00000000 ( 0MB), size= 128MB: write-back, count=1 69 reg01: base=0x08000000 ( 128MB), size= 64MB: write-back, count=1 78 reg00: base=0x00000000 ( 0MB), size= 128MB: write-back, count=1 79 reg01: base=0x08000000 ( 128MB), size= 64MB: write-back, count=1 110 reg00: base=0x00000000 ( 0MB), size= 64MB: write-back, count=1 186 "write-back", /* 6 */ 283 "write-back", /* 6 */
|
D | pat.txt | 14 ones that will be supported at this time are Write-back, Uncached, 157 will first make a region uc, wc or wt and switch it back to wb after use.
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 214 in the ring buffer and passed back to the writer. When the writer 227 +---------+ <--- given back to writer (current commit) 252 +---------+ <--- given back to second writer 339 move back into the ring buffer. 542 Another important point: The page that the reader page points back to 544 never points back to the reader page. That is because the reader page is 551 point back to the original page, then the original page is a reader page: 604 pointer back to NORMAL. 667 it will never go back on it unless a reader does another swap with the 752 But it will not reset the update back to normal. Only the writer [all …]
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-flush-by-tag.S | 45 # Flush the entire data cache back to RAM
|
D | cache-dbg-flush-by-reg.S | 25 # Flush the entire data cache back to RAM and invalidate the icache
|
D | cache-dbg-flush-by-tag.S | 26 # Flush the entire data cache back to RAM and invalidate the icache
|
D | Kconfig.cache | 15 make room. Only at that point is it written back. 26 The dcache operates in delayed write-back mode. It must be manually
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 39 back into memory all of the pages stored in the compressed pool. The 41 either invalidated or faulted back into memory. In order to force all 43 fault back into memory all swapped out pages, including those in the 49 evict pages from its own compressed pool on an LRU basis and write them back to
|
D | numa_memory_policy.txt | 39 would have been controlled by the task policy "fall back" to the System 67 A VMA policy will govern the allocation of pages that back this region of 69 have an explicit VMA policy will fall back to the task policy, which may 70 itself fall back to the System Default Policy. 155 MPOL_DEFAULT means "fall back to the next most specific policy scope." 157 For example, a NULL or default task policy will fall back to the 159 back to the task policy. 300 the structure back to the mempolicy kmem cache when the reference count 359 falling back to task or system default policy for shared memory regions,
|
D | frontswap.txt | 37 a disk write and, if the data is later read back, a disk read are avoided. 94 allows RAM to be dynamically load-balanced back-and-forth as needed, 264 of the memory managed by frontswap and back into kernel-addressable memory. 266 to "repatriate" pages sent to a remote machine back to the local machine; 273 structures that have, over the years, moved back and forth between
|
D | balance | 21 mapped pages from the direct mapped pool, instead of falling back on 64 fall back into regular zone. This also makes sure that HIGHMEM pages
|
D | page_migration | 106 6. The refcount of the page is examined and we back out if references remain 110 page then we back out because someone else modified the radix tree.
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | headsmp-scu.S | 37 str r2, [r0, #8] @ write back
|
/linux-4.4.14/arch/s390/kernel/ |
D | relocate_kernel.S | 40 la %r0,.back-.base(%r13) 45 .back: label
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | head.S | 138 ldi r1, 0xd0 ; invalidate i-cache, copy back d-cache 148 ldi r1, 0x0700 ; invalidate i-cache, copy back d-cache
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 17 guaranteed to either complete atomically or roll back and undo any partial 58 state will roll back to that at the 'tbegin', and control will continue from 152 the stack. It's possible that the stack has moved back up after the tbegin. 157 stack pointer will be back at the tbegin but our in memory stack won't be valid 165 signal will be rolled back anyway.
|
D | firmware-assisted-dump.txt | 8 to minimize the total elapsed time until the system is back 36 unlike kdump, fadump doesn't need a 2nd reboot to get back 83 memory back to general use, except the memory required for
|
/linux-4.4.14/arch/metag/kernel/ |
D | tbiunexp.S | 18 ! write back size 2 Dwords
|
/linux-4.4.14/drivers/staging/unisys/ |
D | TODO | 7 back-end, and call function driver's channel_interrupt() function
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_therm | 34 time and then go back to read individual sensors. That isn't 48 does support the strong pullup (or it falls back to a pullup
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | switch_to.S | 92 # switched back in 133 # back in (A1 points to the new thread_struct).
|
/linux-4.4.14/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 41 mapped back onto the client's source plane. 70 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 304 ! - roll back gRB 306 ! k0 returns original sp (after roll back) 312 ! Check for roll back gRB (User and Kernel)
|
/linux-4.4.14/lib/xz/ |
D | xz_dec_lzma2.c | 348 size_t back; in dict_repeat() local 357 back = dict->pos - dist - 1; in dict_repeat() 359 back += dict->end; in dict_repeat() 362 dict->buf[dict->pos++] = dict->buf[back++]; in dict_repeat() 363 if (back == dict->end) in dict_repeat() 364 back = 0; in dict_repeat()
|
/linux-4.4.14/Documentation/input/ |
D | userio.txt | 49 Registers the port with the serio driver and begins transmitting data back and 67 debugging information from i8042, and play back the devices on /dev/userio. The
|
D | walkera0701.txt | 15 At back side of transmitter S-video connector can be found. Modulation 23 (back side of TX)
|
D | notifier.txt | 3 One can use register_keyboard_notifier to get called back on keyboard
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 38 5. If not, back off, release the claim and wait for a few more milliseconds. 39 6. Go back to 1 (until retry time has expired).
|
/linux-4.4.14/Documentation/networking/ |
D | netlink_mmap.txt | 117 it will fall back to use physically discontinuous memory. This might affect 171 to process the message and release the frame back to 178 the kernel will release the frame back to user-space by 187 the frame back to the kernel by setting the status to 292 /* Release frame back to the kernel */
|
D | s2io.txt | 89 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration)
|
D | iphase.txt | 119 For the PVC setup, the test machines can either be connected back-to-back or
|
D | operstates.txt | 149 -set interface back to IF_OPER_DORMANT if 802.1X reauthentication 153 if supplicant goes down, bring back IFLA_LINKMODE to 0 and
|
/linux-4.4.14/fs/jfs/ |
D | jfs_imap.c | 870 int back, fwd; in diFree() local 1045 fwd = back = -1; in diFree() 1080 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diFree() 1081 if ((rc = diIAGRead(imap, back, &bmp))) in diFree() 1107 else if (inofreefwd == back) in diFree() 1121 else if (inofreeback == back) in diFree() 1163 if (back >= 0) in diFree() 2172 int agno, iagno, fwd, back, freei = 0, sword, rc; in diNewExt() local 2214 if ((back = le32_to_cpu(iagp->extfreeback)) >= 0) { in diNewExt() 2215 if ((rc = diIAGRead(imap, back, &bmp))) in diNewExt() [all …]
|
/linux-4.4.14/Documentation/RCU/ |
D | 00-INDEX | 26 - List of RCU papers (bibliography) going back to 1980.
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | sram.S | 52 lock: ldrh r4, [r2], #0 @ read back dpll value
|
/linux-4.4.14/drivers/tty/hvc/ |
D | Kconfig | 8 It will automatically be selected if one of the back-end console drivers 52 This driver provides a Hypervisor console (HVC) back-end to access
|
/linux-4.4.14/Documentation/usb/ |
D | chipidea.txt | 35 4) A-device switch back to host. 39 A-device should switch back to host and enumrate B-device.
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-util.c | 134 ((buffer_ptr.s.addr >> 7) - buffer_ptr.s.back) << 7; in cvmx_helper_dump_packet() 138 cvmx_dprintf(" Buffer Back: %u\n", buffer_ptr.s.back); in cvmx_helper_dump_packet()
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 60 (6) other radeon systems, where vbetool is enough to bring system back 73 to a virtual terminal and back to X using CTRL+ALT+F1 - CTRL+ALT+F7 to get 99 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text console back 150 IBM TP 600e none(1), but a switch to console and back to X is needed
|
D | states.txt | 47 providing a relatively low-latency transition back to a working system. No 75 when entering STR, so devices must be able to handle the transition back to the
|
D | devices.txt | 341 and is entirely responsible for bringing the device back to the 416 3 The resume methods should bring the device back to its operating 431 back to the functional state after system suspend if necessary. [For 514 methods should bring the device back to an operating state, so that it 545 to be restored before control can be passed back to the image kernel. 563 devices managed by the boot kernel need to be prepared for passing control back 575 becomes responsible for bringing the system back to the working state. 637 "on" (how many engines are active?), plus a state that gets back to "on" 696 transition, but in other cases the device must be put back into the full-power
|
/linux-4.4.14/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/linux-4.4.14/net/irda/ |
D | Kconfig | 76 each time until the back-off reaches the max. turn around time. 77 This back-off increase in controlled via
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | axs10x_mb.dtsi | 71 * used through dw_mci_drv_data->prepare_command call-back. 72 * This call-back is used in Altera Socfpga platform and so
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 84 Prepare idle to remux dat1 as a gpio, and default to remux it back as sdio 93 If configuration is incomplete, a warning message is emitted "falling back to
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | CERF | 6 one CompactFlash+ slot on the back. Pictures can be found at the
|
/linux-4.4.14/fs/nilfs2/ |
D | Kconfig | 16 periods until they are changed back to checkpoints. Each
|
/linux-4.4.14/drivers/w1/slaves/ |
D | Kconfig | 26 bool "Read-back values written to DS2408's output register" 30 Enabling this will cause the driver to read back the values written
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 34 it comes back in SI units, it should also include _input else it 104 light sensor. If it comes back in SI units, it should also
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-pyra | 55 buttons back to the mouse. The data has to be 19 bytes long. 83 settings back to the mouse. The data has to be 13 bytes long. 110 When written, this file lets write settings back to the mouse.
|
D | sysfs-driver-hid-roccat-konepure | 47 buttons back to the mouse. The data has to be 59 bytes long. 63 settings back to the mouse. The data has to be 31 bytes long.
|
D | sysfs-driver-hid-roccat-kovaplus | 69 buttons back to the mouse. The data has to be 23 bytes long. 97 settings back to the mouse. The data has to be 16 bytes long.
|
D | sysfs-driver-hid-roccat-koneplus | 62 buttons back to the mouse. The data has to be 77 bytes long. 90 settings back to the mouse. The data has to be 43 bytes long.
|
/linux-4.4.14/arch/alpha/lib/ |
D | clear_user.S | 90 EX( ldq_u $5, 0($6) ) # e0 : load dst word to mask back in
|
D | csum_ipv6_magic.S | 83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
|
D | ev6-memset.S | 212 stq $1,0($5) # L : And back to memory 389 stq $1,0($5) # L : And back to memory 576 stq $1,0($5) # L : And back to memory
|
D | ev6-csum_ipv6_magic.S | 119 addq $0,$1,$0 # E : merge the carries back into the csum
|
D | ev6-clear_user.S | 79 EX( ldq_u $5, 0($6) ) # .. .. .. L : load dst word to mask back in
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | cs4271.txt | 26 without putting the chip back into hardware reset, which also requires
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 29 linked lists. There are back pointers from peer_devices to their connections a
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 54 # Go back to the return point
|
/linux-4.4.14/fs/ufs/ |
D | balloc.c | 856 int i, start, end, forw, back; in ufs_clusteracct() local 889 back = start - i; in ufs_clusteracct() 895 i = back + forw + 1; in ufs_clusteracct() 899 if (back > 0) in ufs_clusteracct() 900 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (back << 2)), cnt); in ufs_clusteracct()
|
D | Kconfig | 35 experimental, so you should back up your UFS partitions beforehand.
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_lowlevel.h | 39 unsigned int front, unsigned int back);
|
D | exynos_mipi_dsi_lowlevel.c | 165 unsigned int front, unsigned int back) in exynos_mipi_dsi_set_main_disp_hporch() argument 172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back); in exynos_mipi_dsi_set_main_disp_hporch()
|
/linux-4.4.14/arch/mips/kvm/ |
D | 00README.txt | 26 when we ERET back to the guest. This causes the guest to hang in an infinite loop.
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 103 go back to LED_OFF. 105 go back to LED_FULL. 113 When timer expires activate goes back to deactivated state, duration is left
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 17 dma api's back (this is absolutely needed for high-perf gpu drivers): Add an
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 4 through applying the changeset, then the tree will be rolled back to the
|
/linux-4.4.14/arch/arm/include/asm/ |
D | vfpmacros.h | 19 @ read all the working registers back into the VFP in toolkits()
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 103 use this, since you need the pointer to get back to your 118 r29 may also be used to pass data back to the caller.
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 339 b resume_user_mode_begin ; loop back to start of U mode ret 345 b resume_user_mode_begin ; unconditionally back to U mode ret chks
|
/linux-4.4.14/arch/arc/lib/ |
D | memcpy-archs.S | 136 ;; Write back the remaining 16bits 139 ;; Write back the remaining 8bits
|
/linux-4.4.14/kernel/sched/ |
D | rt.c | 1212 struct sched_rt_entity *back = NULL; in dequeue_rt_stack() local 1215 rt_se->back = back; in dequeue_rt_stack() 1216 back = rt_se; in dequeue_rt_stack() 1219 dequeue_top_rt_rq(rt_rq_of_se(back)); in dequeue_rt_stack() 1221 for (rt_se = back; rt_se; rt_se = rt_se->back) { in dequeue_rt_stack()
|
/linux-4.4.14/drivers/net/arcnet/ |
D | Kconfig | 58 acknowledge back to userspace. After the initial protocol byte every 61 back a packet with protocol byte 0 containing the status of the
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-header.S | 184 msr cpsr_c, \rtemp @ switch back to the SVC mode 196 msr cpsr_c, \rtemp @ switch back to the SVC mode
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 238 void *back; member
|
/linux-4.4.14/Documentation/hwmon/ |
D | da9052 | 32 TJUNC, battery voltage VBAT and the back up battery voltage VBBAT.
|
D | lm73 | 69 'update_interval' via a step function. Reading back the
|
/linux-4.4.14/drivers/platform/chrome/ |
D | Kconfig | 36 the memory used to back VGA controller memory.
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 26 to bring the chip back to normal when it hangs, in the same places the
|
/linux-4.4.14/drivers/lguest/ |
D | README | 31 - Where we trace back to the creation of the Guest, and thus begin our
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 57 buffer in RAM where it can be read back at some later point.
|
/linux-4.4.14/fs/f2fs/ |
D | f2fs.h | 481 static inline bool __is_extent_mergeable(struct extent_info *back, in __is_extent_mergeable() argument 484 return (back->fofs + back->len == front->fofs && in __is_extent_mergeable() 485 back->blk + back->len == front->blk); in __is_extent_mergeable() 489 struct extent_info *back) in __is_back_mergeable() argument 491 return __is_extent_mergeable(back, cur); in __is_back_mergeable()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 63 # peel back the stack to the calling frame
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry.h | 199 ; SP is back to start of pt_regs
|
/linux-4.4.14/Documentation/fb/ |
D | aty128fb.txt | 43 when switching from X to console and back to X. You will have to restart
|
D | vesafb.txt | 151 2 - write-back 158 mtrr: type mismatch for e0000000,8000000 old: write-back new: write-combining
|
/linux-4.4.14/arch/arc/mm/ |
D | tlbex.S | 334 st_s r0, [r1] ; Write back PTE 392 st_s r0, [r1] ; Write back PTE
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 59 If latency is a concern, it is possible to put back to back calls to
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 342 unsigned back; in annotate_browser__set_top() local 345 back = browser->b.height / 2; in annotate_browser__set_top() 348 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top() 355 --back; in annotate_browser__set_top()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.vbi | 9 off when the MPEG stream is played back through the cx23415.
|
/linux-4.4.14/drivers/nfc/ |
D | Kconfig | 56 all packets sent from one device is sent back to the other, acting as
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 30 for the time required by the EC to get back into a state in which new data
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 32 then copy the files back into the new eCryptfs mount to migrate the
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 127 void *back; member
|
/linux-4.4.14/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 35 be used to calculate the CRC and pass back an appropriate slave ID to the W1
|
/linux-4.4.14/drivers/mmc/card/ |
D | Kconfig | 47 requests back and forth from a large buffer. You will get
|
/linux-4.4.14/arch/c6x/lib/ |
D | strasgi.S | 73 ;; loop back branch happens here
|
/linux-4.4.14/arch/mn10300/lib/ |
D | memmove.S | 25 # fall back to memcpy if dst < src to work bottom up
|
/linux-4.4.14/arch/sh/mm/ |
D | Kconfig | 253 bool "Write-back" 259 mode, as opposed to the default write-back configuration.
|
/linux-4.4.14/arch/frv/kernel/ |
D | sleep.S | 205 # now that DRAM is back, this is the end of the code which gets 287 # back to business as usual
|
/linux-4.4.14/arch/arm/lib/ |
D | backtrace.S | 71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx53-ard.dts | 75 back {
|
D | kirkwood-b3.dts | 158 /* On the back */
|
D | r8a73a4-ape6evm.dts | 128 back-key {
|
D | kirkwood-dnskw.dtsi | 96 pmx_power_back_on: pmx-power-back-on {
|
D | sun8i-a23-evb.dts | 127 * need to solder R207 on the back of the board in order to close the
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 40 echo "W: devtmpfs not available, falling back to tmpfs for /dev"
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | common.txt | 24 "backlight" - LED will act as a back-light, controlled by the framebuffer
|
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_hw.h | 281 void *back; member
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 12 * re-established. (put back CFG_PHYIE)
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing_main.c | 485 unsigned char back[sizeof(stream)]; in softing_card_boot() local 506 memcpy_fromio(back, &card->dpram[j], sizeof(stream)); in softing_card_boot() 508 if (!memcmp(back, stream, sizeof(stream))) in softing_card_boot()
|
/linux-4.4.14/Documentation/w1/ |
D | w1.netlink | 50 (write and sample data back to userspace) 83 Replies to W1_LIST_MASTERS should send a message back to the userspace
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf.h | 54 struct i40evf_adapter *back; member
|
D | i40e_txrx.c | 299 wr32(&vsi->back->hw, in i40evf_force_wb() 311 wr32(&vsi->back->hw, in i40evf_force_wb() 888 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum() 1244 struct i40e_hw *hw = &vsi->back->hw; in i40e_update_enable_itr() 1372 if (vsi->back->flags & I40E_TXR_FLAGS_WB_ON_ITR) in i40evf_napi_poll()
|
/linux-4.4.14/arch/unicore32/lib/ |
D | backtrace.S | 66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-perl.txt | 47 available as calls back into the perf executable (see below). 96 $context an opaque 'cookie' used in calls back into perf
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 379 cache and only written back to memory some time later. Saying Y 490 bool "Copy-back" 492 The ColdFire CPU cache is set into Copy-back mode.
|
/linux-4.4.14/Documentation/driver-model/ |
D | design-patterns.txt | 62 This way you always get a pointer back to the correct instance of foo in
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-pcf857x.txt | 6 back. We can't actually know at initialization time whether a line is configured
|
/linux-4.4.14/Documentation/spi/ |
D | spi-lm70llp | 53 The bitbanger routine in this driver (lm70_txrx) is called back from
|
/linux-4.4.14/Documentation/scsi/ |
D | megaraid.txt | 62 will convert that back into the old format before returning to applications.
|
D | lpfc.txt | 39 to reappear or link come back alive, with no inadvertent side effects
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 259 struct pci_dev *pdev = hw->back->pdev; in atl1_reset_hw() 260 struct atl1_adapter *adapter = hw->back; in atl1_reset_hw() 654 struct pci_dev *pdev = hw->back->pdev; in atl1_phy_reset() 655 struct atl1_adapter *adapter = hw->back; in atl1_phy_reset() 791 struct pci_dev *pdev = hw->back->pdev; in atl1_setup_link() 792 struct atl1_adapter *adapter = hw->back; in atl1_setup_link() 886 struct pci_dev *pdev = hw->back->pdev; in atl1_get_speed_and_duplex() 887 struct atl1_adapter *adapter = hw->back; in atl1_get_speed_and_duplex() 2988 adapter->hw.back = adapter; in atl1_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-dma.txt | 57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 28 Go back to work on the client and check if the client recovered from the error
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 38 security-sensitive kernel-level state is leaked back to 115 TIF_ALLWORK_MASK flags are set, the handler needs to fall back on 143 information back to user-level. In particular, before returning to
|
/linux-4.4.14/arch/frv/ |
D | Kconfig | 166 make room. Only at that point is it written back. 179 which the kernel is running doesn't, it'll fall back to Write-Back
|