Home
last modified time | relevance | path

Searched refs:back (Results 1 – 200 of 570) sorted by relevance

123

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_format.c458 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()
Dxfs_da_btree.c473 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 …]
Dxfs_da_format.h35 __be32 back; /* following block in list */ member
115 __uint32_t back; member
470 __uint32_t back; member
731 __uint32_t back; member
Dxfs_attr_leaf.c178 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/
Dlist_entry_update.cocci4 /// 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/
Dutil.h122 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/
Di40e_ethtool.c462 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 …]
Di40e_main.c104 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 …]
Di40e_fcoe.c254 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 …]
Di40e_txrx.c200 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 …]
Di40e_virtchnl_pf.c1989 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()
Di40e_ptp.c243 struct i40e_pf *pf = vsi->back; in i40e_ptp_rx_hang()
292 dev_warn(&vsi->back->pdev->dev, in i40e_ptp_rx_hang()
Di40e.h519 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/
Dsysfs-class-bdi36 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
Dsysfs-driver-hid-roccat-pyra17 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.
Dsysfs-driver-hid-roccat-kovaplus27 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.
Dsysfs-class-net-cdc_ncm14 back-to-back without any interleaving short USB
Dsysfs-driver-hid-roccat-koneplus38 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.
Dsysfs-driver-hid-roccat-kone49 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.
Dsysfs-driver-hid-roccat-konepure47 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.
Dsysfs-devices-soc57 the system. Each symlink points back into the aforementioned
Dsysfs-platform-chipidea-usb-otg41 work as host and decides to switch back to be peripheral.
Dsysfs-driver-genwqe34 If successfully, the card will come back with the bitstream set
Dsysfs-platform-dell-laptop68 some systems might fall back to a specific timeout in case
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-packet.h52 uint64_t back:4; member
63 uint64_t back:4;
Dcvmx-helper-util.h169 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()
Dcvmx-ipd.h105 first_back_struct.s.back = first_back; in cvmx_ipd_config()
109 second_back_struct.s.back = second_back; in cvmx_ipd_config()
Dcvmx-pko-defs.h191 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/
Dudl_transfer.c46 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/
DHD-Audio-Models.txt5 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/
Dcls_api.c132 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/
Dcsumcpfruser.S35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
Dchecksum.S60 ;; back into the top
Dchecksumcopy.S66 ;; back into the top
/linux-4.1.27/arch/cris/arch-v32/lib/
Dcsumcpfruser.S35 ;; 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/
Dti,omap-iommu.txt15 - 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/
Ddrv.c984 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/
Ddell_rbu.txt24 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.
Dkernel-per-CPU-kthreads.txt73 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.
Dbraille-console.txt22 page up/down keys go at the top/bottom of the screen, and the home key goes back
Dassoc_array.txt514 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.
Dflexible-arrays.txt76 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
Drpmsg.txt72 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
Dcircular-buffers.txt93 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.
Dnommu-mmap.txt9 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/
Datomic-ops.txt44 (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/
Dcache.S20 # Write back a range of dcache
81 # Write back and invalidate a range of dcache and icache
/linux-4.1.27/arch/m68k/fpsp040/
Dsgetem.S84 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
Dx_store.S151 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
Dget_op.S39 | 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
Dres_func.S5 | 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/
Dmemcpy.S174 #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/
Ddeadline-iosched.txt62 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
D00-INDEX28 - Control of volatile write back caches
Dwriteback_cache_control.txt2 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/
Dbook3s_hv_rm_mmu.c84 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/
Dsleep34xx.S239 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
Dsram243x.S76 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
Dsram242x.S76 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/
Dera.txt12 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
Dcache-policies.txt14 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.
Dstatistics.txt56 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
Dsnapshot.txt11 *) 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
Dkcopyd.txt39 passing back the user's context pointer. It will also indicate if a read or
Dzero.txt13 write data anywhere within the sparse device and read it back like a normal
Dcache.txt99 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/
Dmtrr.txt44 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 */
Dpat.txt14 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/
Dqcom,idle-state.txt17 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/
Dethernet-util.h36 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
Dethernet-tx.c386 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()
Dethernet-rx.c315 segment_ptr.s.back) << 7)); in cvm_oct_napi_poll()
/linux-4.1.27/Documentation/cpu-freq/
Damd-powernow.txt34 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/
Dhibernate_asm_64.S68 movq %rax, %cr4; # turn PGE back on
120 movq %rax, %cr4; # turn PGE back on
Dhibernate_asm_32.S66 movl %ecx, %cr4; # turn PGE back on
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt214 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/
Dw1_therm32 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/
Dcache-flush-by-tag.S45 # Flush the entire data cache back to RAM
Dcache-dbg-flush-by-tag.S26 # Flush the entire data cache back to RAM and invalidate the icache
Dcache-dbg-flush-by-reg.S25 # Flush the entire data cache back to RAM and invalidate the icache
DKconfig.cache15 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/
Dheadsmp-scu.S37 str r2, [r0, #8] @ write back
/linux-4.1.27/arch/m32r/boot/compressed/
Dhead.S138 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/
Drelocate_kernel.S40 la %r0,.back-.base(%r13)
45 .back: label
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt17 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.
Dfirmware-assisted-dump.txt8 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/
Dtbiunexp.S18 ! write back size 2 Dwords
/linux-4.1.27/arch/mn10300/kernel/
Dswitch_to.S92 # switched back in
133 # back in (A1 points to the new thread_struct).
/linux-4.1.27/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt41 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/
Dentry.S304 ! - 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/
Dxz_dec_lzma2.c348 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/
Dcvmx-helper-util.c134 ((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/
Di2c-arb-gpio-challenge.txt38 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/
Dnetlink_mmap.txt117 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 */
Ds2io.txt89 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration)
Diphase.txt119 For the PVC setup, the test machines can either be connected back-to-back or
Doperstates.txt149 -set interface back to IF_OPER_DORMANT if 802.1X reauthentication
153 if supplicant goes down, bring back IFLA_LINKMODE to 0 and
Dipvs-sysctl.txt98 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/
Djfs_imap.c870 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/
Dsram.S52 lock: ldrh r4, [r2], #0 @ read back dpll value
/linux-4.1.27/Documentation/RCU/
D00-INDEX26 - List of RCU papers (bibliography) going back to 1980.
/linux-4.1.27/Documentation/usb/
Dchipidea.txt35 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/
DKconfig8 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/
Dvideo.txt60 (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
Dstates.txt47 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
Ddevices.txt341 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/
DKconfig11 persistent client caches and write back caching.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt84 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/
Dwalkera0701.txt15 At back side of transmitter S-video connector can be found. Modulation
23 (back side of TX)
Dnotifier.txt3 One can use register_keyboard_notifier to get called back on keyboard
Drotary-encoder.txt61 should have happened, unless it flipped back on half the way. The
/linux-4.1.27/net/irda/
DKconfig76 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/
DCERF6 one CompactFlash+ slot on the back. Pictures can be found at the
/linux-4.1.27/fs/nilfs2/
DKconfig16 periods until they are changed back to checkpoints. Each
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light34 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/
DKconfig26 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/
Dcs4271.txt26 without putting the chip back into hardware reset, which also requires
/linux-4.1.27/arch/alpha/lib/
Dclear_user.S90 EX( ldq_u $5, 0($6) ) # e0 : load dst word to mask back in
Dcsum_ipv6_magic.S83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
Dev6-memset.S212 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
Dev6-csum_ipv6_magic.S119 addq $0,$1,$0 # E : merge the carries back into the csum
Dev6-clear_user.S79 EX( ldq_u $5, 0($6) ) # .. .. .. L : load dst word to mask back in
Dev6-memcpy.S157 addq $18, 8, $18 # E : add back for trailing bytes
/linux-4.1.27/fs/f2fs/
Df2fs.h382 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/
Dxo1-wakeup.S54 # Go back to the return point
/linux-4.1.27/Documentation/blockdev/drbd/
Ddata-structure-v9.txt29 linked lists. There are back pointers from peer_devices to their connections a
/linux-4.1.27/fs/ufs/
Dballoc.c852 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()
DKconfig35 experimental, so you should back up your UFS partitions beforehand.
/linux-4.1.27/arch/mips/kvm/
D00README.txt26 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/
Dexynos_mipi_dsi_lowlevel.h39 unsigned int front, unsigned int back);
Dexynos_mipi_dsi_lowlevel.c165 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/
Dledtrig-transient.txt103 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/
Dnuma_memory_policy.txt39 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,
Dfrontswap.txt37 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
Dbalance19 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
Dpage_migration112 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.
Dzswap.txt35 evict pages from its own compressed pool on an LRU basis and write them back to
/linux-4.1.27/arch/arm/include/asm/
Dvfpmacros.h19 @ read all the working registers back into the VFP in toolkits()
/linux-4.1.27/Documentation/devicetree/
Dchangesets.txt4 through applying the changeset, then the tree will be rolled back to the
/linux-4.1.27/Documentation/parisc/
Dregisters103 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/
Dpower_domain.txt17 and restored back after powering on a domain. This is required for
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt26 for the time required by the EC to get back into a state in which new data
/linux-4.1.27/drivers/net/arcnet/
DKconfig62 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/
Drt.c1209 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/
Darp_tables.c257 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/
Dannotate.c306 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/
Dda905232 TJUNC, battery voltage VBAT and the back up battery voltage VBBAT.
Dlm7369 'update_interval' via a step function. Reading back the
/linux-4.1.27/fs/pstore/
DKconfig57 buffer in RAM where it can be read back at some later point.
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.h238 void *back; member
/linux-4.1.27/drivers/platform/chrome/
DKconfig36 the memory used to back VGA controller memory.
/linux-4.1.27/drivers/lguest/
DREADME31 - Where we trace back to the creation of the Guest, and thus begin our
/linux-4.1.27/Documentation/w1/masters/
Domap-hdq35 be used to calculate the CRC and pass back an appropriate slave ID to the W1
/linux-4.1.27/drivers/staging/media/lirc/
DTODO.lirc_zilog26 to bring the chip back to normal when it hangs, in the same places the
/linux-4.1.27/arch/mn10300/include/asm/
Dframe.inc63 # peel back the stack to the calling frame
/linux-4.1.27/Documentation/fb/
Daty128fb.txt43 when switching from X to console and back to X. You will have to restart
Dvesafb.txt151 2 - write-back
158 mtrr: type mismatch for e0000000,8000000 old: write-back new: write-combining
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dcommon.txt24 "backlight" - LED will act as a back-light, controlled by the framebuffer
/linux-4.1.27/arch/arc/mm/
Dtlbex.S289 st_s r0, [r1] ; Write back PTE
346 st_s r0, [r1] ; Write back PTE
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S184 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/
Dkernel_mode_neon.txt59 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/
Dramnv50.c262 int back = (memtype & 0x800); in nv50_ram_get() local
293 if (back) in nv50_ram_get()
/linux-4.1.27/arch/mn10300/lib/
Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/linux-4.1.27/arch/c6x/lib/
Dstrasgi.S73 ;; loop back branch happens here
/linux-4.1.27/Documentation/filesystems/
Decryptfs.txt32 then copy the files back into the new eCryptfs mount to migrate the
Dramfs-rootfs-initramfs.txt40 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/
Dvf.h126 void *back; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
DREADME.vbi9 off when the MPEG stream is played back through the cx23415.
/linux-4.1.27/drivers/mmc/card/
DKconfig47 requests back and forth from a large buffer. You will get
/linux-4.1.27/drivers/staging/speakup/
DDefaultKeyAssignments37 InsKeyPad-Enter Shut Up (until toggled back on).
/linux-4.1.27/drivers/nfc/
DKconfig56 all packets sent from one device is sent back to the other, acting as
/linux-4.1.27/arch/sh/mm/
DKconfig253 bool "Write-back"
259 mode, as opposed to the default write-back configuration.
/linux-4.1.27/arch/frv/kernel/
Dsleep.S205 # 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/
Dinitrd.txt40 echo "W: devtmpfs not available, falling back to tmpfs for /dev"
/linux-4.1.27/arch/arm/lib/
Dbacktrace.S71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
/linux-4.1.27/drivers/atm/
Dnicstarmac.copyright12 * re-established. (put back CFG_PHYIE)
/linux-4.1.27/arch/arm/boot/dts/
Dimx53-ard.dts75 back {
Dkirkwood-b3.dts158 /* On the back */
Dr8a73a4-ape6evm.dts128 back-key {
Dkirkwood-dnskw.dtsi96 pmx_power_back_on: pmx-power-back-on {
/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c485 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/
DKconfig.cpu379 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/
Dw1.netlink50 (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/
Dbacktrace.S66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h58 struct i40evf_adapter *back; member
Di40e_txrx.c379 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/
Dperf-script-perl.txt47 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/
Dspi-lm70llp53 The bitbanger routine in this driver (lm70_txrx) is called back from
/linux-4.1.27/Documentation/driver-model/
Ddesign-patterns.txt62 This way you always get a pointer back to the correct instance of foo in
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt6 back. We can't actually know at initialization time whether a line is configured
/linux-4.1.27/Documentation/scsi/
Dmegaraid.txt62 will convert that back into the old format before returning to applications.
Dlpfc.txt39 to reappear or link come back alive, with no inadvertent side effects
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl1.c259 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/
Dfault_injection.txt28 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/
Dkeystone-navigator-dma.txt57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
/linux-4.1.27/Documentation/ia64/
Dfsys.txt38 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/
DKconfig166 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/
Dwof.S116 restore %g0, %g0, %g0 ! go back into trap window
/linux-4.1.27/drivers/input/mouse/
Dalps.c250 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/
Dfirewire-cdev96 with the file descriptor, back out any changes to the local

123