Home
last modified time | relevance | path

Searched refs:max_chunks (Results 1 – 8 of 8) sorted by relevance

/drivers/crypto/intel/qat/qat_common/
A Dicp_qat_uclo.h259 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
/drivers/gpu/drm/panthor/
A Dpanthor_heap.c63 u32 max_chunks; member
276 u32 max_chunks, in panthor_heap_create() argument
290 if (initial_chunk_count > max_chunks) in panthor_heap_create()
314 heap->max_chunks = max_chunks; in panthor_heap_create()
459 heap->chunk_count >= heap->max_chunks) { in panthor_heap_grow()
A Dpanthor_heap.h16 u32 max_chunks,
A Dpanthor_drv.c1149 args->max_chunks, in panthor_ioctl_tiler_heap_create()
/drivers/gpu/drm/xe/
A Dxe_gt_sriov_pf_service.c303 u32 limit, start, max_chunks; in pf_process_runtime_query_msg() local
322 max_chunks = (resp_size - VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN) / chunk_size; in pf_process_runtime_query_msg()
323 limit = limit == VF2PF_QUERY_RUNTIME_NO_LIMIT ? max_chunks : min_t(u32, max_chunks, limit); in pf_process_runtime_query_msg()
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_bloom_filter.c249 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()
/drivers/virt/vboxguest/
A Dvboxguest_core.h46 u32 max_chunks; member
A Dvboxguest_core.c379 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()

Completed in 22 milliseconds