Home
last modified time | relevance | path

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

12

/linux-4.4.14/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.h1841 unsigned int allocated, ext4_fsblk_t newblock),
1843 TP_ARGS(inode, map, flags, allocated, newblock),
1852 __field( unsigned int, allocated )
1863 __entry->allocated = allocated;
1873 (unsigned int) __entry->allocated,
/linux-4.4.14/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.4.14/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 …]
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
210 allocated to handle a page fault. This applies to both the
215 successfully allocated a new huge page to store the data.
229 successfully allocated. It includes allocations which where
Dzswap.txt5 dynamically allocated RAM-based memory pool. zswap basically trades CPU cycles
77 load function to decompress the page into the page allocated by the page fault
Dsplit_page_table_lock91 The spinlock_t allocated in pgtable_page_ctor() for PTE table and in
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_buf.c369 unsigned int allocated = comedi_buf_write_n_allocated(s); in comedi_buf_write_free() local
371 if (nbytes > allocated) in comedi_buf_write_free()
372 nbytes = allocated; in comedi_buf_write_free()
474 unsigned int allocated; in comedi_buf_read_free() local
482 allocated = comedi_buf_read_n_allocated(async); in comedi_buf_read_free()
483 if (nbytes > allocated) in comedi_buf_read_free()
484 nbytes = allocated; in comedi_buf_read_free()
/linux-4.4.14/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.4.14/sound/hda/
DKconfig19 int "Pre-allocated buffer size for HD-audio driver"
23 Specifies the default pre-allocated buffer-size in kB for the
/linux-4.4.14/fs/ext4/
Dextents.c3314 int allocated = map->m_len; in ext4_split_extent() local
3335 allocated = ee_len - (map->m_lblk - ee_block); in ext4_split_extent()
3369 return err ? err : allocated; in ext4_split_extent()
3406 int allocated = 0, max_zeroout = 0; in ext4_ext_convert_to_initialized() local
3492 allocated = map_len; in ext4_ext_convert_to_initialized()
3538 allocated = map_len; in ext4_ext_convert_to_initialized()
3541 if (allocated) { in ext4_ext_convert_to_initialized()
3549 allocated = ee_len - (map->m_lblk - ee_block); in ext4_ext_convert_to_initialized()
3593 if (max_zeroout && (allocated > map->m_len)) { in ext4_ext_convert_to_initialized()
3594 if (allocated <= max_zeroout) { in ext4_ext_convert_to_initialized()
[all …]
/linux-4.4.14/Documentation/
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.
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 …]
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
131 were returned when that routine allocated the memory being freed.
137 called in a context which can sleep. Make sure you've freed all allocated
214 ensure that the memory allocated by kmalloc is within the dma_mask,
468 Free memory allocated by the nonconsistent API. All parameters must
488 Do a partial sync of memory that was allocated by
520 DMA_MEMORY_INCLUDES_CHILDREN - make the declared memory be allocated by
586 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.txt107 - Free an rproc handle that was allocated by rproc_alloc.
115 allocated with rproc_alloc().
251 is expected, where the firmware requests a resource, and once allocated,
252 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.
Dstatic-keys.txt100 The key must be global, that is, it can't be allocated on the stack or dynamically
101 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
Dcputopology.txt96 possible: CPUs that have been allocated resources and can be
Dmen-chameleon-bus.txt79 are allocated and their resources are assigned according to the resource
/linux-4.4.14/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.4.14/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.
Dstm.txt8 these masters and channels are statically allocated to certain
47 with "user" identification string will be allocated a master and
58 automatically allocated a master/channel pair upon first write to this
Dintel_th.txt63 allocated, are accessible via /dev/intel_th0/msc{0,1}.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c571 uint32_t handle, bool *allocated) in amdgpu_vce_validate_handle() argument
575 *allocated = false; in amdgpu_vce_validate_handle()
593 *allocated = true; in amdgpu_vce_validate_handle()
615 bool allocated = false; in amdgpu_vce_ring_parse_cs() local
642 &allocated); in amdgpu_vce_ring_parse_cs()
655 if (!allocated) { in amdgpu_vce_ring_parse_cs()
728 if (allocated && !created) { in amdgpu_vce_ring_parse_cs()
734 if ((!r && destroyed) || (r && allocated)) { in amdgpu_vce_ring_parse_cs()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_vce.c520 uint32_t handle, bool *allocated) in radeon_vce_validate_handle() argument
524 *allocated = false; in radeon_vce_validate_handle()
542 *allocated = true; in radeon_vce_validate_handle()
560 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
585 &allocated); in radeon_vce_cs_parse()
596 if (!allocated) { in radeon_vce_cs_parse()
668 if (allocated && !created) { in radeon_vce_cs_parse()
674 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/linux-4.4.14/include/linux/
Dpowercap.h83 bool allocated; member
163 bool allocated; member
Datmel_tc.h72 bool allocated; member
/linux-4.4.14/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.4.14/drivers/media/pci/zoran/
Dzoran_driver.c253 fh->buffers.allocated = 1; in v4l_fbuffer_alloc()
279 fh->buffers.allocated = 0; in v4l_fbuffer_free()
382 fh->buffers.allocated = 1; in jpg_fbuffer_alloc()
431 fh->buffers.allocated = 0; in jpg_fbuffer_free()
493 if (!fh->buffers.allocated) { in zoran_v4l_queue_frame()
532 zr->v4l_buffers.allocated = 0; in zoran_v4l_queue_frame()
623 zr->v4l_buffers.allocated = 0; in v4l_sync()
644 if (!fh->buffers.allocated) { in zoran_jpg_queue_frame()
713 zr->jpg_buffers.allocated = 0; in zoran_jpg_queue_frame()
744 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.h212 u8 allocated; /* Flag if buffers are allocated */ member
/linux-4.4.14/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.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c101 BUG_ON(pm->allocated == true); in pm_allocate_runlist_ib()
118 pm->allocated = true; in pm_allocate_runlist_ib()
437 pm->allocated = false; in pm_init()
534 if (pm->allocated == true) in pm_send_runlist()
667 if (pm->allocated) { in pm_release_ib()
669 pm->allocated = false; in pm_release_ib()
Dkfd_priv.h680 bool allocated; member
/linux-4.4.14/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
Dti-edma.txt24 - ti,edma-memcpy-channels: List of channels allocated to be used for memcpy, iow
27 the driver, they are allocated to be used by for example the
57 /* Channel 20 and 21 is allocated for memcpy */
/linux-4.4.14/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.4.14/drivers/usb/gadget/function/
Du_serial.c624 int *allocated) in gs_free_requests() argument
632 if (allocated) in gs_free_requests()
633 (*allocated)--; in gs_free_requests()
639 int *allocated) in gs_alloc_requests() argument
643 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests()
655 if (allocated) in gs_alloc_requests()
656 (*allocated)++; in gs_alloc_requests()
/linux-4.4.14/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.4.14/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-intel_th-devices-msc27 of numbers of pages for each window to be allocated. Number of
Dconfigfs-stp-policy31 use to request a master/channel to be allocated and assigned to
Dsysfs-bus-fcoe18 FCoE devices. It will also free all kernel memory allocated
/linux-4.4.14/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.4.14/fs/f2fs/
Ddata.c511 bool allocated; in __allocate_data_blocks() local
523 allocated = false; in __allocate_data_blocks()
536 allocated = true; in __allocate_data_blocks()
543 if (allocated) in __allocate_data_blocks()
552 if (allocated) in __allocate_data_blocks()
579 bool allocated = false; in f2fs_map_blocks() local
615 allocated = true; in f2fs_map_blocks()
644 if (allocated) in f2fs_map_blocks()
646 allocated = false; in f2fs_map_blocks()
672 allocated = true; in f2fs_map_blocks()
[all …]
/linux-4.4.14/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.4.14/include/drm/
Ddrm_mm.h69 unsigned allocated : 1; member
109 return node->allocated; in drm_mm_node_allocated()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_queue.c358 int allocated; in uvc_queue_allocated() local
361 allocated = vb2_is_busy(&queue->queue); in uvc_queue_allocated()
364 return allocated; in uvc_queue_allocated()
/linux-4.4.14/Documentation/sysctl/
Dfs.txt68 Dentries are dynamically allocated and deallocated, and
84 The file dquot-nr shows the number of allocated disk quota
102 file-nr denote the number of allocated file handles, the number
103 of allocated but unused file handles, and the maximum number of
106 number of allocated file handles exactly matches the number of
142 allocated, this can be slightly more than inode-max because
167 Once this limit is reached, no new pipes may be allocated until usage goes
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.4.14/drivers/soc/qcom/
Dsmem.c109 __le32 allocated; member
357 if (entry->allocated) in qcom_smem_alloc_global()
373 entry->allocated = cpu_to_le32(1); in qcom_smem_alloc_global()
436 if (!entry->allocated) in qcom_smem_get_global()
Dsmd.c128 DECLARE_BITMAP(allocated[SMD_ALLOC_TBL_COUNT], SMD_ALLOC_TBL_SIZE);
1119 if (test_bit(i, edge->allocated[tbl])) in qcom_discover_channels()
1147 set_bit(i, edge->allocated[tbl]); in qcom_discover_channels()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.c428 dst->bc_private.b.allocated += src->bc_private.b.allocated; in xfs_bmbt_update_cursor()
431 src->bc_private.b.allocated = 0; in xfs_bmbt_update_cursor()
502 cur->bc_private.b.allocated++; in xfs_bmbt_alloc_block()
805 cur->bc_private.b.allocated = 0; in xfs_bmbt_init_cursor()
Dxfs_btree.h227 int allocated; /* count of alloced */ member
Dxfs_bmap.c808 cur->bc_private.b.allocated++; in xfs_bmap_extents_to_btree()
1016 cur->bc_private.b.allocated = 0; in xfs_bmap_add_attrfork_btree()
1045 cur->bc_private.b.allocated = 0; in xfs_bmap_add_attrfork_extents()
2029 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2113 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2183 (bma->cur ? bma->cur->bc_private.b.allocated : 0)); in xfs_bmap_add_extent_delay_real()
2234 temp += bma->cur->bc_private.b.allocated; in xfs_bmap_add_extent_delay_real()
2243 bma->cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_delay_real()
2767 cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_unwritten_real()
3160 bma->cur->bc_private.b.allocated = 0; in xfs_bmap_add_extent_hole_real()
[all …]
/linux-4.4.14/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.4.14/Documentation/networking/
Dmpls-sysctl.txt10 allocated.
Dnetdevices.txt13 must be allocated with alloc_netdev_mqs() and friends.
20 separately allocated data is attached to the network device
Dnf_conntrack-sysctl.txt26 Number of currently allocated flow entries.
61 nf_conntrack_frag6_high_thresh bytes of memory is allocated for this
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
Dieee802154.txt94 freeing allocated device
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.
Drds.txt239 The bitmaps are allocated as connections are brought up. This
294 a node, a connection is allocated and connected. That connection is
Dixgbe.txt175 Flow Director allocated packet buffer size.
240 allocated to each of these priorities, which is enforced at the hardware
/linux-4.4.14/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
341 list of all the objects currently allocated and allow them to be viewed
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt65 <#logged entries> <highest allocated sector>
68 highest allocated sector : Highest allocated sector
/linux-4.4.14/mm/
Drmap.c177 struct anon_vma *allocated; in anon_vma_prepare() local
184 allocated = NULL; in anon_vma_prepare()
189 allocated = anon_vma; in anon_vma_prepare()
200 allocated = NULL; in anon_vma_prepare()
206 if (unlikely(allocated)) in anon_vma_prepare()
207 put_anon_vma(allocated); in anon_vma_prepare()
DKconfig488 be allocated from it. This way, the kernel can use the memory for
490 allocated pages are migrated away to serve the contiguous request.
541 compress them into a dynamically allocated RAM-based memory pool.
579 access the allocated space.
/linux-4.4.14/arch/powerpc/include/asm/
Dvio.h109 size_t allocated; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c307 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
314 allocated = (port > 0) ? in mlx4_grant_resource()
315 res_alloc->allocated[(port - 1) * in mlx4_grant_resource()
317 res_alloc->allocated[slave]; in mlx4_grant_resource()
324 if (allocated + count > res_alloc->quota[slave]) { in mlx4_grant_resource()
327 allocated, res_alloc->quota[slave]); in mlx4_grant_resource()
331 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
336 if (guaranteed - allocated > 0) in mlx4_grant_resource()
337 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
354 res_alloc->allocated[(port - 1) * in mlx4_grant_resource()
[all …]
/linux-4.4.14/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.4.14/drivers/nvdimm/
Ddimm_devs.c517 resource_size_t allocated = 0; in nvdimm_allocated_dpa() local
522 allocated += resource_size(res); in nvdimm_allocated_dpa()
524 return allocated; in nvdimm_allocated_dpa()
Dnamespace_devs.c849 resource_size_t allocated = 0, available = 0; in __size_store() local
898 allocated += nvdimm_allocated_dpa(ndd, &label_id); in __size_store()
902 if (val > available + allocated) in __size_store()
905 if (val == allocated) in __size_store()
909 allocated = div_u64(allocated, nd_region->ndr_mappings); in __size_store()
910 if (val < allocated) in __size_store()
912 allocated - val); in __size_store()
914 rc = grow_dpa_allocation(nd_region, &label_id, val - allocated); in __size_store()
/linux-4.4.14/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.4.14/Documentation/powerpc/
Dcxl.txt152 When all available contexts are allocated the open call will fail
155 Note: IRQs need to be allocated for each context, which may limit
160 contexts can be allocated. If 4 IRQs are needed per context,
161 then only 2037/4 = 509 contexts can be allocated.
213 AFU will be allocated. The min and max number can be
Dptrace.txt87 can't be allocated on the registers.
/linux-4.4.14/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.4.14/tools/perf/Documentation/
Dperf-kmem.txt61 default, but this option shows live (currently allocated) pages
/linux-4.4.14/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.4.14/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.4.14/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.txt177 mem_used_total RO the amount of memory allocated for this disk
240 This frees all the memory allocated for the given device and
/linux-4.4.14/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.4.14/drivers/gpu/drm/i915/
Di915_vgpu.c112 if (bl_info.space[i].allocated) in intel_vgt_deballoon()
/linux-4.4.14/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.4.14/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.4.14/Documentation/watchdog/
Dwdt.txt47 Minor numbers are however allocated for it.
Dwatchdog-kernel-api.txt113 If the watchdog_device struct is dynamically allocated, just locking the module
168 allocated watchdog_device struct.
170 allocated watchdog_device struct.
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt95 This controls how many requests may be allocated in the block layer for
96 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.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dmsgbuf.c270 atomic_t allocated; member
335 if (array[*idx].allocated.counter == 0) in brcmf_msgbuf_alloc_pktid()
336 if (atomic_cmpxchg(&array[*idx].allocated, 0, 1) == 0) in brcmf_msgbuf_alloc_pktid()
366 if (pktids->array[idx].allocated.counter) { in brcmf_msgbuf_get_pktid()
372 pktid->allocated.counter = 0; in brcmf_msgbuf_get_pktid()
393 if (array[count].allocated.counter) { in brcmf_msgbuf_release_array()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rdma/hfi1/
Dpio.h145 u16 allocated; /* has this been allocated? */ member
Dpio.c486 if (sci->type == type && sci->allocated == 0) { in sc_hw_alloc()
487 sci->allocated = 1; in sc_hw_alloc()
510 if (!sci->allocated) { in sc_hw_free()
514 sci->allocated = 0; in sc_hw_free()
/linux-4.4.14/arch/m68k/include/asm/
Ddvma.h117 int allocated; /* Are we "owned" by anyone yet? */ member
/linux-4.4.14/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.4.14/drivers/md/
Ddm-cache-policy-smq.c43 bool allocated:1; member
702 e->allocated = true; in init_entry()
726 BUG_ON(e->allocated); in alloc_particular_entry()
738 BUG_ON(!e->allocated); in free_entry()
741 e->allocated = false; in free_entry()
1440 if (!e || !e->allocated) in __remove_cblock()
/linux-4.4.14/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.4.14/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.4.14/Documentation/fmc/
DAPI.txt26 allocated by the caller, but must not be released after unregistering.
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt114 When transmitting synchronous data the allocated channel width needs to be
124 allocated within one MOST frame, is calculated that fit into _one_ 512 byte
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmain.c1260 if (counter->allocated) in mlx4_ib_delete_counters_table()
2150 int allocated; in mlx4_ib_add() local
2332 allocated = 0; in mlx4_ib_add()
2342 allocated = 1; in mlx4_ib_add()
2350 if (allocated) in mlx4_ib_add()
2355 new_counter_index->allocated = allocated; in mlx4_ib_add()
2360 counter_index, i + 1, allocated); in mlx4_ib_add()
2370 new_counter_index->allocated = 0; in mlx4_ib_add()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dcontrolvmchannel.h64 u16 allocated:1; /* Bit 4: memory (device/port number) member
/linux-4.4.14/lib/
DKconfig.kmemcheck17 This option enables tracing of dynamically allocated kernel memory
/linux-4.4.14/Documentation/leds/
Dleds-lp5562.txt19 3 Engines are allocated in LP5562, but the number of channel is 4.
/linux-4.4.14/net/sctp/
DKconfig57 type of objects that are currently allocated. This is useful for
/linux-4.4.14/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.4.14/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.4.14/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.c828 int err = 0, allocated = 0; in ubifs_bulk_read() local
869 allocated = 1; in ubifs_bulk_read()
877 if (!allocated) in ubifs_bulk_read()
/linux-4.4.14/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.4.14/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.4.14/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
/linux-4.4.14/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
/linux-4.4.14/drivers/pci/
DKconfig48 been allocated by the BIOS.
/linux-4.4.14/Documentation/RCU/
Dtorture.txt230 o "rta": Number of structures allocated from the torture freelist.
268 you notice. The age of a newly allocated structure is zero,
286 should closely correspond to the number of structures allocated,
Drculist_nulls.txt10 allocated with SLAB_DESTROY_BY_RCU kmem_cache can
/linux-4.4.14/net/core/
Dsock.c2071 long allocated; in __sk_mem_schedule() local
2076 allocated = sk_memory_allocated_add(sk, amt, &parent_status); in __sk_mem_schedule()
2080 allocated <= sk_prot_mem_limits(sk, 0)) { in __sk_mem_schedule()
2087 allocated > sk_prot_mem_limits(sk, 1)) in __sk_mem_schedule()
2092 (allocated > sk_prot_mem_limits(sk, 2))) in __sk_mem_schedule()
2134 trace_sock_exceed_buf_limit(sk, prot, allocated); in __sk_mem_schedule()
/linux-4.4.14/Documentation/cpu-freq/
Dcore.txt120 dev_pm_opp_free_cpufreq_table - Free up the table allocated by dev_pm_opp_init_cpufreq_table
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-dma.txt62 The scatter-gather array is a contiguously allocated block of memory that
/linux-4.4.14/Documentation/frv/
Dconfiguring.txt51 megabyte will be allocated in this way, possibly more. Any memory so
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dmsi.txt67 This property is unordered, and MSIs may be allocated from any combination of
/linux-4.4.14/drivers/block/
DKconfig175 The umem driver has not yet been allocated a MAJOR number, so
267 dynamically allocated with the /dev/loop-control interface.
394 allocated from highmem (only a problem for highmem systems).
423 of non-swappable kernel memory, memory which will be allocated when
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt41 the number of pages, allocated for crypto processing (each crypto thread has
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES64 which blocks need to be allocated to the active pipes based on fetch
/linux-4.4.14/drivers/video/console/
DKconfig33 System RAM which is dynamically allocated during initialization.
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt24 optional constraints to request a dynamically allocated block of memory.
/linux-4.4.14/Documentation/security/
DIMA-templates.txt45 (pointer to allocated data and data length) in the measurement entry structure.
/linux-4.4.14/Documentation/hwmon/
Dhwmon-kernel-api.txt53 to the newly allocated hwmon device. The pointer can be retrieved by the driver
/linux-4.4.14/block/
Dcfq-iosched.c124 int allocated[2]; member
3027 io_refs = cfqq->allocated[READ] + cfqq->allocated[WRITE]; in cfqq_process_refs()
3559 BUG_ON(cfqq->allocated[READ] + cfqq->allocated[WRITE]); in cfq_put_queue()
4302 BUG_ON(!cfqq->allocated[rw]); in cfq_put_request()
4303 cfqq->allocated[rw]--; in cfq_put_request()
4391 cfqq->allocated[rw]++; in cfq_set_request()
/linux-4.4.14/drivers/staging/slicoss/
Dslic.h412 uint allocated; member
/linux-4.4.14/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.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4453 int i, want, need, allocated; in enable_msix() local
4480 allocated = pci_enable_msix_range(adap->pdev, entries, need, want); in enable_msix()
4481 if (allocated < 0) { in enable_msix()
4485 return allocated; in enable_msix()
4492 i = allocated - EXTRA_VECS - ofld_need; in enable_msix()
4499 if (allocated < want) { in enable_msix()
4505 i = allocated - EXTRA_VECS - s->max_ethqsets - in enable_msix()
4509 for (i = 0; i < allocated; ++i) in enable_msix()
4513 allocated, s->max_ethqsets, s->ofldqsets, s->rdmaqs, in enable_msix()
/linux-4.4.14/Documentation/sound/oss/
DREADME.modules100 the sound modules loaded and the DMA buffers allocated when they are not
/linux-4.4.14/Documentation/arm/
Dtcm.txt68 - Tag data and constants to be allocated to DTCM and ITCM.
/linux-4.4.14/Documentation/input/
Dgameport-programming.txt177 Close() should free the resources allocated by open, possibly disabling the

12