Searched refs:max_chunks (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_heap.c | 63 u32 max_chunks; member 270 u32 max_chunks, in panthor_heap_create() argument 284 if (initial_chunk_count > max_chunks) in panthor_heap_create() 308 heap->max_chunks = max_chunks; in panthor_heap_create() 453 heap->chunk_count >= heap->max_chunks) { in panthor_heap_grow()
|
D | panthor_heap.h | 16 u32 max_chunks,
|
D | panthor_drv.c | 1078 args->max_chunks, in panthor_ioctl_tiler_heap_create()
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_uclo.h | 251 unsigned short max_chunks; member 266 short max_chunks; member 506 unsigned short max_chunks; member 532 unsigned short max_chunks; member 548 unsigned short max_chunks; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_bloom_filter.c | 234 char *output, u8 *len, u8 max_chunks, u8 pad_bytes, in __mlxsw_sp_acl_bf_key_encode() argument 246 for (chunk_index = max_chunks - chunk_count; chunk_index < max_chunks; in __mlxsw_sp_acl_bf_key_encode()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_sriov_pf_service.c | 419 u32 limit, start, max_chunks; in pf_process_runtime_query_msg() local 436 max_chunks = (resp_size - VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN) / chunk_size; in pf_process_runtime_query_msg() 437 limit = limit == VF2PF_QUERY_RUNTIME_NO_LIMIT ? max_chunks : min_t(u32, max_chunks, limit); in pf_process_runtime_query_msg()
|
/linux-6.12.1/drivers/virt/vboxguest/ |
D | vboxguest_core.h | 46 u32 max_chunks; member
|
D | vboxguest_core.c | 379 if (!gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 386 gdev->mem_balloon.max_chunks = req->phys_mem_chunks; in vbg_balloon_work() 390 if (chunks > gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 392 __func__, chunks, gdev->mem_balloon.max_chunks); in vbg_balloon_work()
|
/linux-6.12.1/include/uapi/drm/ |
D | panthor_drm.h | 922 __u32 max_chunks; member
|
/linux-6.12.1/fs/smb/client/ |
D | cifsglob.h | 1276 __u32 max_chunks; member
|
D | smb2pdu.c | 2034 tcon->max_chunks = 256; in init_copy_chunk_defaults()
|