Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_pvt.c165 int sst_create_ipc_msg(struct ipc_post **arg, bool large) in sst_create_ipc_msg() argument
172 if (large) { in sst_create_ipc_msg()
181 msg->is_large = large; in sst_create_ipc_msg()
195 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large, in sst_create_block_and_ipc_msg() argument
201 retval = sst_create_ipc_msg(arg, large); in sst_create_block_and_ipc_msg()
232 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument
245 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg()
247 ret = sst_create_ipc_msg(&msg, large); in sst_prepare_and_post_msg()
257 task_id, large, pvt_id); in sst_prepare_and_post_msg()
312 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld() argument
[all …]
Dsst.h472 int sst_create_ipc_msg(struct ipc_post **arg, bool large);
485 int sst_create_block_and_ipc_msg(struct ipc_post **arg, bool large,
498 bool large, bool fill_dsp, bool sync, bool response);
519 int msg, int task_id, int large, int drv_id);
Dsst_ipc.c173 if (msg->mrfld_header.p.header_high.part.large) in sst_post_message_mrfld()
353 if (msg_high.part.result && drv_id && !msg_high.part.large) { in sst_process_reply_mrfld()
367 if (msg_high.part.large) { in sst_process_reply_mrfld()
/Linux-v4.19/drivers/atm/
Dnicstarmac.copyright25 * IDT always receives data into a small buffer, then large buffers
28 * Fix is simple: make large buffers large enough to hold entire
30 * copy small buffer contents to head of large buffer.
31 * Trick is to avoid fragmenting Linux, due to need for a lot of large
35 * recycle large data buffers
/Linux-v4.19/Documentation/mmc/
Dmmc-dev-attrs.txt44 SD/MMC cards can erase an arbitrarily large area up to and
45 including the whole card. When erasing a large area it may
54 3. The erase timeout becomes too large to be very
57 the value can end up being several minutes for large
63 size for erasing large areas.
/Linux-v4.19/arch/arm/common/
Ddmabounce.c80 struct dmabounce_pool large; member
94 device_info->large.allocs, in dmabounce_show()
96 device_info->large.allocs, in dmabounce_show()
121 } else if (size <= device_info->large.size) { in alloc_safe_buffer()
122 pool = &device_info->large; in alloc_safe_buffer()
514 ret = dmabounce_init_pool(&device_info->large, dev, in dmabounce_register_dev()
574 if (device_info->large.pool) in dmabounce_unregister_dev()
575 dma_pool_destroy(device_info->large.pool); in dmabounce_unregister_dev()
/Linux-v4.19/drivers/of/unittest-data/
Doverlay.dts9 hvac_2: hvac-large-1 {
10 compatible = "ot,hvac-large";
/Linux-v4.19/kernel/rcu/
DKconfig12 designed for very large SMP system with hundreds or
21 designed for very large SMP systems with hundreds or
130 large numbers of CPUs. This value must be at least the fourth
131 root of NR_CPUS, which allows NR_CPUS to be insanely large.
134 itself, small RCU_FANOUT values allow you to test large-system
152 lock contention levels acceptably low. Very large systems
158 skew them, which reduces lock contention enough that large
160 fanout to a large number will likely cause problematic
166 Select the maximum permissible value for large systems, but
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu.c79 vcpu->arch.slb[i].large ? 'l' : ' ', in kvmppc_mmu_book3s_64_find_slbe()
260 if (slbe->large) in kvmppc_mmu_book3s_64_xlate()
267 pgsize = slbe->large ? MMU_PAGE_16M : MMU_PAGE_4K; in kvmppc_mmu_book3s_64_xlate()
294 if (slbe->large && in kvmppc_mmu_book3s_64_xlate()
406 slbe->large = (rs & SLB_VSID_L) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
417 if (slbe->large) { in kvmppc_mmu_book3s_64_slbmte()
543 bool large) in kvmppc_mmu_book3s_64_tlbie() argument
567 if (large) in kvmppc_mmu_book3s_64_tlbie()
/Linux-v4.19/Documentation/spi/
Dspi-sc18is60231 similar large accesses have to be split into multiple chunks of no more than
33 means that programs such as "cp" or "od", which automatically use large block
/Linux-v4.19/arch/m68k/fpsp040/
Dx_ovfl.S7 | too large to be represented in a floating-point data register,
9 | data register are too large to be represented in the
Dutil.S196 leal EXT_PLRG,%a1 |answer is +/- large number
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
227 leal DBL_PLRG,%a1 |answer is +/- large number
237 leal DBL_PLRG,%a1 |answer is large positive number
243 leal DBL_PLRG,%a1 |answer is large negative number
258 leal SGL_PLRG,%a1 |answer is +/- large number
268 leal SGL_PLRG,%a1 |answer is large positive number
274 leal SGL_PLRG,%a1 |answer is large negative number
/Linux-v4.19/tools/vm/
Dslabinfo-gnuplot.sh91 set terminal png enhanced size $width,$height large
133 set terminal png enhanced size $width,$height large
/Linux-v4.19/arch/ia64/
DKconfig.debug10 IA-64 identity-mapped regions use a large page size called "granules".
13 Select "64MB" for a large granule size. This is the current default.
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_pci.c608 int pcheck, int fast, int large);
1013 int fast, int large) in ahc_scbram_config() argument
1026 if (large) in ahc_scbram_config()
1037 if (large) in ahc_scbram_config()
1051 if (large) in ahc_scbram_config()
1077 int large; in ahc_probe_ext_scbram() local
1082 large = FALSE; in ahc_probe_ext_scbram()
1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1120 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
[all …]
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-meta-uvc.rst22 Each UVC payload header can be between 2 and 12 bytes large. Buffers can
27 perform rate limiting when the device sends a large number of headers.
/Linux-v4.19/arch/unicore32/mm/
Dproc-macros.S120 .word 0xfffffc00, 930b @ second level large page table
127 .word 0xffff0000, 980f @ large page
/Linux-v4.19/Documentation/
Defi-stub.txt66 initrd-large.img
72 to boot with the initrd-large.img file if the current working
75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
Dindex.rst57 The kernel community is quite large, with thousands of developers
58 contributing over the course of a year. As with any large community,
/Linux-v4.19/drivers/ipack/
DKconfig13 large variety of functionality, they are most often found in
/Linux-v4.19/drivers/net/ethernet/moxa/
Dmoxart_ether.h324 #error MOXA ART Ethernet device driver TX buffer is too large!
327 #error MOXA ART Ethernet device driver RX buffer is too large!
/Linux-v4.19/Documentation/x86/x86_64/
D5level-paging.txt27 == User-space and large virtual address space ==
54 about large address space without manually tracking allocated virtual
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-light-si113314 dark photodiodes. "large" indicate the surface area capturing
/Linux-v4.19/Documentation/filesystems/
Dceph.txt28 across storage nodes in large chunks to distribute workload and
34 Metadata servers effectively form a large, consistent, distributed
43 extremely large directories can be fragmented and managed by
62 the identification of large disk space consumers relatively quick, as
/Linux-v4.19/arch/x86/purgatory/
DMakefile22 … -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -Os -mcmodel=large

12345678910>>...17