Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dutcache.c68 u16 max_depth, struct acpi_memory_list **return_cache) in acpi_os_create_cache() argument
90 cache->max_depth = max_depth; in acpi_os_create_cache()
200 if (cache->current_depth >= cache->max_depth) { in acpi_os_release_object()
Dnsdump.c648 u32 max_depth, in acpi_ns_dump_objects() argument
672 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_objects()
770 u32 max_depth, in acpi_ns_dump_object_paths() argument
792 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths()
800 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths()
851 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) in acpi_ns_dump_tables() argument
875 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, max_depth, in acpi_ns_dump_tables()
Ddbnames.c210 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace() local
223 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace()
235 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace()
285 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace_by_owner() local
293 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner()
302 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace_by_owner()
Dacnamesp.h106 u32 max_depth,
196 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth);
212 u32 max_depth,
218 u32 max_depth,
Ddbstats.c111 if (list->max_depth > 0) { in acpi_db_list_info()
115 list->max_depth, list->max_depth - list->current_depth, in acpi_db_list_info()
119 if (list->max_depth > 0) { in acpi_db_list_info()
Dnswalk.c186 u32 max_depth, in acpi_ns_walk_namespace() argument
313 (level < max_depth) && (status != AE_CTRL_DEPTH)) { in acpi_ns_walk_namespace()
Dnsxfeval.c569 u32 max_depth, in acpi_walk_namespace() argument
581 (!max_depth) || (!descending_callback && !ascending_callback)) { in acpi_walk_namespace()
619 status = acpi_ns_walk_namespace(type, start_object, max_depth, in acpi_walk_namespace()
/drivers/firewire/
Dcore-topology.c160 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count()
162 depths[0] = node->ports[i]->max_depth; in update_hop_count()
163 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count()
164 depths[1] = node->ports[i]->max_depth; in update_hop_count()
167 node->max_depth = depths[0] + 1; in update_hop_count()
Dcore.h185 u8 max_depth:4; /* Maximum depth to any leaf node */ member
/drivers/message/fusion/
Dmptscsih.c2324 int max_depth; in mptscsih_change_queue_depth() local
2332 max_depth = 1; in mptscsih_change_queue_depth()
2335 max_depth = MPT_SCSI_CMD_PER_DEV_HIGH; in mptscsih_change_queue_depth()
2337 max_depth = MPT_SCSI_CMD_PER_DEV_LOW; in mptscsih_change_queue_depth()
2339 max_depth = ioc->sh->can_queue; in mptscsih_change_queue_depth()
2342 max_depth = 1; in mptscsih_change_queue_depth()
2344 if (qdepth > max_depth) in mptscsih_change_queue_depth()
2345 qdepth = max_depth; in mptscsih_change_queue_depth()
/drivers/pci/
Dsetup-bus.c1705 int max_depth = pci_bus_get_depth(bus); in pci_assign_unassigned_root_bus_resources() local
1707 pci_try_num = max_depth + 1; in pci_assign_unassigned_root_bus_resources()
1710 max_depth, pci_try_num); in pci_assign_unassigned_root_bus_resources()
/drivers/scsi/
Dvirtio_scsi.c737 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() local
739 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1205 int max_depth; in scsih_change_queue_depth() local
1212 max_depth = shost->can_queue; in scsih_change_queue_depth()
1228 max_depth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_change_queue_depth()
1237 max_depth = 1; in scsih_change_queue_depth()
1238 if (qdepth > max_depth) in scsih_change_queue_depth()
1239 qdepth = max_depth; in scsih_change_queue_depth()
/drivers/scsi/fnic/
Dfnic_scsi.c2186 tag = find_next_zero_bit(bqt->tag_map, bqt->max_depth, 1); in fnic_scsi_host_start_tag()
2187 if (tag >= bqt->max_depth) { in fnic_scsi_host_start_tag()