Searched refs:max_chunks (Results 1 – 8 of 8) 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()
|
| /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 | 1848 u32 max_chunks = READ_ONCE(tcon->max_chunks); in calc_chunk_count() local 1854 if (!max_bytes_chunk || !max_bytes_copy || !max_chunks) in calc_chunk_count() 1862 return (u32)umin(need, umin(max_chunks, allowed)); in calc_chunk_count() 2031 if (chunks_written < tcon->max_chunks) { in smb2_copychunk_range() 2033 tcon->max_chunks, chunks_written); in smb2_copychunk_range() 2034 tcon->max_chunks = chunks_written; in smb2_copychunk_range()
|
| H A D | cifsglob.h | 1277 __u32 max_chunks; member
|
| H A D | smb2pdu.c | 2099 tcon->max_chunks = 256; in init_copy_chunk_defaults()
|