Searched refs:max_chunks (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_uclo.h | 259 unsigned short max_chunks; member 274 short max_chunks; member 519 unsigned short max_chunks; member 545 unsigned short max_chunks; member 561 unsigned short max_chunks; member
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_heap.c | 64 u32 max_chunks; member 277 u32 max_chunks, in panthor_heap_create() argument 291 if (initial_chunk_count > max_chunks) in panthor_heap_create() 315 heap->max_chunks = max_chunks; in panthor_heap_create() 460 heap->chunk_count >= heap->max_chunks) { in panthor_heap_grow()
|
| H A D | panthor_heap.h | 16 u32 max_chunks,
|
| H A D | panthor_drv.c | 1160 args->max_chunks, in panthor_ioctl_tiler_heap_create()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_bloom_filter.c | 249 char *output, u8 *len, u8 max_chunks, u8 pad_bytes, in __mlxsw_sp_acl_bf_key_encode() argument 262 for (chunk_index = max_chunks - chunk_count; chunk_index < max_chunks; in __mlxsw_sp_acl_bf_key_encode()
|
| /linux/drivers/virt/vboxguest/ |
| H A D | vboxguest_core.h | 46 u32 max_chunks; member
|
| H A D | vboxguest_core.c | 378 if (!gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 385 gdev->mem_balloon.max_chunks = req->phys_mem_chunks; in vbg_balloon_work() 389 if (chunks > gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 391 __func__, chunks, gdev->mem_balloon.max_chunks); in vbg_balloon_work()
|
| /linux/include/uapi/drm/ |
| H A D | panthor_drm.h | 1011 * @max_chunks: Maximum number of chunks that can be allocated. 1015 __u32 max_chunks; 963 __u32 max_chunks; global() member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | dynptr_success.c | 868 const int max_chunks = 200; in test_dynptr_memset_xdp_chunks() local 893 bpf_for(i, 0, max_chunks) { in test_dynptr_memset_xdp_chunks()
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 1831 u32 max_chunks = READ_ONCE(tcon->max_chunks); in calc_chunk_count() local 1837 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count() 1845 return (u32)umin(need, umin(max_chunks, allowed)); in calc_chunk_count() 2014 if (chunks_written < tcon->max_chunks) { in smb2_copychunk_range() 2016 tcon->max_chunks, chunks_written); in smb2_copychunk_range() 2017 tcon->max_chunks = chunks_written; in smb2_copychunk_range()
|
| H A D | cifsglob.h | 1280 __u32 max_chunks; member
|
| H A D | smb2pdu.c | 2087 tcon->max_chunks = 256; in init_copy_chunk_defaults()
|