Searched refs:max_chunks (Results 1 – 9 of 9) sorted by relevance
| /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_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/tools/testing/selftests/bpf/progs/ |
| H A D | dynptr_success.c | 868 const int max_chunks = 200; in xdp_near_frag_end_offset() 893 bpf_for(i, 0, max_chunks) { in test_dynptr_probe() 813 const int max_chunks = 200; test_dynptr_memset_xdp_chunks() local
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 1835 u32 max_chunks = READ_ONCE(tcon->max_chunks); in calc_chunk_count() local 1841 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count() 1849 return (u32)umin(need, umin(max_chunks, allowed)); in calc_chunk_count() 2018 if (chunks_written < tcon->max_chunks) { in smb2_copychunk_range() 2020 tcon->max_chunks, chunks_written); in smb2_copychunk_range() 2021 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()
|