/drivers/acpi/acpica/ |
D | utcache.c | 68 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()
|
D | nsdump.c | 648 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()
|
D | dbnames.c | 210 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()
|
D | acnamesp.h | 106 u32 max_depth, 196 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth); 212 u32 max_depth, 218 u32 max_depth,
|
D | dbstats.c | 111 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()
|
D | nswalk.c | 186 u32 max_depth, in acpi_ns_walk_namespace() argument 313 (level < max_depth) && (status != AE_CTRL_DEPTH)) { in acpi_ns_walk_namespace()
|
D | nsxfeval.c | 569 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/ |
D | core-topology.c | 160 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()
|
D | core.h | 185 u8 max_depth:4; /* Maximum depth to any leaf node */ member
|
/drivers/message/fusion/ |
D | mptscsih.c | 2324 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/ |
D | setup-bus.c | 1705 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/ |
D | virtio_scsi.c | 737 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/ |
D | mpt3sas_scsih.c | 1205 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/ |
D | fnic_scsi.c | 2186 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()
|