/linux-4.1.27/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 | 473 node->hdr.info.back = cpu_to_be32(oldblk->blkno); in xfs_da3_split() 479 if (node->hdr.info.back) { in xfs_da3_split() 480 if (be32_to_cpu(node->hdr.info.back) == addblk->blkno) { in xfs_da3_split() 1028 ASSERT(!blkinfo->back); in xfs_da_blkinfo_onlychild_validate() 1060 ASSERT(oldroothdr.back == 0); in xfs_da3_root_join() 1181 forward = nodehdr.forw < nodehdr.back; in xfs_da3_node_toosmall() 1187 blkno = nodehdr.back; in xfs_da3_node_toosmall() 1685 new_info->back = old_info->back; in xfs_da3_blk_link() 1686 if (old_info->back) { in xfs_da3_blk_link() 1688 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 | 178 to->back = be32_to_cpu(hdr3->info.hdr.back); in xfs_attr3_leaf_hdr_from_disk() 192 to->back = be32_to_cpu(from->hdr.info.back); in xfs_attr3_leaf_hdr_from_disk() 220 hdr3->info.hdr.back = cpu_to_be32(from->back); in xfs_attr3_leaf_hdr_to_disk() 235 to->hdr.info.back = cpu_to_be32(from->back); in xfs_attr3_leaf_hdr_to_disk() 1807 forward = ichdr.forw < ichdr.back; in xfs_attr3_leaf_toosmall() 1813 blkno = ichdr.back; in xfs_attr3_leaf_toosmall() 2088 tmphdr.back = savehdr.back; in xfs_attr3_leaf_unbalance()
|
/linux-4.1.27/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.1.27/drivers/md/bcache/ |
D | util.h | 122 size_t front, back, size, mask; \ 128 c = (fifo)->data[iter], iter != (fifo)->back; \ 140 (fifo)->front = (fifo)->back = 0; \ 173 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) 181 ((fifo)->data[((fifo)->back - 1) & (fifo)->mask]) 189 (fifo)->data[(fifo)->back++] = (i); \ 190 (fifo)->back &= (fifo)->mask; \ 220 --(fifo)->back; \ 221 (fifo)->back &= (fifo)->mask; \ 222 (i) = (fifo)->data[(fifo)->back] \ [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 462 struct i40e_pf *pf = np->vsi->back; in i40e_get_settings() 546 struct i40e_pf *pf = np->vsi->back; in i40e_set_settings() 702 struct i40e_pf *pf = np->vsi->back; in i40e_nway_reset() 725 struct i40e_pf *pf = np->vsi->back; in i40e_get_pauseparam() 760 struct i40e_pf *pf = np->vsi->back; in i40e_set_pauseparam() 850 struct i40e_pf *pf = np->vsi->back; in i40e_get_msglevel() 858 struct i40e_pf *pf = np->vsi->back; in i40e_set_msglevel() 880 struct i40e_pf *pf = np->vsi->back; in i40e_get_regs() 911 struct i40e_hw *hw = &np->vsi->back->hw; in i40e_get_eeprom() 912 struct i40e_pf *pf = np->vsi->back; in i40e_get_eeprom() [all …]
|
D | i40e_main.c | 104 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_allocate_dma_mem_d() 122 struct i40e_pf *pf = (struct i40e_pf *)hw->back; in i40e_free_dma_mem_d() 298 struct i40e_pf *pf = vsi->back; in i40e_tx_timeout() 556 struct i40e_pf *pf = vsi->back; in i40e_update_eth_stats() 674 struct i40e_pf *pf = vsi->back; in i40e_update_fcoe_stats() 827 struct i40e_pf *pf = vsi->back; in i40e_update_vsi_stats() 1132 struct i40e_pf *pf = vsi->back; in i40e_update_stats() 1261 struct i40e_pf *pf = vsi->back; in i40e_rm_default_mac_filter() 1333 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_add_filter() 1387 vsi->back->flags |= I40E_FLAG_FILTER_SYNC; in i40e_del_filter() [all …]
|
D | i40e_fcoe.c | 254 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 | 200 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_udpv4() 257 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_tcpv4() 349 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir_ipv4() 404 struct i40e_pf *pf = vsi->back; in i40e_add_del_fdir() 458 struct i40e_pf *pf = rx_ring->vsi->back; in i40e_fd_handle_status() 648 struct i40e_pf *pf = tx_ring->vsi->back; in i40e_check_tx_hang() 867 wr32(&vsi->back->hw, in i40e_force_wb() 948 struct i40e_hw *hw = &q_vector->vsi->back->hw; in i40e_update_dynamic_itr() 1349 u64 flags = vsi->back->flags; in i40e_receive_skb() 1466 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum() [all …]
|
D | i40e_virtchnl_pf.c | 1989 struct i40e_pf *pf = vsi->back; in i40e_ndo_set_vf_mac() 2058 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_port_vlan() 2113 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan() 2131 dev_info(&vsi->back->pdev->dev, in i40e_ndo_set_vf_port_vlan() 2133 vsi->back->hw.aq.asq_last_status); in i40e_ndo_set_vf_port_vlan() 2170 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_bw() 2251 struct i40e_pf *pf = vsi->back; in i40e_ndo_get_vf_config() 2304 struct i40e_pf *pf = np->vsi->back; in i40e_ndo_set_vf_link_state() 2368 struct i40e_pf *pf = vsi->back; in i40e_ndo_set_vf_spoofchk()
|
D | i40e_ptp.c | 243 struct i40e_pf *pf = vsi->back; in i40e_ptp_rx_hang() 292 dev_warn(&vsi->back->pdev->dev, in i40e_ptp_rx_hang()
|
D | i40e.h | 519 struct i40e_pf *back; /* Backreference to associated PF */ member 592 return vsi->back; in i40e_netdev_to_pf()
|
/linux-4.1.27/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-driver-hid-roccat-pyra | 17 settings back to the mouse. The data has to be 13 bytes long. 32 buttons back to the mouse. The data has to be 19 bytes long. 46 When written, this file lets write settings back to the mouse.
|
D | sysfs-driver-hid-roccat-kovaplus | 27 buttons back to the mouse. The data has to be 23 bytes long. 43 settings back to the mouse. The data has to be 16 bytes long.
|
D | sysfs-class-net-cdc_ncm | 14 back-to-back without any interleaving short USB
|
D | sysfs-driver-hid-roccat-koneplus | 38 buttons back to the mouse. The data has to be 77 bytes long. 54 settings back to the mouse. The data has to be 43 bytes long.
|
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-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-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.1.27/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.1.27/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.1.27/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 72 minimal 3-jack in back 73 min_fp 3-jack in back, 2-jack in front 74 full 6-jack in back, 2-jack in front 75 full_dig 6-jack in back, 2-jack in front, SPDIF I/O 76 allout 5-jack in back, 2-jack in front, SPDIF out
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 15 - ti,iommu-bus-err-back : Indicates the IOMMU instance supports throwing 16 back a bus error response on MMU faults.
|
/linux-4.1.27/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.1.27/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
|
D | circular-buffers.txt | 93 which items can be immediately inserted without having to wrap back to the 109 the buffer without having to wrap back to the beginning of the buffer.
|
D | nommu-mmap.txt | 9 mapping is actually performed by the binfmt drivers, which call back into the 72 pages written back to file; writes to file reflected into pages backing 286 aggressively trim allocations and discard any excess pages back in to the page
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 84 tail = &kvm->arch.revmap[head->back]; in kvmppc_add_revmap_chain() 88 rev->back = head->back; in kvmppc_add_revmap_chain() 90 head->back = pte_index; in kvmppc_add_revmap_chain() 92 rev->forw = rev->back = pte_index; in kvmppc_add_revmap_chain() 123 prev = real_vmalloc_addr(&kvm->arch.revmap[rev->back]); in remove_revmap_chain() 124 next->back = rev->back; in remove_revmap_chain()
|
/linux-4.1.27/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 | 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
|
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
|
/linux-4.1.27/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 | 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 79 The cleaner writes back all dirty blocks in a cache to decommission it.
|
D | statistics.txt | 56 The kernel returns this string back in the output of 62 The kernel returns this string back in the output of 160 string back in the output of @stats_list message, but it
|
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 58 procedure, and merges these chunks back into the <origin>. Once merging
|
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 273 back. Cache blocks can be invalidated via the invalidate_cblocks
|
/linux-4.1.27/Documentation/x86/ |
D | mtrr.txt | 44 reg00: base=0x00000000 ( 0MB), size= 128MB: write-back, count=1 45 reg01: base=0x08000000 ( 128MB), size= 64MB: write-back, count=1 54 reg00: base=0x00000000 ( 0MB), size= 128MB: write-back, count=1 55 reg01: base=0x08000000 ( 128MB), size= 64MB: write-back, count=1 86 reg00: base=0x00000000 ( 0MB), size= 64MB: write-back, count=1 162 "write-back", /* 6 */ 259 "write-back", /* 6 */
|
D | pat.txt | 14 ones that will be supported at this time are Write-back, Uncached, 119 first make a region uc or wc and switch it back to wb after use.
|
/linux-4.1.27/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.1.27/drivers/staging/octeon/ |
D | ethernet-util.h | 36 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
|
D | ethernet-tx.c | 386 hw_buffer.s.back = ((unsigned long)skb->data >> 7) - in cvm_oct_xmit() 622 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7; in cvm_oct_xmit_pow()
|
D | ethernet-rx.c | 315 segment_ptr.s.back) << 7)); in cvm_oct_napi_poll()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/w1/slaves/ |
D | w1_therm | 32 time and then go back to read individual sensors. That isn't 46 does support the strong pullup (or it falls back to a pullup
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-flush-by-tag.S | 45 # Flush the entire data cache back to RAM
|
D | cache-dbg-flush-by-tag.S | 26 # Flush the entire data cache back to RAM and invalidate the icache
|
D | cache-dbg-flush-by-reg.S | 25 # 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.1.27/arch/arm/mach-shmobile/ |
D | headsmp-scu.S | 37 str r2, [r0, #8] @ write back
|
/linux-4.1.27/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.1.27/arch/s390/kernel/ |
D | relocate_kernel.S | 40 la %r0,.back-.base(%r13) 45 .back: label
|
/linux-4.1.27/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 151 the stack. It's possible that the stack has moved back up after the tbegin. 156 stack pointer will be back at the tbegin but our in memory stack won't be valid 164 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.1.27/arch/metag/kernel/ |
D | tbiunexp.S | 18 ! write back size 2 Dwords
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | switch_to.S | 92 # switched back in 133 # back in (A1 points to the new thread_struct).
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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
|
D | ipvs-sysctl.txt | 98 connection hash table, just in order to collect back some 134 detection) and add back the server later, and the connections
|
/linux-4.1.27/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.1.27/arch/arm/mach-omap1/ |
D | sram.S | 52 lock: ldrh r4, [r2], #0 @ read back dpll value
|
/linux-4.1.27/Documentation/RCU/ |
D | 00-INDEX | 26 - List of RCU papers (bibliography) going back to 1980.
|
/linux-4.1.27/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.1.27/drivers/tty/hvc/ |
D | Kconfig | 8 It will automatically be selected if one of the back-end console drivers 59 This driver provides a Hypervisor console (HVC) back-end to access
|
/linux-4.1.27/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 409 3 The resume methods should bring the device back to its operating 424 back to the functional state after system suspend if necessary. [For 507 methods should bring the device back to an operating state, so that it 538 to be restored before control can be passed back to the image kernel. 556 devices managed by the boot kernel need to be prepared for passing control back 568 becomes responsible for bringing the system back to the working state. 630 "on" (how many engines are active?), plus a state that gets back to "on" 689 transition, but in other cases the device must be put back into the full-power
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 11 persistent client caches and write back caching.
|
/linux-4.1.27/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.1.27/Documentation/input/ |
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
|
D | rotary-encoder.txt | 61 should have happened, unless it flipped back on half the way. The
|
/linux-4.1.27/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.1.27/Documentation/arm/SA1100/ |
D | CERF | 6 one CompactFlash+ slot on the back. Pictures can be found at the
|
/linux-4.1.27/fs/nilfs2/ |
D | Kconfig | 16 periods until they are changed back to checkpoints. Each
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/sound/ |
D | cs4271.txt | 26 without putting the chip back into hardware reset, which also requires
|
/linux-4.1.27/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
|
D | ev6-memcpy.S | 157 addq $18, 8, $18 # E : add back for trailing bytes
|
/linux-4.1.27/fs/f2fs/ |
D | f2fs.h | 382 static inline bool __is_extent_mergeable(struct extent_info *back, in __is_extent_mergeable() argument 385 return (back->fofs + back->len == front->fofs && in __is_extent_mergeable() 386 back->blk + back->len == front->blk); in __is_extent_mergeable() 390 struct extent_info *back) in __is_back_mergeable() argument 392 return __is_extent_mergeable(back, cur); in __is_back_mergeable()
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 54 # Go back to the return point
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 29 linked lists. There are back pointers from peer_devices to their connections a
|
/linux-4.1.27/fs/ufs/ |
D | balloc.c | 852 int i, start, end, forw, back; in ufs_clusteracct() local 885 back = start - i; in ufs_clusteracct() 891 i = back + forw + 1; in ufs_clusteracct() 895 if (back > 0) in ufs_clusteracct() 896 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.1.27/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.1.27/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.1.27/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.1.27/Documentation/vm/ |
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 | 19 mapped pages from the direct mapped pool, instead of falling back on 62 fall back into regular zone. This also makes sure that HIGHMEM pages
|
D | page_migration | 112 7. The refcount of the page is examined and we back out if references remain 116 page then we back out because someone else modified the radix tree.
|
D | zswap.txt | 35 evict pages from its own compressed pool on an LRU basis and write them back to
|
/linux-4.1.27/arch/arm/include/asm/ |
D | vfpmacros.h | 19 @ read all the working registers back into the VFP in toolkits()
|
/linux-4.1.27/Documentation/devicetree/ |
D | changesets.txt | 4 through applying the changeset, then the tree will be rolled back to the
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/arm/exynos/ |
D | power_domain.txt | 17 and restored back after powering on a domain. This is required for
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 26 for the time required by the EC to get back into a state in which new data
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 62 acknowledge back to userspace. After the initial protocol byte every 65 back a packet with protocol byte 0 containing the status of the
|
/linux-4.1.27/kernel/sched/ |
D | rt.c | 1209 struct sched_rt_entity *back = NULL; in dequeue_rt_stack() local 1212 rt_se->back = back; in dequeue_rt_stack() 1213 back = rt_se; in dequeue_rt_stack() 1216 dequeue_top_rt_rq(rt_rq_of_se(back)); in dequeue_rt_stack() 1218 for (rt_se = back; rt_se; rt_se = rt_se->back) { in dequeue_rt_stack()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 257 struct arpt_entry *e, *back; in arpt_do_table() local 281 back = get_entry(table_base, private->underflow[hook]); in arpt_do_table() 313 e = back; in arpt_do_table() 314 back = get_entry(table_base, back->comefrom); in arpt_do_table() 321 next->comefrom = (void *)back - table_base; in arpt_do_table() 324 back = next; in arpt_do_table()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 306 unsigned back; in annotate_browser__set_top() local 309 back = browser->b.height / 2; in annotate_browser__set_top() 312 while (browser->b.top_idx != 0 && back != 0) { in annotate_browser__set_top() 319 --back; in annotate_browser__set_top()
|
/linux-4.1.27/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.1.27/fs/pstore/ |
D | Kconfig | 57 buffer in RAM where it can be read back at some later point.
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 238 void *back; member
|
/linux-4.1.27/drivers/platform/chrome/ |
D | Kconfig | 36 the memory used to back VGA controller memory.
|
/linux-4.1.27/drivers/lguest/ |
D | README | 31 - Where we trace back to the creation of the Guest, and thus begin our
|
/linux-4.1.27/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.1.27/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.1.27/arch/mn10300/include/asm/ |
D | frame.inc | 63 # peel back the stack to the calling frame
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 24 "backlight" - LED will act as a back-light, controlled by the framebuffer
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 289 st_s r0, [r1] ; Write back PTE 346 st_s r0, [r1] ; Write back PTE
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 262 int back = (memtype & 0x800); in nv50_ram_get() local 293 if (back) in nv50_ram_get()
|
/linux-4.1.27/arch/mn10300/lib/ |
D | memmove.S | 25 # fall back to memcpy if dst < src to work bottom up
|
/linux-4.1.27/arch/c6x/lib/ |
D | strasgi.S | 73 ;; loop back branch happens here
|
/linux-4.1.27/Documentation/filesystems/ |
D | ecryptfs.txt | 32 then copy the files back into the new eCryptfs mount to migrate the
|
D | ramfs-rootfs-initramfs.txt | 40 fake block device into the page cache (and copying changes back out), as well 178 or by the kernel build) back into its component files: 282 This decision was made back in December, 2001. The discussion started here: 338 kernel falls back to legacy boot code that is reached only if initramfs does
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 126 void *back; member
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 9 off when the MPEG stream is played back through the cx23415.
|
/linux-4.1.27/drivers/mmc/card/ |
D | Kconfig | 47 requests back and forth from a large buffer. You will get
|
/linux-4.1.27/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
/linux-4.1.27/drivers/nfc/ |
D | Kconfig | 56 all packets sent from one device is sent back to the other, acting as
|
/linux-4.1.27/arch/sh/mm/ |
D | Kconfig | 253 bool "Write-back" 259 mode, as opposed to the default write-back configuration.
|
/linux-4.1.27/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.1.27/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 40 echo "W: devtmpfs not available, falling back to tmpfs for /dev"
|
/linux-4.1.27/arch/arm/lib/ |
D | backtrace.S | 71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.1.27/drivers/atm/ |
D | nicstarmac.copyright | 12 * re-established. (put back CFG_PHYIE)
|
/linux-4.1.27/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 {
|
/linux-4.1.27/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.1.27/arch/m68k/ |
D | Kconfig.cpu | 379 cache and only written back to memory some time later. Saying Y 482 bool "Copy-back" 484 The ColdFire CPU cache is set into Copy-back mode.
|
/linux-4.1.27/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.1.27/arch/unicore32/lib/ |
D | backtrace.S | 66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf.h | 58 struct i40evf_adapter *back; member
|
D | i40e_txrx.c | 379 wr32(&vsi->back->hw, in i40e_force_wb() 460 struct i40e_hw *hw = &q_vector->vsi->back->hw; in i40e_update_dynamic_itr() 832 u64 flags = vsi->back->flags; in i40e_receive_skb() 949 vsi->back->hw_csum_rx_error++; in i40e_rx_checksum() 1349 i40evf_irq_enable_queues(vsi->back, 1 << q_vector->v_idx); in i40evf_napi_poll()
|
/linux-4.1.27/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.1.27/Documentation/spi/ |
D | spi-lm70llp | 53 The bitbanger routine in this driver (lm70_txrx) is called back from
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 116 restore %g0, %g0, %g0 ! go back into trap window
|
/linux-4.1.27/drivers/input/mouse/ |
D | alps.c | 250 int back = 0, forward = 0; in alps_process_packet_v1_v2() local 269 back = packet[0] & 0x10; in alps_process_packet_v1_v2() 274 back = packet[3] & 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() 338 input_report_key(dev, BTN_BACK, back); in alps_process_packet_v1_v2()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | firewire-cdev | 96 with the file descriptor, back out any changes to the local
|