/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bna_types.h | 243 BNA_BIAS_T_SMALL = 0, /* small pkts > (large pkts * 2) */ 601 struct bna_rxq *small; member 675 /* header or small queue */
|
H A D | bna_tx_rx.c | 1841 rxp->rxq.slr.small = q1; in bna_rxp_add_rxqs() 2403 /* Setup small Q */ in bna_rx_create() 2513 rxp->rxq.slr.small = NULL; in bna_rx_destroy()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 939 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; in grcan_allocate_dma_buffers() local 948 /* Put the small buffer after that */ in grcan_allocate_dma_buffers() 965 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers() 969 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | grcan.c | 939 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; in grcan_allocate_dma_buffers() local 948 /* Put the small buffer after that */ in grcan_allocate_dma_buffers() 965 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers() 969 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | sysfs.c | 795 u32 small = 0; in btrfs_size_classes_show() local 809 small++; in btrfs_size_classes_show() 822 "small %u\n" in btrfs_size_classes_show() 825 none, small, medium, large); in btrfs_size_classes_show()
|
/kernel/linux/linux-6.6/lib/ |
H A D | overflow_kunit.c | 1077 signed long small = S ## width ## _MIN; \ in castable_to_type_test() 1094 TEST_CASTABLE_TO_TYPE(small, s ## width, false); \ in castable_to_type_test() 1095 TEST_CASTABLE_TO_TYPE(small, s ## width ## var, false); \ in castable_to_type_test()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 3316 buf, PAGE_SIZE, kbdev->mem_pools.small, MEMORY_GROUP_MANAGER_NR_GROUPS, in show_mem_pool_size() 3332 buf, kbdev->mem_pools.small, MEMORY_GROUP_MANAGER_NR_GROUPS, in set_mem_pool_size() 3352 buf, PAGE_SIZE, kbdev->mem_pools.small, MEMORY_GROUP_MANAGER_NR_GROUPS, in show_mem_pool_max_size() 3368 buf, kbdev->mem_pools.small, MEMORY_GROUP_MANAGER_NR_GROUPS, in set_mem_pool_max_size() 4482 &kbdev->mem_pool_defaults.small, in kbase_device_debugfs_init()
|
H A D | mali_kbase_mem.c | 2015 res = kbase_mem_pool_alloc_pages(&kctx->mem_pools.small[alloc->group_id], nr_left, tp, false); in kbase_alloc_phy_pages_helper() 2304 kbase_mem_pool_free_pages(&kctx->mem_pools.small[alloc->group_id], local_end_free - start_free, start_free, in kbase_free_phy_pages_helper() 3370 pool = &kctx->mem_pools.small[kctx->jit_group_id]; in kbase_jit_grow()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 495 # data, plus a small amount extra to keep the algorithm safe. The
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | skeleton.S | 400 | copyout. The probability of a page fault is exceedingly small because
|
H A D | bindec.S | 389 clrw %d2 |set up d2 for very small case 511 tstw %d2 |test for small exp case
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | skeleton.S | 400 | copyout. The probability of a page fault is exceedingly small because
|
H A D | bindec.S | 389 clrw %d2 |set up d2 for very small case 511 tstw %d2 |test for small exp case
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 437 # data, plus a small amount extra to keep the algorithm safe. The
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 516 int small; in ulptx_walk_add_sg() local 534 small = min_t(unsigned int, sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg() 535 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 550 small = min(sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg() 551 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 512 int small; in ulptx_walk_add_sg() local 530 small = min_t(unsigned int, sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg() 531 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg() 546 small = min(sg_dma_len(sg) - skip_len, len); in ulptx_walk_add_sg() 547 sgmin = min_t(unsigned int, small, CHCR_SRC_SG_SIZE); in ulptx_walk_add_sg()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 2352 &kctx->mem_pools.small[alloc->group_id], in kbase_alloc_phy_pages_helper() 2684 &kctx->mem_pools.small[alloc->group_id], in kbase_free_phy_pages_helper() 3804 pool = &kctx->mem_pools.small[kctx->jit_group_id]; in kbase_jit_grow()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 284 MODULE_PARM_DESC(myri10ge_small_bytes, "Threshold of small packets"); 860 /* Run a small DMA test. in myri10ge_dma_test() 2013 netdev_err(dev, "slice-%d: alloced only %d small bufs\n", in myri10ge_allocate_rings() 2347 /* decide what small buffer size to use. For good TCP rx in myri10ge_open() 2362 /* Override the small buffer size? */ in myri10ge_open() 2703 /* Mark small packets, and pad out tiny packets */ in myri10ge_xmit() 2784 int small; in myri10ge_xmit() local 2789 small = (mss <= MXGEFW_SEND_SMALL_SIZE); in myri10ge_xmit() 2792 (small * MXGEFW_FLAGS_SMALL); in myri10ge_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 285 MODULE_PARM_DESC(myri10ge_small_bytes, "Threshold of small packets"); 861 /* Run a small DMA test. in myri10ge_dma_test() 2021 netdev_err(dev, "slice-%d: alloced only %d small bufs\n", in myri10ge_allocate_rings() 2355 /* decide what small buffer size to use. For good TCP rx in myri10ge_open() 2370 /* Override the small buffer size? */ in myri10ge_open() 2711 /* Mark small packets, and pad out tiny packets */ in myri10ge_xmit() 2792 int small; in myri10ge_xmit() local 2797 small = (mss <= MXGEFW_SEND_SMALL_SIZE); in myri10ge_xmit() 2800 (small * MXGEFW_FLAGS_SMALL); in myri10ge_xmit()
|
/kernel/linux/linux-5.10/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 1244 #error PAGE_SIZE too small! in et8ek8_priv_mem_read()
|
/kernel/linux/linux-6.6/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 1246 #error PAGE_SIZE too small! in priv_mem_show()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 107 --enable-small optimize for size instead of speed 1890 small 5439 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres 5518 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres 6913 if enabled small; then 7355 echo "optimize for size ${small-no}"
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 431 * intel_wm_method1 - Method 1 / "small buffer" watermark formula 436 * Compute the watermark using the method 1 or "small buffer" 443 * a longer period. The name "small" refers to the fact the 444 * FIFO is relatively small compared to the amount of data 696 * "If the line size is small, the TLB fetches can get in the way of the 913 unsigned int small, large; in g4x_compute_wm() local 915 small = intel_wm_method1(pixel_rate, cpp, latency); in g4x_compute_wm() 918 wm = min(small, large); in g4x_compute_wm()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 1841 rxp->rxq.slr.small = q1; in bna_rxp_add_rxqs() 2403 /* Setup small Q */ in bna_rx_create() 2513 rxp->rxq.slr.small = NULL; in bna_rx_destroy()
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 3970 struct seccomp_notif_addfd_small small = {}; in TEST() local 4024 /* Verify small size cannot be set */ in TEST() 4025 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_SMALL, &small), -1); in TEST()
|