/Linux-v4.19/drivers/firewire/ |
D | core-iso.c | 236 int bandwidth, bool allocate) in manage_bandwidth() argument 238 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth() 247 new = allocate ? old - bandwidth : old + bandwidth; in manage_bandwidth() 259 return allocate ? -EAGAIN : bandwidth; in manage_bandwidth() 274 u32 channels_mask, u64 offset, bool allocate) in manage_channel() argument 280 old = all = allocate ? cpu_to_be32(~0) : 0; in manage_channel() 299 return allocate ? -EAGAIN : channel; in manage_channel() 364 bool allocate) in fw_iso_resource_manage() argument 377 allocate); in fw_iso_resource_manage() 381 allocate); in fw_iso_resource_manage() [all …]
|
/Linux-v4.19/Documentation/ |
D | numastat.txt | 10 numa_hit A process wanted to allocate memory from this node, 13 numa_miss A process wanted to allocate memory from another node, 16 numa_foreign A process wanted to allocate on this node, 23 interleave_hit Interleaving wanted to allocate from this node
|
D | DMA-ISA-LPC.txt | 41 In order to allocate a piece of memory that satisfies all these 45 allocate the memory during boot-up it's a good idea to also pass 48 (This scarcity also means that you should allocate the buffer as 75 You allocate these in a similar fashion as all basic resources:
|
/Linux-v4.19/Documentation/crypto/ |
D | api-samples.rst | 48 pr_info("could not allocate skcipher handle\n"); 54 pr_info("could not allocate skcipher request\n"); 74 pr_info("could not allocate ivdata\n"); 82 pr_info("could not allocate scratchpad\n"); 195 pr_debug("could not allocate RNG handle for %s\n", drbg);
|
/Linux-v4.19/drivers/android/ |
D | binder_trace.h | 277 TP_PROTO(struct binder_alloc *alloc, bool allocate, 279 TP_ARGS(alloc, allocate, start, end), 282 __field(bool, allocate) 288 __entry->allocate = allocate; 293 __entry->proc, __entry->allocate,
|
/Linux-v4.19/Documentation/livepatch/ |
D | shadow-vars.txt | 9 to allocate/add and remove/free shadow variables to/from their parents. 48 * klp_shadow_alloc() - allocate and add a new shadow variable 53 - allocate a new shadow variable 62 - allocate a new shadow variable 105 allocate a shadow copy of the ps_lock pointer, then initialize it: 151 Sometimes it may not be convenient or possible to allocate shadow 157 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
|
/Linux-v4.19/Documentation/core-api/ |
D | idr.rst | 27 You can call :c:func:`idr_alloc` to allocate an unused ID. Look up 37 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 42 If you need to allocate IDs sequentially, you can use 62 to the IDR being unable to allocate memory. To work around this,
|
D | mm-api.rst | 20 Functions which need to allocate memory often use GFP flags to express 23 flag is allowed to every function which may allocate memory. Most
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-stp-policy | 38 Range of masters from which to allocate for users of this node. 45 Range of channels from which to allocate for users of this node.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 54 which a commitment to allocate from the pool has been made, 56 guarantee that an application will be able to allocate a 80 privileges can dynamically allocate more or free some persistent huge pages 92 The administrator can allocate persistent huge pages on the kernel boot 97 Some platforms support multiple huge page sizes. To allocate huge pages 105 Thus, one can use the following command to dynamically allocate/deallocate 125 allocation attempt. If the kernel is unable to allocate huge pages from 131 init files. This will enable the kernel to allocate huge pages early in 203 The recommended method to allocate or free huge pages to/from the kernel 213 This will allocate or free ``abs(20 - nr_hugepages)`` to or from the nodes [all …]
|
D | transhuge.rst | 126 memory in an effort to allocate a THP immediately. This may be 238 Attempt to allocate huge pages every time we need a new page; 241 Do not allocate huge pages; 244 Only allocate huge page if it will be fully within i_size. 248 Only allocate huge pages if requested with fadvise()/madvise(); 310 is incremented if a page fault fails to allocate 355 is incremented if kernel fails to allocate 364 Usually because failed to allocate some continuous swap space
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-create-bufs.rst | 42 To allocate the device buffers applications must initialize the relevant 69 will attempt to allocate up to the requested number of buffers and store 118 No memory to allocate buffers for :ref:`memory mapped <mmap>` I/O.
|
D | vidioc-reqbufs.rst | 45 To allocate device buffers applications initialize all fields of the 51 allocate the requested number of buffers and it stores the actual number
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-reqbufs.rst | 45 To allocate device buffers applications initialize all fields of the 51 attempt to allocate the requested number of buffers and it stores the actual
|
/Linux-v4.19/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 30 bash: echo: write error: Cannot allocate memory 47 bash: echo: write error: Cannot allocate memory
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cafe_ccic.rst | 34 - alloc_bufs_at_load: Normally, the driver will not allocate any DMA 40 - dma_buf_size: The size of DMA buffers to allocate. Note that this
|
/Linux-v4.19/Documentation/sysctl/ |
D | fs.txt | 98 handles that the Linux kernel will allocate. When you get lots 102 Historically,the kernel was able to allocate file handles 111 Attempts to allocate more file descriptors than file-max are 119 allocate. Default value is 1024*1024 (1048576) which should be 168 Maximum total number of pages a non-privileged user may allocate for pipes. 177 Maximum total number of pages a non-privileged user may allocate for pipes 182 allocate up to 1024 pipes at their default size. When set to 0, no limit is
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 87 mpol=prefer:Node prefers to allocate memory from the given Node 89 mpol=interleave prefers to allocate from each node in turn 91 mpol=local prefers to allocate memory from the local node 140 will give you tmpfs instance on /mytmpfs which can allocate 10GB
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | phy_ac.c | 84 .allocate = b43_phy_ac_op_allocate,
|
/Linux-v4.19/Documentation/networking/ |
D | multiqueue.txt | 16 alloc_netdev_mq() functions to allocate the subqueues for the device. The 57 The qdisc will allocate the number of bands to equal the number of queues that
|
/Linux-v4.19/Documentation/aoe/ |
D | todo.txt | 13 efficiently allocate sk_buffs without introducing any potential for
|
/Linux-v4.19/Documentation/cma/ |
D | debugfs.txt | 19 would try to allocate 5 pages from the cma-2 area.
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | trigger.txt | 17 trig->alloc_list which is useful for drivers that allocate multiple
|
/Linux-v4.19/Documentation/fb/ |
D | intelfb.txt | 35 select amount of system RAM in MB to allocate for the video memory 42 select at what offset in MB of the logical memory to allocate the
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion_system_heap.c | 207 .allocate = ion_system_heap_allocate, 366 .allocate = ion_system_contig_heap_allocate,
|