Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 200 of 334) sorted by relevance

12

/linux-4.1.27/include/trace/events/
Dsock.h34 TP_PROTO(struct sock *sk, struct proto *prot, long allocated),
36 TP_ARGS(sk, prot, allocated),
41 __field(long, allocated)
49 __entry->allocated = allocated;
60 __entry->allocated,
Dext4.h1843 unsigned int allocated, ext4_fsblk_t newblock),
1845 TP_ARGS(inode, map, flags, allocated, newblock),
1854 __field( unsigned int, allocated )
1865 __entry->allocated = allocated;
1875 (unsigned int) __entry->allocated,
/linux-4.1.27/sound/firewire/
Diso-resources.c31 r->allocated = false; in fw_iso_resources_init()
43 WARN_ON(r->allocated); in fw_iso_resources_destroy()
111 if (WARN_ON(r->allocated)) in fw_iso_resources_allocate()
137 r->allocated = true; in fw_iso_resources_allocate()
171 if (!r->allocated) { in fw_iso_resources_update()
190 r->allocated = false; in fw_iso_resources_update()
218 if (r->allocated) { in fw_iso_resources_free()
226 r->allocated = false; in fw_iso_resources_free()
Diso-resources.h26 bool allocated; member
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt1 page owner: Tracking about who allocated each page
6 page owner is for the tracking about who allocated each page.
54 memory system, so, until initialization, many pages can be allocated and
55 they would have no owner information. To fix it up, these early allocated
56 pages are investigated and marked as allocated in initialization phase.
58 at least, we can tell whether the page is allocated or not,
59 more accurately. On 2GB memory x86-64 VM box, 13343 early allocated pages
60 are catched and marked, although they are mostly allocated from struct
80 See the result about who allocated each page
Dzsmalloc.txt26 location of the allocated object. The reason for this indirection is that
56 obj_allocated: the number of objects allocated
57 obj_used: the number of objects allocated to the user
58 pages_used: the number of pages allocated for the class
63 n = number of allocated objects
Dhugetlbpage.txt40 allocated.
64 Once a number of huge pages have been pre-allocated to the kernel huge page
81 indicates the current number of pre-allocated huge pages of the default size.
110 actually allocated by checking the sysctl or meminfo. To check the per node
125 huge pages will be allocated, if necessary and if possible, to fulfill
141 no more surplus huge pages will be allowed to be allocated.
170 Whether huge pages are allocated and freed via the /proc interface or
172 nodes from which huge pages are allocated or freed are controlled by the
190 allocated nor freed on any node not included in the specified <node-list>.
290 free huge pages available, the mount will fail. As huge pages are allocated
[all …]
Dnuma_memory_policy.txt14 memory may be allocated by a set of processes. Memory policies are a
56 A task policy applies only to pages allocated after the policy is
58 changes its task policy remain where they were allocated based on
59 the policy at the time they were allocated.
75 allocated for anonymous segments, such as the task stack and heap, and
80 anonymous page is allocated on an attempt to write to the mapping--
95 By default, VMA policy applies only to pages allocated after the policy
97 where they were allocated based on the policy at the time they were
98 allocated. However, since 2.6.16, Linux supports page migration via
109 object share the policy, and all pages allocated for the shared object,
[all …]
Dzswap.txt5 dynamically allocated RAM-based memory pool. zswap basically trades CPU cycles
51 load function to decompress the page into the page allocated by the page fault
Dnuma96 Local allocation will tend to keep subsequent access to the allocated memory
98 as long as the task on whose behalf the kernel allocated some memory does not
144 or some subsystems would fail to initialize if they attempted to allocated
Dtranshuge.txt44 regular pages should be gracefully allocated instead and mixed in
83 be allocated instead of a 4k page for no good. This is why it's
163 not already mapped) can be allocated when collapsing a group
200 allocated to handle a page fault. This applies to both the
205 successfully allocated a new huge page to store the data.
219 successfully allocated. It includes allocations which where
Dsplit_page_table_lock91 The spinlock_t allocated in pgtable_page_ctor() for PTE table and in
Dslub.txt197 INFO: Allocated in <kernel function> age=<jiffies since alloc> cpu=<allocated by
238 allocated or freed the object.
Dhighmem.txt92 wants to access the contents of a page that might be allocated from high memory
/linux-4.1.27/drivers/staging/android/ion/
Dion_chunk_heap.c33 unsigned long allocated; member
55 if (allocated_size > chunk_heap->size - chunk_heap->allocated) in ion_chunk_heap_allocate()
79 chunk_heap->allocated += allocated_size; in ion_chunk_heap_allocate()
115 chunk_heap->allocated -= allocated_size; in ion_chunk_heap_free()
170 chunk_heap->allocated = 0; in ion_chunk_heap_create()
/linux-4.1.27/scripts/coccinelle/free/
Ddevm_free.cocci1 /// Find uses of standard freeing functons on values allocated using devm_
2 /// functions. Values allocated using the devm_functions are freed when
62 msg="WARNING: invalid free of devm_ allocated data"
69 msg="WARNING: invalid free of devm_ allocated data"
/linux-4.1.27/drivers/misc/
Datmel_tclib.c50 if (tc->allocated) in atmel_tc_alloc()
56 tc->allocated = true; in atmel_tc_alloc()
76 if (tc->allocated) in atmel_tc_free()
77 tc->allocated = false; in atmel_tc_free()
/linux-4.1.27/drivers/fmc/
Dfmc-match.c58 int ret, allocated = 0; in fmc_fill_id_info() local
65 allocated = 1; in fmc_fill_id_info()
101 if (allocated) { in fmc_fill_id_info()
/linux-4.1.27/drivers/powercap/
Dpowercap_sys.c400 bool allocated; in powercap_release() local
406 allocated = power_zone->allocated; in powercap_release()
416 if (allocated) in powercap_release()
423 allocated = control_type->allocated; in powercap_release()
428 if (allocated) in powercap_release()
520 power_zone->allocated = true; in powercap_register_zone()
586 if (power_zone->allocated) in powercap_register_zone()
627 control_type->allocated = true; in powercap_register_control_type()
636 if (control_type->allocated) in powercap_register_control_type()
/linux-4.1.27/arch/powerpc/kernel/
Dvio.c156 if (viodev->cmo.entitled > viodev->cmo.allocated) in vio_cmo_alloc()
157 reserve_free = viodev->cmo.entitled - viodev->cmo.allocated; in vio_cmo_alloc()
168 viodev->cmo.allocated += size; in vio_cmo_alloc()
203 if (viodev->cmo.allocated > viodev->cmo.entitled) { in vio_cmo_dealloc()
204 excess_freed = min(reserve_freed, (viodev->cmo.allocated - in vio_cmo_dealloc()
210 viodev->cmo.allocated -= (reserve_freed + excess_freed); in vio_cmo_dealloc()
321 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update()
324 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update()
347 if ((viodev->cmo.entitled > viodev->cmo.allocated) && in vio_cmo_entitlement_update()
350 max_t(size_t, viodev->cmo.allocated, in vio_cmo_entitlement_update()
[all …]
/linux-4.1.27/Documentation/scsi/
Dhptiop.txt85 A request packet can be allocated in either IOP or host memory.
95 Requests allocated in host memory must be aligned on 32-bytes boundary.
100 allocated in IOP memory, write the offset to inbound queue port. For
101 requests allocated in host memory, write (0x80000000|(bus_addr>>5))
108 For requests allocated in IOP memory, the request offset is posted to
111 For requests allocated in host memory, (0x80000000|(bus_addr>>5))
118 For requests allocated in IOP memory, the host driver free the request
135 Requests allocated in host memory must be aligned on 32-bytes boundary.
DChangeLog.sym53c8xx_272 - Set busy_itl in LCB to 1 if the LCB is allocated and a
75 has been allocated. This fixes a panic if attach failed.
DChangeLog.arcmsr23 ** modify PCCB POOL allocated by "dma_alloc_coherent"
D53c700.txt75 you allocated, call the corresponding release_*_region and free the
Dst.txt168 is not possible, a driver buffer allocated at run-time is used. If
210 allocated. To support all SCSI adapters (including those not
222 allocated so that as many segments as possible are used but the number
247 The buffer size, write threshold, and the maximum number of allocated buffers
/linux-4.1.27/drivers/staging/comedi/
Dcomedi_buf.c337 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free() local
339 if (nbytes > allocated) in comedi_buf_write_free()
340 nbytes = allocated; in comedi_buf_write_free()
405 unsigned int allocated; in comedi_buf_read_free() local
413 allocated = comedi_buf_read_n_allocated(async); in comedi_buf_read_free()
414 if (nbytes > allocated) in comedi_buf_read_free()
415 nbytes = allocated; in comedi_buf_read_free()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mm.c118 BUG_ON(node->allocated); in drm_mm_insert_helper()
151 node->allocated = 1; in drm_mm_insert_helper()
194 node->allocated = 1; in drm_mm_reserve_node()
263 BUG_ON(!hole_node->hole_follows || node->allocated); in drm_mm_insert_helper_range()
298 node->allocated = 1; in drm_mm_insert_helper_range()
367 if (WARN_ON(!node->allocated)) in drm_mm_remove_node()
392 node->allocated = 0; in drm_mm_remove_node()
523 old->allocated = 0; in drm_mm_replace_node()
524 new->allocated = 1; in drm_mm_replace_node()
/linux-4.1.27/fs/ext4/
Dextents.c3312 int allocated = map->m_len; in ext4_split_extent() local
3333 allocated = ee_len - (map->m_lblk - ee_block); in ext4_split_extent()
3367 return err ? err : allocated; in ext4_split_extent()
3404 int allocated = 0, max_zeroout = 0; in ext4_ext_convert_to_initialized() local
3490 allocated = map_len; in ext4_ext_convert_to_initialized()
3536 allocated = map_len; in ext4_ext_convert_to_initialized()
3539 if (allocated) { in ext4_ext_convert_to_initialized()
3547 allocated = ee_len - (map->m_lblk - ee_block); in ext4_ext_convert_to_initialized()
3588 if (max_zeroout && (allocated > map->m_len)) { in ext4_ext_convert_to_initialized()
3589 if (allocated <= max_zeroout) { in ext4_ext_convert_to_initialized()
[all …]
/linux-4.1.27/Documentation/
DIRQ-domain.txt59 be allocated.
75 hwirq number. When a hwirq is mapped, an irq_desc is allocated for
81 allocated for in-use IRQs. The disadvantage is that the table must be
90 IRQs. When an hwirq is mapped, an irq_desc is allocated and the
118 range of irq_descs allocated for the hwirqs. It is used when the
126 been allocated for the controller and that the IRQ number can be
130 allocated for every hwirq, even if it is unused.
141 descriptors will be allocated on-the-fly for it, and if no range is
143 *no* irq descriptors will be allocated.
149 used and no descriptor gets allocated it is very important to make sure
[all …]
Dflexible-arrays.txt72 defined by start and nr_elements has been allocated. Thereafter, a
81 particular element has never been allocated.
84 has never been stored in the array. Memory for array elements is allocated
89 Note that, if array elements are allocated with __GFP_ZERO, they will be
97 zero. If storage for the indicated element is not allocated for the array,
100 allocated size of an array, call:
107 if the array's pages are allocated with __GFP_ZERO.
Dkmemleak.txt38 Note that the orphan objects are listed in the order they were allocated
61 Memory may be allocated or freed before kmemleak is initialised and
78 An allocated block of memory is considered orphan if no pointer to its
81 might be no way for the kernel to pass the address of the allocated
99 Some allocated memory blocks have pointers stored in the kernel's
195 members in the allocated structures. This feature would solve many of
198 The tool can report false positives. These are cases where an allocated
DDMA-attributes.txt57 virtual mapping for the allocated buffer. On some architectures creating
60 Buffers allocated with this attribute can be only passed to user space
99 allocated by dma_alloc_attrs() function from individual pages if it can
101 specifying this attribute the allocated buffer is forced to be contiguous
Dunshare.txt92 allocated inactive task) unshare had to make minor reorganizational
185 1) clone operates on a newly allocated not-yet-active task
201 Therefore code from copy_* functions that allocated and duplicated
228 etc, had roughly two components. The first component allocated
232 These dup_* functions allocated and duplicated the appropriate
DDMA-API.txt41 It returns a pointer to the allocated region (in the processor's virtual
69 Free a region of consistent memory you previously allocated. dev,
103 crossing restrictions, pass 0 for alloc; passing 4096 says memory allocated
124 were returned when that routine allocated the memory being freed.
130 called in a context which can sleep. Make sure you've freed all allocated
220 ensure that the memory allocated by kmalloc is within the dma_mask,
474 Free memory allocated by the nonconsistent API. All parameters must
494 Do a partial sync of memory that was allocated by
526 DMA_MEMORY_INCLUDES_CHILDREN - make the declared memory be allocated by
592 about what DMA memory was allocated for which device. If this code detects an
Ddell_rbu.txt25 If the dell_rbu driver is unloaded all the allocated memory is freed.
82 memory allocated by the driver.
Dremoteproc.txt101 - Free an rproc handle that was allocated by rproc_alloc.
109 allocated with rproc_alloc().
245 is expected, where the firmware requests a resource, and once allocated,
246 the host should provide back its details (e.g. address of an allocated
DIRQ-affinity.txt14 to all non-active IRQs. Once IRQ is allocated/activated its affinity bitmask
Dxillybus.txt222 * bufnum: The number of buffers allocated for this pipe. Always a power of two.
260 Each of the (possibly bidirectional) pipes presented to the user is allocated
269 sides, the implementation relies on a set of DMA buffers which is allocated
334 1. Acquire the length of the IDT, so a buffer can be allocated for it. This
353 All buffers are allocated when the driver is loaded. This is necessary,
Dnommu-mmap.txt94 truncate being called. The ramdisk driver could do this if it allocated
122 (*) The memory allocated by a request for an anonymous mapping will normally
159 allocated if mmap() chooses not to map the backing device directly. An
Dkmemcheck.txt300 of calls, we move upwards to see where "from" was allocated or initialized,
324 where the item on "list" was allocated or initialized. We move to line 410:
486 a - unallocated (memory has been allocated by the slab layer, but has not
488 f - freed (memory has been allocated by the slab layer, but has been freed
735 1. Tell kmemcheck about newly allocated pages and pages that are about to
742 There are actually a few more states, such as "not yet allocated" and
DIntel-IOMMU.txt65 address from PCI MMIO ranges so they are not allocated for IOVA addresses.
Dcputopology.txt79 possible: CPUs that have been allocated resources and can be
Dstatic-keys.txt89 must be a 'global'. That is, it can't be allocated on the stack or dynamically
90 allocated at run-time.
Dmedia-framework.txt114 As the number of pads is known in advance, the pads array is not allocated
199 pre-allocated and grows dynamically as needed.
207 An entry in the link array of each entity is allocated and stores pointers
Dvme_api.txt102 of type vme_resource that should be used to identify the allocated resource
364 Once a bank of location monitors has been allocated, the following functions
Ddma-buf-sharing.txt27 - doesn't need to worry about how the buffer is allocated, or where.
193 operation in turn, and frees the memory allocated for dmabuf when exported.
209 - and the backing storage has been allocated for this buffer,
Dpnp.txt26 resources - displays currently allocated resources and allows resource changes
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_vce.c502 uint32_t handle, bool *allocated) in radeon_vce_validate_handle() argument
506 *allocated = false; in radeon_vce_validate_handle()
524 *allocated = true; in radeon_vce_validate_handle()
542 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
567 &allocated); in radeon_vce_cs_parse()
578 if (!allocated) { in radeon_vce_cs_parse()
650 if (allocated && !created) { in radeon_vce_cs_parse()
656 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Ddcsr.txt57 This node represents the region of DCSR space allocated to the EPU
114 This node represents the region of DCSR space allocated to the NPC
151 This node represents the region of DCSR space allocated to the NXC
175 This node represents the region of DCSR space allocated to
209 This node represents the region of DCSR space allocated to
238 This node represents the region of DCSR space allocated to
266 This node represents the region of DCSR space allocated to
298 This node represents the region of DCSR space allocated to
327 This node represents the region of DCSR space allocated to
356 This node represents the region of DCSR space allocated to
/linux-4.1.27/Documentation/trace/
Devents-kmem.txt36 of writing, no information is available on what slab is being allocated from,
47 a simple indicator of page allocator activity. Pages may be allocated from
50 If pages are allocated directly from the buddy allocator, the
75 When a per-CPU list is empty or pages of the wrong type are allocated,
77 triggered is mm_page_alloc_zone_locked for each page allocated with the
91 can be allocated and freed on the same CPU through some algorithm change.
/linux-4.1.27/include/linux/
Dpowercap.h83 bool allocated; member
163 bool allocated; member
Datmel_tc.h71 bool allocated; member
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c95 BUG_ON(pm->allocated == true); in pm_allocate_runlist_ib()
112 pm->allocated = true; in pm_allocate_runlist_ib()
328 pm->allocated = false; in pm_init()
425 if (pm->allocated == true) in pm_send_runlist()
552 if (pm->allocated) { in pm_release_ib()
554 pm->allocated = false; in pm_release_ib()
Dkfd_priv.h622 bool allocated; member
/linux-4.1.27/scripts/coccinelle/misc/
Dbadty.cocci4 //# in memory allocation functions by checking the type of the allocated memory
6 //# to the the memory being allocated. There are false positives in cases the
/linux-4.1.27/drivers/media/pci/zoran/
Dzoran_driver.c252 fh->buffers.allocated = 1; in v4l_fbuffer_alloc()
278 fh->buffers.allocated = 0; in v4l_fbuffer_free()
381 fh->buffers.allocated = 1; in jpg_fbuffer_alloc()
430 fh->buffers.allocated = 0; in jpg_fbuffer_free()
492 if (!fh->buffers.allocated) { in zoran_v4l_queue_frame()
531 zr->v4l_buffers.allocated = 0; in zoran_v4l_queue_frame()
618 zr->v4l_buffers.allocated = 0; in v4l_sync()
639 if (!fh->buffers.allocated) { in zoran_jpg_queue_frame()
708 zr->jpg_buffers.allocated = 0; in zoran_jpg_queue_frame()
739 zr->jpg_buffers.allocated = 0; in jpg_qbuf()
[all …]
Dzoran_card.c918 zr->v4l_buffers.allocated = 0; in zoran_open_init_params()
924 zr->jpg_buffers.allocated = 0; in zoran_open_init_params()
990 zr->jpg_buffers.allocated = 0; in zr36057_init()
991 zr->v4l_buffers.allocated = 0; in zr36057_init()
Dzoran.h210 u8 allocated; /* Flag if buffers are allocated */ member
/linux-4.1.27/fs/udf/
Dballoc.c761 int allocated; in udf_prealloc_blocks() local
764 allocated = udf_bitmap_prealloc_blocks(sb, in udf_prealloc_blocks()
769 allocated = udf_table_prealloc_blocks(sb, in udf_prealloc_blocks()
774 allocated = udf_bitmap_prealloc_blocks(sb, in udf_prealloc_blocks()
779 allocated = udf_table_prealloc_blocks(sb, in udf_prealloc_blocks()
786 if (inode && allocated > 0) in udf_prealloc_blocks()
787 inode_add_bytes(inode, allocated << sb->s_blocksize_bits); in udf_prealloc_blocks()
788 return allocated; in udf_prealloc_blocks()
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt41 the allocated channel, as defined in the SoC documentation.
43 2. Channel: If set to 0xffffffff, any available channel will be allocated for
Dsnps-dma.txt50 3. Source master for transfers on allocated channel
51 4. Destination master for transfers on allocated channel
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolframework.h38 u16 allocated:1; /* Bit 4: memory (device/port number) member
/linux-4.1.27/Documentation/usb/
Ddwc3.txt13 endpoint. The interrupt numbers are allocated during probe and belong
16 - interrupts are requested / allocated on usb_ep_enable() and removed on
Dbulk-streams.txt40 host controller allocated for this endpoint. The xHCI host controller hardware
43 drivers should be able to deal with being allocated less stream IDs than they
DURB.txt84 URBs are allocated with the following call
88 Return value is a pointer to the allocated URB, 0 if allocation failed.
155 It removes the urb from the internal list and frees all allocated
222 allocated at the end of the URB by usb_alloc_urb(n,mem_flags), for each
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c623 int *allocated) in gs_free_requests() argument
631 if (allocated) in gs_free_requests()
632 (*allocated)--; in gs_free_requests()
638 int *allocated) in gs_alloc_requests() argument
642 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests()
654 if (allocated) in gs_alloc_requests()
655 (*allocated)++; in gs_alloc_requests()
/linux-4.1.27/drivers/dma/
Dmoxart-dma.c141 bool allocated; member
354 ch->allocated = 1; in moxart_alloc_chan_resources()
367 ch->allocated = 0; in moxart_free_chan_resources()
532 if (!ch->allocated) in moxart_dma_interrupt()
603 ch->allocated = 0; in moxart_probe()
Dcoh901318.c1292 int allocated; member
1962 if (!cohc->allocated) { in dma_tc_handle()
2185 cohc->allocated = 1; in coh901318_alloc_chan_resources()
2208 cohc->allocated = 0; in coh901318_free_chan_resources()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-ext445 parameter will have their blocks allocated out of a
48 will have its blocks allocated out of its own unique
65 have their location in the filesystem allocated yet.
Dsysfs-kernel-slab49 allocated using the fast path. It can be written to clear the
83 be allocated from the page allocator. It can be written to
94 allocated using the slow path because of a refill or
139 new slab is allocated.
335 objects may be allocated from a single slab of the order
345 allocated. It is writable and can be changed to increase the
346 number of objects per slab. If a slab cannot be allocated
382 when a new slab is allocated.
Dsysfs-block-zram94 filled pages written to this disk. No memory is allocated for
103 pages (zero_pages) since no memory is allocated for them.
121 overhead, allocated for this disk. So, allocator space
Dsysfs-bus-fcoe18 FCoE devices. It will also free all kernel memory allocated
/linux-4.1.27/Documentation/driver-model/
Ddriver.txt10 Device drivers are statically allocated structures. Though there may
27 allocated. Below is an example declaration of the eepro100
157 be allocated and initialized, and that any hardware can be initialized.
165 released all resources it allocated.
175 not. It should free any resources allocated specifically for the
Ddevres.txt59 for the DMA memory allocated using it is managed and will be
205 concurrent accesses to allocated devres data is caller's
219 Each devres bookkeeping info is allocated together with requested data
Doverview.txt54 statically allocated. This means only one allocation on device discovery.
/linux-4.1.27/include/drm/
Ddrm_mm.h69 unsigned allocated : 1; member
109 return node->allocated; in drm_mm_node_allocated()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Ddavinci-mcasp-audio.txt33 - sram-size-playback : size of sram to be allocated during playback
34 - sram-size-capture : size of sram to be allocated during capture
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_queue.c341 int allocated; in uvc_queue_allocated() local
344 allocated = vb2_is_busy(&queue->queue); in uvc_queue_allocated()
347 return allocated; in uvc_queue_allocated()
/linux-4.1.27/Documentation/video4linux/
Dcafe_ccic23 then worst-case-sized buffers will be allocated at module load time.
29 allocated at run time, they will be sized appropriately for the current
Dvideobuf29 contiguous; buffers allocated with vmalloc(), in other words. These
264 allocated. The scatter/gather case is the most complex on this front. For
266 videobuf layer; in this case, buffers will be allocated as anonymous
284 populate it with pointers to the pieces of the allocated buffer; sglen
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-block-zram60 filled pages written to this disk. No memory is allocated for
70 pages (zero_pages) since no memory is allocated for them.
90 overhead, allocated for this disk. So, allocator space
/linux-4.1.27/Documentation/sysctl/
Dfs.txt66 Dentries are dynamically allocated and deallocated, and
82 The file dquot-nr shows the number of allocated disk quota
100 file-nr denote the number of allocated file handles, the number
101 of allocated but unused file handles, and the maximum number of
104 number of allocated file handles exactly matches the number of
140 allocated, this can be slightly more than inode-max because
Dvm.txt242 or not. If set to non-zero, hugepages can be allocated from ZONE_MOVABLE.
287 the kernel to allow process memory to be allocated from the "lowmem"
398 for a few types of pages, like kernel internally allocated data or
525 'where the memory is allocated from' is controlled by zonelists.
706 are allocated for each per cpu page list. The min value for this is 8. It
708 allocated in any single per_cpu_pagelist. This entry only changes the value
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt105 MSI interrupts that have been successfully allocated. In this case
110 number of successfully allocated MSI interrupts to further allocate
196 successfully allocated.
204 the previously allocated MSIs. The interrupts may subsequently be assigned
225 number of MSI interrupt vectors that could be allocated.
258 allocated. In this case the 'vector' member in entries numbered from
263 Device driver can use the returned number of successfully allocated MSI-X
284 interrupts allocated should be a multiple of four. In this case interface
391 successfully allocated.
439 It frees the previously allocated MSI-X interrupts. The interrupts may
[all …]
/linux-4.1.27/Documentation/power/
Duserland-swsusp.txt28 allocated, and PM_HIBERNATION_PREPARE / PM_RESTORE_PREPARE chains are
54 SNAPSHOT_FREE - free memory allocated for the snapshot image
71 SNAPSHOT_FREE_SWAP_PAGES - free all swap pages allocated by
109 The release() operation frees all memory allocated for the snapshot image
110 and all swap pages allocated with SNAPSHOT_ALLOC_SWAP_PAGE (if any).
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap_btree.c427 dst->bc_private.b.allocated += src->bc_private.b.allocated; in xfs_bmbt_update_cursor()
430 src->bc_private.b.allocated = 0; in xfs_bmbt_update_cursor()
501 cur->bc_private.b.allocated++; in xfs_bmbt_alloc_block()
803 cur->bc_private.b.allocated = 0; in xfs_bmbt_init_cursor()
Dxfs_btree.h220 int allocated; /* count of alloced */ member
Dxfs_bmap.c808 cur->bc_private.b.allocated++; in xfs_bmap_extents_to_btree()
1014 cur->bc_private.b.allocated = 0; in xfs_bmap_add_attrfork_btree()
1043 cur->bc_private.b.allocated = 0; in xfs_bmap_add_attrfork_extents()
2030 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2114 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2184 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2235 temp += bma->cur->bc_private.b.allocated; in xfs_bmap_add_extent_delay_real()
2244 bma->cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_delay_real()
2768 cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_unwritten_real()
3161 bma->cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_hole_real()
[all …]
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt56 Any time not allocated to a realtime group will be used to run normal priority
57 tasks (SCHED_OTHER). Any allocated run time not used will also be picked up by
73 realtime tasks have explicitly allocated the CPU time they need to perform
174 get their allocated time.
Dcompletion.txt66 Initialization of dynamically allocated completions, often embedded in
98 allocated completions when intending to use the _interruptible/_killable
/linux-4.1.27/Documentation/networking/
Dmpls-sysctl.txt10 allocated.
Dnf_conntrack-sysctl.txt26 Number of currently allocated flow entries.
61 nf_conntrack_frag6_high_thresh bytes of memory is allocated for this
Dnetdevices.txt13 must be allocated with alloc_netdev_mqs() and friends.
20 separately allocated data is attached to the network device
Dpacket_mmap.txt77 mmap() ---------> mapping of the allocated buffer to the
103 allocated RX and TX buffer ring with a single mmap() call.
119 mmap() ---------> mapping of the allocated buffer to the
267 memory regions are allocated with calls to the __get_free_pages() function. As
272 region allocated by __get_free_pages is determined by the MAX_ORDER macro. More
296 Currently, this structure is a dynamically allocated vector with kmalloc
297 called pg_vec, its size limits the number of blocks that can be allocated.
364 Remember that the memory is allocated in kernel space, in the case of
Digb.txt85 In this mode, a separate MSI-X vector is allocated for each queue and one
Dnetlink_mmap.txt53 it will use an allocated socket buffer as usual and the contents will be
203 allocated buffer due to unresolved security concerns.
Dixgb.txt132 This value is the number of receive descriptors allocated by the driver.
134 Each descriptor is 16 bytes. A receive buffer is also allocated for
155 This value is the number of transmit descriptors allocated by the driver.
Dtcp.txt38 alternatively space could be allocated elsewhere and a pointer to it could
De1000.txt174 This value specifies the number of receive buffer descriptors allocated
178 Each descriptor is 16 bytes. A receive buffer is also allocated for each
237 This value is the number of transmit descriptors allocated by the driver.
Dieee802154.txt104 freeing allocated device
Dixgbe.txt175 Flow Director allocated packet buffer size.
240 allocated to each of these priorities, which is enforced at the hardware
Drds.txt239 The bitmaps are allocated as connections are brought up. This
294 a node, a connection is allocated and connected. That connection is
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt70 (3) The cookie representing the primary index will be allocated according to
369 index and an inode would be allocated that acts as a volume type and hash chain
450 (1) A page should not be re-read or re-allocated without uncaching it first.
452 (2) A read or allocated page must be uncached when the netfs page is released
455 (3) A page should only be written to the cache if previous read or allocated.
532 because the file has been extended, a block can simply be allocated instead:
539 never reads from the cache. It will return 0 if a block has been allocated,
563 The page must have first been read or allocated successfully and must not have
570 Else if space can be allocated in the cache to hold this page:
610 at once if they're being read or allocated.
[all …]
Dbackend-api.txt138 Structures of this type should be allocated by the cache backend and
185 A structure of this type is allocated by FS-Cache to record retrieval and
209 A structure of this type is allocated by FS-Cache to record outstanding
252 allocated and attached to the cookie. This should instantiate that object
463 if one or more pages couldn't be read or allocated, then -ENOBUFS should
469 (*) Request page be allocated in the cache [mandatory]:
482 allocated, then the netfs page should be marked and 0 returned.
485 (*) Request pages be allocated in the cache [mandatory]:
553 (*) Record that one or more pages being retrieved or allocated have been dealt
621 (*) Initialise a freshly allocated object:
Dfscache.txt215 Cookies idx=N Number of index cookies allocated
216 dat=N Number of data storage cookies allocated
217 spc=N Number of special cookies allocated
218 Objects alc=N Number of objects allocated
336 list of all the objects currently allocated and allow them to be viewed
/linux-4.1.27/fs/f2fs/
Ddata.c1164 bool allocated; in __allocate_data_blocks() local
1176 allocated = false; in __allocate_data_blocks()
1186 allocated = true; in __allocate_data_blocks()
1193 if (allocated) in __allocate_data_blocks()
1202 if (allocated) in __allocate_data_blocks()
1228 bool allocated = false; in __get_data_block() local
1259 allocated = true; in __get_data_block()
1273 if (allocated) in __get_data_block()
1275 allocated = false; in __get_data_block()
1297 allocated = true; in __get_data_block()
[all …]
/linux-4.1.27/Documentation/device-mapper/
Dlog-writes.txt65 <#logged entries> <highest allocated sector>
68 highest allocated sector : Highest allocated sector
Dstatistics.txt29 memory may be allocated by DM statistics. The admin can see how much
Dsnapshot.txt133 During merging, the number of sectors allocated gets smaller and
/linux-4.1.27/mm/
Drmap.c172 struct anon_vma *allocated; in anon_vma_prepare() local
179 allocated = NULL; in anon_vma_prepare()
184 allocated = anon_vma; in anon_vma_prepare()
195 allocated = NULL; in anon_vma_prepare()
201 if (unlikely(allocated)) in anon_vma_prepare()
202 put_anon_vma(allocated); in anon_vma_prepare()
DKconfig505 be allocated from it. This way, the kernel can use the memory for
507 allocated pages are migrated away to serve the contiguous request.
558 compress them into a dynamically allocated RAM-based memory pool.
596 access the allocated space.
Dhugetlb.c1312 int needed, allocated; in gather_surplus_pages() local
1321 allocated = 0; in gather_surplus_pages()
1335 allocated += i; in gather_surplus_pages()
1343 (h->free_huge_pages + allocated); in gather_surplus_pages()
1362 needed += allocated; in gather_surplus_pages()
/linux-4.1.27/arch/powerpc/include/asm/
Dvio.h109 size_t allocated; member
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c304 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
311 allocated = (port > 0) ? in mlx4_grant_resource()
312 res_alloc->allocated[(port - 1) * in mlx4_grant_resource()
314 res_alloc->allocated[slave]; in mlx4_grant_resource()
321 if (allocated + count > res_alloc->quota[slave]) { in mlx4_grant_resource()
324 allocated, res_alloc->quota[slave]); in mlx4_grant_resource()
328 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
333 if (guaranteed - allocated > 0) in mlx4_grant_resource()
334 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
351 res_alloc->allocated[(port - 1) * in mlx4_grant_resource()
[all …]
/linux-4.1.27/drivers/staging/iio/Documentation/
Dtrigger.txt15 ownership of core allocated resources.
Ddevice.txt74 allocated prior to registering the device with the iio-core, but must
/linux-4.1.27/drivers/usb/dwc2/
Dhcd_queue.c781 int allocated = 0; in dwc2_hcd_qtd_add() local
792 allocated = 1; in dwc2_hcd_qtd_add()
808 if (allocated) { in dwc2_hcd_qtd_add()
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm228 happens first is that a virtual address chunk is allocated to the request using
229 get_vm_area(size). After that, physical RAM pages are allocated and put into
237 allocated and the PGD entry updated. Then the alloc_area_pte function is
239 and a physical page is allocated and the table entry updated. All of this
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt149 When all available contexts are allocated the open call will fail
152 Note: IRQs need to be allocated for each context, which may limit
157 contexts can be allocated. If 4 IRQs are needed per context,
158 then only 2037/4 = 509 contexts can be allocated.
210 AFU will be allocated. The min and max number can be
Dptrace.txt87 can't be allocated on the registers.
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt33 Shows the status of allocated pages via ALSA drivers.
196 Lists the currently allocated/running sequencer queues.
199 Lists the currently allocated/running sequencer timers.
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog65 when the task structure is initially allocated. In any case
67 zero when allocated and recycled. See alloc_task_struct() and
/linux-4.1.27/Documentation/filesystems/
Dfiemap.txt70 allocated is less than would be required to map the requested range,
124 been allocated for the file yet.
129 physical location has not been allocated yet.
162 Unwritten extent - the extent is allocated but its data has not been
Dexofs.txt129 - The next inode number to be allocated
137 IDs correspond to the files' inode numbers and will be allocated according to
138 a bitmap (stored in a separate object). Now they are allocated using a
Ddevpts.txt3 such that indices of ptys allocated in one instance are independent of indices
4 allocated in other instances of devpts.
Dext4.txt270 nodelalloc Disable delayed allocation. Blocks are allocated
320 blocks are allocated such that at the next
452 filesystem allocated yet.
493 parameter will have their blocks allocated out
496 Each large file will have its blocks allocated
592 EXT4_IOC_ALLOC_DA_BLKS Force all of the delay allocated blocks to be
593 allocated to preserve application-expected ext3
Domfs.txt99 Each extent holds the block offset followed by number of blocks allocated to
Dseq_file.txt125 course, is to clean up. If dynamic memory is allocated for the iterator,
254 identical except that, if successful, it returns the pointer to the allocated
273 frees the memory allocated in the corresponding open.
Dfiles.txt29 expansion of fdtable, a new fdtable structure is allocated
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt182 (6) are allocated for tape drives because tape drives are slow and
185 are allocated for disk devices. However, if you have more than a few tape
189 parameter allows more commands (up to 16 more) to be allocated for use by
Dzram.txt123 mem_used_total RO the amount of memory allocated for this disk
184 This frees all the memory allocated for the given device and
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c123 bool allocated; member
492 if (pcm_data->allocated) { in hsw_pcm_hw_params()
504 pcm_data->allocated = false; in hsw_pcm_hw_params()
652 if (!pcm_data->allocated) { in hsw_pcm_hw_params()
658 pcm_data->allocated = true; in hsw_pcm_hw_params()
865 pcm_data->allocated = 0; in hsw_pcm_close()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_vgpu.c112 if (bl_info.space[i].allocated) in intel_vgt_deballoon()
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt87 This controls how many requests may be allocated in the block layer for
88 read or write requests. Note that the total allocated number may be twice
Dnull_blk.txt33 Selects what CPU node the data structures are allocated from.
/linux-4.1.27/drivers/lguest/
Dpage_tables.c1076 int allocated = 0; in init_guest_pagetable() local
1079 cpu->cpu_pgd = new_pgdir(cpu, 0, &allocated); in init_guest_pagetable()
1080 if (!allocated) in init_guest_pagetable()
/linux-4.1.27/Documentation/isdn/
DREADME.hysdn67 subdir need to be closed and all ethernet interfaces allocated by this
111 to tell that no net device has been allocated up to now. Once a net device
112 has been allocated it remains assigned to this card, even if a card is
DINTERFACE.fax9 This struct is allocated in the LL.
/linux-4.1.27/Documentation/watchdog/
Dwdt.txt47 Minor numbers are however allocated for it.
Dwatchdog-kernel-api.txt106 If the watchdog_device struct is dynamically allocated, just locking the module
161 allocated watchdog_device struct.
163 allocated watchdog_device struct.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dmsgbuf.c268 atomic_t allocated; member
343 if (array[*idx].allocated.counter == 0) in brcmf_msgbuf_alloc_pktid()
344 if (atomic_cmpxchg(&array[*idx].allocated, 0, 1) == 0) in brcmf_msgbuf_alloc_pktid()
374 if (pktids->array[idx].allocated.counter) { in brcmf_msgbuf_get_pktid()
380 pktid->allocated.counter = 0; in brcmf_msgbuf_get_pktid()
401 if (array[count].allocated.counter) { in brcmf_msgbuf_release_array()
/linux-4.1.27/lib/xz/
Dxz_dec_lzma2.c88 uint32_t allocated; member
1126 s->dict.allocated = 0; in xz_dec_lzma2_create()
1148 if (s->dict.allocated < s->dict.size) { in xz_dec_lzma2_reset()
1152 s->dict.allocated = 0; in xz_dec_lzma2_reset()
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt95 * new bounds tables (BT) need to be allocated to save bounds.
144 allocated which might contain pointers that might eventually need
153 Q: Could a bounds fault be handed to userspace and the tables allocated
199 Since the kernel allocated those tables on-demand without userspace
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.h428 unsigned long allocated[SLOTBITS_IN_LONGS]; member
/linux-4.1.27/arch/m68k/include/asm/
Ddvma.h117 int allocated; /* Are we "owned" by anyone yet? */ member
/linux-4.1.27/fs/affs/
DChanges26 last allocated block is not cleared. Well,
148 when it allocated a new block.
262 - Extension block caches are now allocated on
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt29 should be dynamically allocated. If zero, the
Dqe.txt57 bus that can be allocated as data/parameter
/linux-4.1.27/Documentation/console/
Dconsole.txt118 2. All resources allocated during con->con_init() must be released in
121 3. All resources allocated in con->con_startup() must be released when the
/linux-4.1.27/Documentation/fmc/
DAPI.txt26 allocated by the caller, but must not be released after unregistering.
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt56 range can only be allocated by queue id.
86 descriptors will be allocated by the driver.
/linux-4.1.27/drivers/scsi/
DNCR5380.h251 DECLARE_BITMAP(allocated, MAX_TAGS);
Datari_NCR5380.c285 bitmap_zero(ta->allocated, MAX_TAGS); in init_tags()
348 cmd->tag = find_first_zero_bit(ta->allocated, MAX_TAGS); in cmd_get_tag()
349 set_bit(cmd->tag, ta->allocated); in cmd_get_tag()
377 clear_bit(cmd->tag, ta->allocated); in cmd_free_tag()
396 bitmap_zero(ta->allocated, MAX_TAGS); in free_all_tags()
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting72 DCACHE_DISCONNECTED) dentry is allocated and attached.
127 the parent. Quite possibly the parent dentry will have been allocated
Dnfs41-server.txt25 resources allocated for each client.
/linux-4.1.27/net/sctp/
DKconfig57 type of objects that are currently allocated. This is useful for
/linux-4.1.27/lib/
DKconfig.kmemcheck17 This option enables tracing of dynamically allocated kernel memory
/linux-4.1.27/Documentation/leds/
Dleds-lp5562.txt19 3 Engines are allocated in LP5562, but the number of channel is 4.
/linux-4.1.27/sound/pci/hda/
DKconfig45 int "Pre-allocated buffer size for HD-audio driver"
49 Specifies the default pre-allocated buffer-size in kB for the
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt37 size for the address decoding windows allocated for
105 (S = 0x0), an address decoding window is allocated. On the other side,
/linux-4.1.27/fs/ext2/
Dballoc.c1303 goto allocated; in ext2_new_blocks()
1346 goto allocated; in ext2_new_blocks()
1365 allocated: in ext2_new_blocks()
/linux-4.1.27/fs/ubifs/
Djournal.c701 int dlen = COMPRESSED_DATA_NODE_BUF_SZ, allocated = 1; in ubifs_jnl_write_data() local
717 allocated = 0; in ubifs_jnl_write_data()
756 if (!allocated) in ubifs_jnl_write_data()
768 if (!allocated) in ubifs_jnl_write_data()
Dfile.c829 int err = 0, allocated = 0; in ubifs_bulk_read() local
870 allocated = 1; in ubifs_bulk_read()
878 if (!allocated) in ubifs_bulk_read()
/linux-4.1.27/Documentation/fb/
Dsh7760fb.txt11 * Framebuffer memory must be a large chunk allocated at the top
Dintelfb.txt36 if not enough RAM was already allocated by the BIOS.
Dep93xx-fb.txt127 By default the EP93xx framebuffer driver checks if the allocated physical
Dpxafb.txt78 2. overlay framebuffer is allocated dynamically according to specified
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt68 for BMan Free Buffer Proxy Records (FBPR). This memory is reserved/allocated as a
Dqman.txt77 This memory is reserved/allocated as a nodes under the /reserved-memory node
/linux-4.1.27/net/core/
Dsock.c2005 long allocated; in __sk_mem_schedule() local
2010 allocated = sk_memory_allocated_add(sk, amt, &parent_status); in __sk_mem_schedule()
2014 allocated <= sk_prot_mem_limits(sk, 0)) { in __sk_mem_schedule()
2021 allocated > sk_prot_mem_limits(sk, 1)) in __sk_mem_schedule()
2026 (allocated > sk_prot_mem_limits(sk, 2))) in __sk_mem_schedule()
2068 trace_sock_exceed_buf_limit(sk, prot, allocated); in __sk_mem_schedule()
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt54 Anonymous page is newly allocated at
61 (a) If the SwapCache is newly allocated and read, it has no charges.
Dcpusets.txt325 pages are allocated on the node local to where the task is running,
628 Normally, once a page is allocated (given a physical page
630 was allocated, so long as it remains allocated, even if the
634 allocated to it on nodes in its previous cpuset are migrated
641 'cpuset.mems' file is modified, pages allocated to tasks in that
Dmemory.txt165 (*) page_cgroup structure is allocated at boot/memory-hotplug time.
311 * slab pages: pages allocated by the SLAB or SLUB allocator are tracked. A copy
435 carried forward by default. The pages allocated from the original cgroup still
572 an memcg since the pages are allowed to be allocated from any physical
644 heavily contended for, memory is allocated based on the soft limit
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt199 be the return value from dma_request_channel. A channel allocated via
210 1/ Once a channel has been privately allocated it will no longer be
Dapi-intro.txt81 Transforms may only be allocated in user context, and cryptographic
/linux-4.1.27/drivers/pci/
DKconfig48 been allocated by the BIOS.
/linux-4.1.27/Documentation/RCU/
Dtorture.txt243 o "rta": Number of structures allocated from the torture freelist.
281 you notice. The age of a newly allocated structure is zero,
299 should closely correspond to the number of structures allocated,
Drculist_nulls.txt10 allocated with SLAB_DESTROY_BY_RCU kmem_cache can
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt51 megabyte will be allocated in this way, possibly more. Any memory so
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt62 The scatter-gather array is a contiguously allocated block of memory that
/linux-4.1.27/Documentation/cpu-freq/
Dcore.txt123 dev_pm_opp_free_cpufreq_table - Free up the table allocated by dev_pm_opp_init_cpufreq_table
/linux-4.1.27/drivers/video/console/
DKconfig33 System RAM which is dynamically allocated during initialization.
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt24 optional constraints to request a dynamically allocated block of memory.
/linux-4.1.27/Documentation/security/
DIMA-templates.txt45 (pointer to allocated data and data length) in the measurement entry structure.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt41 the number of pages, allocated for crypto processing (each crypto thread has
/linux-4.1.27/Documentation/hwmon/
Dhwmon-kernel-api.txt53 to the newly allocated hwmon device. The pointer can be retrieved by the driver
/linux-4.1.27/drivers/gpu/drm/msm/
DNOTES64 which blocks need to be allocated to the active pipes based on fetch
/linux-4.1.27/drivers/block/
DKconfig175 The umem driver has not yet been allocated a MAJOR number, so
267 dynamically allocated with the /dev/loop-control interface.
405 allocated from highmem (only a problem for highmem systems).
446 of non-swappable kernel memory, memory which will be allocated when
/linux-4.1.27/fs/ext3/
Dballoc.c1583 goto allocated; in ext3_new_blocks()
1628 goto allocated; in ext3_new_blocks()
1647 allocated: in ext3_new_blocks()
/linux-4.1.27/block/
Dcfq-iosched.c119 int allocated[2]; member
2851 io_refs = cfqq->allocated[READ] + cfqq->allocated[WRITE]; in cfqq_process_refs()
3383 BUG_ON(cfqq->allocated[READ] + cfqq->allocated[WRITE]); in cfq_put_queue()
4167 BUG_ON(!cfqq->allocated[rw]); in cfq_put_request()
4168 cfqq->allocated[rw]--; in cfq_put_request()
4256 cfqq->allocated[rw]++; in cfq_set_request()
/linux-4.1.27/drivers/staging/slicoss/
Dslic.h417 uint allocated; member
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks54 stack size allocated to an IST assumes no nesting for the same code.
/linux-4.1.27/sound/core/oss/
Dmixer_oss.c498 unsigned int allocated: 1; member
944 if (p->allocated && p->assigned) { in snd_mixer_oss_slot_free()
1091 pslot->allocated = ptr_allocated; in snd_mixer_oss_build_input()
/linux-4.1.27/Documentation/sound/oss/
DREADME.modules100 the sound modules loaded and the DMA buffers allocated when they are not
/linux-4.1.27/Documentation/arm/
Dtcm.txt68 - Tag data and constants to be allocated to DTCM and ITCM.
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4276 int i, want, need, allocated; in enable_msix() local
4303 allocated = pci_enable_msix_range(adap->pdev, entries, need, want); in enable_msix()
4304 if (allocated < 0) { in enable_msix()
4308 return allocated; in enable_msix()
4315 i = allocated - EXTRA_VECS - ofld_need; in enable_msix()
4322 if (allocated < want) { in enable_msix()
4328 i = allocated - EXTRA_VECS - s->max_ethqsets - in enable_msix()
4332 for (i = 0; i < allocated; ++i) in enable_msix()
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt114 property. For instance, in the example below the allocated decoding window
/linux-4.1.27/Documentation/input/
Dgameport-programming.txt177 Close() should free the resources allocated by open, possibly disabling the
/linux-4.1.27/sound/core/
DKconfig157 /dev/snd/ are allocated dynamically. This allows you to have
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt25 /dev/sonypi (major 10, minor auto allocated or specified as a option).

12