Home
last modified time | relevance | path

Searched refs:small (Results 1 - 25 of 94) sorted by relevance

1234

/kernel/linux/linux-6.6/lib/test_fortify/
H A Dtest_fortify.h22 char small[__BUF_SMALL]; variable
31 memset(small, 0xA5, sizeof(small)); in do_fortify_tests()
H A Dread_overflow-memchr_inv.c3 memchr_inv(small, 0x7A, sizeof(small) + 1)
H A Dread_overflow2-memcmp.c3 memcmp(large, small, sizeof(small) + 1)
H A Dread_overflow-memscan.c3 memscan(small, 0x7A, sizeof(small) + 1)
H A Dread_overflow-memcmp.c3 memcmp(small, large, sizeof(small) + 1)
H A Dread_overflow-memchr.c3 memchr(small, 0x7A, sizeof(small) + 1)
H A Dwrite_overflow-strlcpy-src.c3 strlcpy(small, large_src, sizeof(small) + 1)
H A Dwrite_overflow-strncpy-src.c3 strncpy(small, large_src, sizeof(small) + 1)
H A Dwrite_overflow-strcpy-lit.c3 strcpy(small, LITERAL_LARGE)
H A Dwrite_overflow-strcpy.c3 strcpy(small, large_src)
/kernel/linux/linux-5.10/arch/arm/common/
H A Ddmabounce.c77 struct dmabounce_pool small; member
91 device_info->small.allocs, in dmabounce_show()
93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show()
117 if (size <= device_info->small.size) { in alloc_safe_buffer()
118 pool = &device_info->small; in alloc_safe_buffer()
496 ret = dmabounce_init_pool(&device_info->small, dev, in dmabounce_register_dev()
537 dma_pool_destroy(device_info->small.pool); in dmabounce_register_dev()
564 if (device_info->small.pool) in dmabounce_unregister_dev()
565 dma_pool_destroy(device_info->small.pool); in dmabounce_unregister_dev()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c28 const struct Small small = {.x = skb->len }; in global_func10() local
30 return foo((struct Big *)&small) ? 1 : 0; in global_func10()
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dtfrc_equation.c62 granularity for the practically more relevant case of small values of p (up to
590 /* return largest index i such that fval <= lookup[i][small] */
591 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c62 granularity for the practically more relevant case of small values of p (up to
590 /* return largest index i such that fval <= lookup[i][small] */
591 static inline u32 tfrc_binsearch(u32 fval, u8 small) in tfrc_binsearch() argument
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
196 * to quadword stuff for a small amount of data.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
196 * to quadword stuff for a small amount of data.
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh27 rm -f "$large" "$small"
53 small=$(mktemp)
58 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
251 do_transfer $small $large $((time * 11 / 10))
259 do_transfer $large $small $((time * 11 / 10))
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh30 rm -f "$large" "$small"
56 small=$(mktemp)
62 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
262 do_transfer $small $large $time
272 do_transfer $large $small $time
/kernel/linux/build/
H A Dkernel.mk69 ifneq ($(findstring $(BUILD_TYPE), small standard),)
97 ifneq ($(findstring $(BUILD_TYPE), small),)
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/
H A Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/kernel/linux/linux-6.6/arch/arm/mach-lpc32xx/
H A Dsuspend.S51 @ This guarantees a small windows where DRAM isn't busy
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpage_64.h86 alternative_io("movq %[small],%0","movq %[large],%0", in task_size_max()
89 [small] "i" ((1ul << 47)-PAGE_SIZE), in task_size_max()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c137 unsigned small; member
218 m->options.small = val; in ttm_pool_store()
245 val = m->options.small; in ttm_pool_show()
789 unsigned count = _manager->options.small; in ttm_dma_page_pool_fill_locked()
1176 _manager->options.small = SMALL_ALLOCATION; in ttm_dma_page_alloc_init()
H A Dttm_page_alloc.c90 unsigned small; member
104 * @small_allocation: Limit in number of pages what is small allocation.
170 m->options.small = val; in ttm_pool_store()
197 val = m->options.small; in ttm_pool_show()
569 * pages is small.
588 /* If allocation request is small and there are not enough in ttm_page_pool_fill_locked()
590 if (count < _manager->options.small in ttm_page_pool_fill_locked()
994 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
/kernel/linux/linux-5.10/drivers/char/agp/
H A Di460-agp.c202 u32 small[2]; in i460_configure() member
219 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase, &(temp.small[0])); in i460_configure()
220 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase + 4, &(temp.small[1])); in i460_configure()

Completed in 10 milliseconds

1234