/kernel/linux/linux-6.6/lib/test_fortify/ |
H A D | test_fortify.h | 22 char small[__BUF_SMALL]; variable 31 memset(small, 0xA5, sizeof(small)); in do_fortify_tests()
|
H A D | read_overflow-memchr_inv.c | 3 memchr_inv(small, 0x7A, sizeof(small) + 1)
|
H A D | read_overflow2-memcmp.c | 3 memcmp(large, small, sizeof(small) + 1)
|
H A D | read_overflow-memscan.c | 3 memscan(small, 0x7A, sizeof(small) + 1)
|
H A D | read_overflow-memcmp.c | 3 memcmp(small, large, sizeof(small) + 1)
|
H A D | read_overflow-memchr.c | 3 memchr(small, 0x7A, sizeof(small) + 1)
|
H A D | write_overflow-strlcpy-src.c | 3 strlcpy(small, large_src, sizeof(small) + 1)
|
H A D | write_overflow-strncpy-src.c | 3 strncpy(small, large_src, sizeof(small) + 1)
|
H A D | write_overflow-strcpy-lit.c | 3 strcpy(small, LITERAL_LARGE)
|
H A D | write_overflow-strcpy.c | 3 strcpy(small, large_src)
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | dmabounce.c | 77 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 D | test_global_func10.c | 28 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 D | tfrc_equation.c | 62 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 D | tfrc_equation.c | 62 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 D | ev6-copy_user.S | 50 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 D | ev6-copy_user.S | 50 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 D | simult_flows.sh | 27 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 D | simult_flows.sh | 30 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 D | kernel.mk | 69 ifneq ($(findstring $(BUILD_TYPE), small standard),) 97 ifneq ($(findstring $(BUILD_TYPE), small),)
|
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/ |
H A D | suspend.S | 53 @ This guarantees a small windows where DRAM isn't busy
|
/kernel/linux/linux-6.6/arch/arm/mach-lpc32xx/ |
H A D | suspend.S | 51 @ This guarantees a small windows where DRAM isn't busy
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | page_64.h | 86 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 D | ttm_page_alloc_dma.c | 137 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 D | ttm_page_alloc.c | 90 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 D | i460-agp.c | 202 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()
|