Home
last modified time | relevance | path

Searched refs:max_depth (Results 1 – 19 of 19) sorted by relevance

/drivers/acpi/acpica/
Dutcache.c34 u16 max_depth, struct acpi_memory_list **return_cache) in acpi_os_create_cache() argument
56 cache->max_depth = max_depth; in acpi_os_create_cache()
165 if (cache->current_depth >= cache->max_depth) { in acpi_os_release_object()
Dnsdump.c623 u32 max_depth, in acpi_ns_dump_objects() argument
648 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_objects()
747 u32 max_depth, in acpi_ns_dump_object_paths() argument
769 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths()
777 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths()
828 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) in acpi_ns_dump_tables() argument
852 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, max_depth, in acpi_ns_dump_tables()
Ddbnames.c174 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace() local
187 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace()
205 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace()
255 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace_by_owner() local
263 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
272 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace_by_owner()
Ddbstats.c75 if (list->max_depth > 0) { in acpi_db_list_info()
79 list->max_depth, list->max_depth - list->current_depth, in acpi_db_list_info()
83 if (list->max_depth > 0) { in acpi_db_list_info()
Dacnamesp.h79 u32 max_depth,
179 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth);
196 u32 max_depth,
202 u32 max_depth,
Dnswalk.c152 u32 max_depth, in acpi_ns_walk_namespace() argument
279 (level < max_depth) && (status != AE_CTRL_DEPTH)) { in acpi_ns_walk_namespace()
Dnsxfeval.c556 u32 max_depth, in acpi_walk_namespace() argument
568 (!max_depth) || (!descending_callback && !ascending_callback)) { in acpi_walk_namespace()
606 status = acpi_ns_walk_namespace(type, start_object, max_depth, in acpi_walk_namespace()
/drivers/staging/media/hantro/
Drk3288_vpu_hw.c46 .max_depth = 2,
67 .max_depth = 2,
80 .max_depth = 2,
93 .max_depth = 2,
Drk3399_vpu_hw.c45 .max_depth = 2,
66 .max_depth = 2,
79 .max_depth = 2,
Dhantro.h278 int max_depth; member
Dhantro_v4l2.c258 pix_mp->width * pix_mp->height * fmt->max_depth; in vidioc_try_fmt()
313 fmt->width * fmt->height * vpu_fmt->max_depth; in hantro_reset_encoded_fmt()
/drivers/firewire/
Dcore-topology.c147 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count()
149 depths[0] = node->ports[i]->max_depth; in update_hop_count()
150 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count()
151 depths[1] = node->ports[i]->max_depth; in update_hop_count()
154 node->max_depth = depths[0] + 1; in update_hop_count()
Dcore.h186 u8 max_depth:4; /* Maximum depth to any leaf node */ member
/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c696 unsigned int max_depth = 0, depth = 0, frame = 0; in nfp_bpf_get_stack_usage() local
712 max_depth = max(max_depth, depth); in nfp_bpf_get_stack_usage()
738 return max_depth; in nfp_bpf_get_stack_usage()
/drivers/message/fusion/
Dmptscsih.c2318 int max_depth; in mptscsih_change_queue_depth() local
2326 max_depth = 1; in mptscsih_change_queue_depth()
2329 max_depth = MPT_SCSI_CMD_PER_DEV_HIGH; in mptscsih_change_queue_depth()
2331 max_depth = MPT_SCSI_CMD_PER_DEV_LOW; in mptscsih_change_queue_depth()
2333 max_depth = ioc->sh->can_queue; in mptscsih_change_queue_depth()
2336 max_depth = 1; in mptscsih_change_queue_depth()
2338 if (qdepth > max_depth) in mptscsih_change_queue_depth()
2339 qdepth = max_depth; in mptscsih_change_queue_depth()
/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_dpe.c47 #define GET_FLUX_REQ_IN(max_depth) ((max_depth) * 50 / 100) argument
48 #define GET_FLUX_REQ_OUT(max_depth) ((max_depth) * 90 / 100) argument
/drivers/scsi/
Dvirtio_scsi.c675 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() local
677 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
/drivers/pci/
Dsetup-bus.c1730 int max_depth = pci_bus_get_depth(bus); in pci_assign_unassigned_root_bus_resources() local
1732 pci_try_num = max_depth + 1; in pci_assign_unassigned_root_bus_resources()
1734 max_depth, pci_try_num); in pci_assign_unassigned_root_bus_resources()
/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1516 int max_depth; in scsih_change_queue_depth() local
1523 max_depth = shost->can_queue; in scsih_change_queue_depth()
1545 max_depth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_change_queue_depth()
1554 max_depth = 1; in scsih_change_queue_depth()
1555 if (qdepth > max_depth) in scsih_change_queue_depth()
1556 qdepth = max_depth; in scsih_change_queue_depth()