Home
last modified time | relevance | path

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

123

/linux-4.4.14/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.c479 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 …]
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.c179 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/
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.4.14/drivers/md/bcache/
Dutil.h120 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/
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-class-zram15 device and return its device id back to user (so one can
Dsysfs-class-net-cdc_ncm14 back-to-back without any interleaving short USB
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-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.4.14/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.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c110 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 …]
Di40e_ethtool.c478 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 …]
Di40e_fcoe.c257 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.c197 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 …]
Di40e_virtchnl_pf.c2053 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()
Di40e.h547 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()
Di40e_ptp.c242 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/
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.4.14/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.4.14/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
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/
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.4.14/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.4.14/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.4.14/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
/linux-4.4.14/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.4.14/arch/frv/lib/
Dcache.S20 # Write back a range of dcache
81 # Write back and invalidate a range of dcache and icache
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/unisys/Documentation/
Doverview.txt25 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/
Dpv-fixup-asm.S69 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/
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
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
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
/linux-4.4.14/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
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
62 procedure, and merges these chunks back into the <origin>. Once merging
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
140 The cleaner writes back all dirty blocks in a cache to decommission it.
Dstatistics.txt86 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
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
284 back. Cache blocks can be invalidated via the invalidate_cblocks
/linux-4.4.14/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.4.14/drivers/staging/octeon/
Dethernet-util.h23 return cvmx_phys_to_ptr(((packet_ptr.s.addr >> 7) - packet_ptr.s.back) in cvm_oct_get_buffer_ptr()
Dethernet-tx.c370 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/
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.4.14/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt21 - 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/
Dbook3s_hv_rm_mmu.c85 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/
Dpd-samsung.txt17 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/
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.4.14/Documentation/x86/
Dmtrr.txt68 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 */
Dpat.txt14 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/
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.4.14/arch/mn10300/mm/
Dcache-flush-by-tag.S45 # Flush the entire data cache back to RAM
Dcache-dbg-flush-by-reg.S25 # Flush the entire data cache back to RAM and invalidate the icache
Dcache-dbg-flush-by-tag.S26 # 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.4.14/Documentation/vm/
Dzswap.txt39 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
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
Dbalance21 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
Dpage_migration106 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/
Dheadsmp-scu.S37 str r2, [r0, #8] @ write back
/linux-4.4.14/arch/s390/kernel/
Drelocate_kernel.S40 la %r0,.back-.base(%r13)
45 .back: label
/linux-4.4.14/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.4.14/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
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.
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.4.14/arch/metag/kernel/
Dtbiunexp.S18 ! write back size 2 Dwords
/linux-4.4.14/drivers/staging/unisys/
DTODO7 back-end, and call function driver's channel_interrupt() function
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm34 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/
Dswitch_to.S92 # switched back in
133 # back in (A1 points to the new thread_struct).
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/input/
Duserio.txt49 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
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
/linux-4.4.14/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.4.14/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
/linux-4.4.14/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.4.14/Documentation/RCU/
D00-INDEX26 - List of RCU papers (bibliography) going back to 1980.
/linux-4.4.14/arch/arm/mach-omap1/
Dsram.S52 lock: ldrh r4, [r2], #0 @ read back dpll value
/linux-4.4.14/drivers/tty/hvc/
DKconfig8 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/
Dchipidea.txt35 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/
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.4.14/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
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/
DKconfig11 persistent client caches and write back caching.
/linux-4.4.14/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.4.14/arch/arc/boot/dts/
Daxs10x_mb.dtsi71 * 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/
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.4.14/Documentation/arm/SA1100/
DCERF6 one CompactFlash+ slot on the back. Pictures can be found at the
/linux-4.4.14/fs/nilfs2/
DKconfig16 periods until they are changed back to checkpoints. Each
/linux-4.4.14/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.4.14/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.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-pyra55 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.
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-driver-hid-roccat-kovaplus69 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.
Dsysfs-driver-hid-roccat-koneplus62 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/
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
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs4271.txt26 without putting the chip back into hardware reset, which also requires
/linux-4.4.14/Documentation/blockdev/drbd/
Ddata-structure-v9.txt29 linked lists. There are back pointers from peer_devices to their connections a
/linux-4.4.14/arch/x86/platform/olpc/
Dxo1-wakeup.S54 # Go back to the return point
/linux-4.4.14/fs/ufs/
Dballoc.c856 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()
DKconfig35 experimental, so you should back up your UFS partitions beforehand.
/linux-4.4.14/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.4.14/arch/mips/kvm/
D00README.txt26 when we ERET back to the guest. This causes the guest to hang in an infinite loop.
/linux-4.4.14/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.4.14/drivers/staging/android/
DTODO17 dma api's back (this is absolutely needed for high-perf gpu drivers): Add an
/linux-4.4.14/Documentation/devicetree/
Dchangesets.txt4 through applying the changeset, then the tree will be rolled back to the
/linux-4.4.14/arch/arm/include/asm/
Dvfpmacros.h19 @ read all the working registers back into the VFP in toolkits()
/linux-4.4.14/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.4.14/arch/arc/kernel/
Dentry.S339 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/
Dmemcpy-archs.S136 ;; Write back the remaining 16bits
139 ;; Write back the remaining 8bits
/linux-4.4.14/kernel/sched/
Drt.c1212 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/
DKconfig58 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/
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.4.14/drivers/net/ethernet/intel/igbvf/
Dvf.h238 void *back; member
/linux-4.4.14/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.4.14/drivers/platform/chrome/
DKconfig36 the memory used to back VGA controller memory.
/linux-4.4.14/drivers/staging/media/lirc/
DTODO.lirc_zilog26 to bring the chip back to normal when it hangs, in the same places the
/linux-4.4.14/drivers/lguest/
DREADME31 - Where we trace back to the creation of the Guest, and thus begin our
/linux-4.4.14/fs/pstore/
DKconfig57 buffer in RAM where it can be read back at some later point.
/linux-4.4.14/fs/f2fs/
Df2fs.h481 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/
Dframe.inc63 # peel back the stack to the calling frame
/linux-4.4.14/arch/arc/include/asm/
Dentry.h199 ; SP is back to start of pt_regs
/linux-4.4.14/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.4.14/arch/arc/mm/
Dtlbex.S334 st_s r0, [r1] ; Write back PTE
392 st_s r0, [r1] ; Write back PTE
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt59 If latency is a concern, it is possible to put back to back calls to
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c342 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/
DREADME.vbi9 off when the MPEG stream is played back through the cx23415.
/linux-4.4.14/drivers/nfc/
DKconfig56 all packets sent from one device is sent back to the other, acting as
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt30 for the time required by the EC to get back into a state in which new data
/linux-4.4.14/Documentation/filesystems/
Decryptfs.txt32 then copy the files back into the new eCryptfs mount to migrate the
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.h127 void *back; member
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments37 InsKeyPad-Enter Shut Up (until toggled back on).
/linux-4.4.14/Documentation/w1/masters/
Domap-hdq35 be used to calculate the CRC and pass back an appropriate slave ID to the W1
/linux-4.4.14/drivers/mmc/card/
DKconfig47 requests back and forth from a large buffer. You will get
/linux-4.4.14/arch/c6x/lib/
Dstrasgi.S73 ;; loop back branch happens here
/linux-4.4.14/arch/mn10300/lib/
Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/linux-4.4.14/arch/sh/mm/
DKconfig253 bool "Write-back"
259 mode, as opposed to the default write-back configuration.
/linux-4.4.14/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.4.14/arch/arm/lib/
Dbacktrace.S71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
/linux-4.4.14/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 {
Dsun8i-a23-evb.dts127 * need to solder R207 on the back of the board in order to close the
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt40 echo "W: devtmpfs not available, falling back to tmpfs for /dev"
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt24 "backlight" - LED will act as a back-light, controlled by the framebuffer
/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.h281 void *back; member
/linux-4.4.14/drivers/atm/
Dnicstarmac.copyright12 * re-established. (put back CFG_PHYIE)
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h54 struct i40evf_adapter *back; member
Di40e_txrx.c299 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/
Dbacktrace.S66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
/linux-4.4.14/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.4.14/arch/m68k/
DKconfig.cpu379 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/
Ddesign-patterns.txt62 This way you always get a pointer back to the correct instance of foo in
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-pcf857x.txt6 back. We can't actually know at initialization time whether a line is configured
/linux-4.4.14/Documentation/spi/
Dspi-lm70llp53 The bitbanger routine in this driver (lm70_txrx) is called back from
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/filesystems/nfs/
Dfault_injection.txt28 Go back to work on the client and check if the client recovered from the error
/linux-4.4.14/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.4.14/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

123