/linux-4.4.14/block/ |
D | blk-tag.c | 39 BUG_ON(find_first_bit(bqt->tag_map, bqt->max_depth) < in blk_free_tags() 40 bqt->max_depth); in blk_free_tags() 111 tags->max_depth = depth; in init_tag_map() 208 int max_depth, nr_ulongs; in blk_queue_resize_tags() local 220 bqt->max_depth = new_depth; in blk_queue_resize_tags() 236 max_depth = bqt->real_max_depth; in blk_queue_resize_tags() 241 memcpy(bqt->tag_index, tag_index, max_depth * sizeof(struct request *)); in blk_queue_resize_tags() 242 nr_ulongs = ALIGN(max_depth, BITS_PER_LONG) / BITS_PER_LONG; in blk_queue_resize_tags() 316 unsigned max_depth; in blk_queue_start_tag() local 334 max_depth = bqt->max_depth; in blk_queue_start_tag() [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-cmd-queue.c | 113 int max_depth, int fpa_pool, in cvmx_cmd_queue_initialize() argument 130 if ((max_depth < 0) || (max_depth > 1 << 20)) in cvmx_cmd_queue_initialize() 132 } else if (max_depth != 0) in cvmx_cmd_queue_initialize() 142 if (max_depth != (int)qstate->max_depth) { in cvmx_cmd_queue_initialize() 146 (int)qstate->max_depth); in cvmx_cmd_queue_initialize() 183 qstate->max_depth = max_depth; in cvmx_cmd_queue_initialize()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-cmd-queue.h | 133 uint32_t max_depth; member 171 int max_depth, int fpa_pool, 343 if (CVMX_CMD_QUEUE_ENABLE_MAX_DEPTH && unlikely(qptr->max_depth)) { in cvmx_cmd_queue_write() 345 (cvmx_cmd_queue_length(queue_id) > (int)qptr->max_depth)) { in cvmx_cmd_queue_write() 441 if (CVMX_CMD_QUEUE_ENABLE_MAX_DEPTH && unlikely(qptr->max_depth)) { in cvmx_cmd_queue_write2() 443 (cvmx_cmd_queue_length(queue_id) > (int)qptr->max_depth)) { in cvmx_cmd_queue_write2() 542 if (CVMX_CMD_QUEUE_ENABLE_MAX_DEPTH && unlikely(qptr->max_depth)) { in cvmx_cmd_queue_write3() 544 (cvmx_cmd_queue_length(queue_id) > (int)qptr->max_depth)) { in cvmx_cmd_queue_write3()
|
/linux-4.4.14/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 | 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 | 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 | 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()
|
/linux-4.4.14/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
|
/linux-4.4.14/fs/befs/ |
D | befs_fs_types.h | 219 fs32 max_depth; member 229 u32 max_depth; member
|
D | btree.c | 156 sup->max_depth = fs32_to_cpu(sb, od_sup->max_depth); in befs_bt_read_super()
|
D | debug.c | 230 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_entry()
|
/linux-4.4.14/tools/perf/util/ |
D | callchain.h | 67 u64 max_depth; member 139 root->max_depth = 0; in callchain_init()
|
D | callchain.c | 631 if (cursor->nr > root->max_depth) in callchain_append() 632 root->max_depth = cursor->nr; in callchain_append()
|
/linux-4.4.14/kernel/trace/ |
D | trace_functions_graph.c | 67 static unsigned int max_depth; variable 327 (max_depth && trace->depth >= max_depth)) in trace_graph_entry() 1425 max_depth = val; in graph_depth_write() 1439 n = sprintf(buf, "%d\n", max_depth); in graph_depth_read()
|
/linux-4.4.14/fs/f2fs/ |
D | dir.c | 221 unsigned int max_depth; in f2fs_find_entry() local 240 max_depth = F2FS_I(dir)->i_current_depth; in f2fs_find_entry() 242 for (level = 0; level < max_depth; level++) { in f2fs_find_entry()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptscsih.c | 2323 int max_depth; in mptscsih_change_queue_depth() local 2331 max_depth = 1; in mptscsih_change_queue_depth() 2334 max_depth = MPT_SCSI_CMD_PER_DEV_HIGH; in mptscsih_change_queue_depth() 2336 max_depth = MPT_SCSI_CMD_PER_DEV_LOW; in mptscsih_change_queue_depth() 2338 max_depth = ioc->sh->can_queue; in mptscsih_change_queue_depth() 2341 max_depth = 1; in mptscsih_change_queue_depth() 2343 if (qdepth > max_depth) in mptscsih_change_queue_depth() 2344 qdepth = max_depth; in mptscsih_change_queue_depth()
|
/linux-4.4.14/include/acpi/ |
D | acpiosxf.h | 216 u16 max_depth, acpi_cache_t ** return_cache);
|
D | actypes.h | 1235 u16 max_depth; member
|
D | acpixf.h | 474 u32 max_depth,
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 210 ret = b->callchain->max_depth - a->callchain->max_depth; in __hpp__sort_acc()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_cumulate.c | 158 #define DEPTH(he) (he->callchain->max_depth)
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 706 int max_depth = shost->cmd_per_lun; in virtscsi_change_queue_depth() local 708 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 1204 int max_depth; in scsih_change_queue_depth() local 1211 max_depth = shost->can_queue; in scsih_change_queue_depth() 1227 max_depth = MPT3SAS_SATA_QUEUE_DEPTH; in scsih_change_queue_depth() 1236 max_depth = 1; in scsih_change_queue_depth() 1237 if (qdepth > max_depth) in scsih_change_queue_depth() 1238 qdepth = max_depth; in scsih_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_scsi.c | 2183 tag = find_next_zero_bit(bqt->tag_map, bqt->max_depth, 1); in fnic_scsi_host_start_tag() 2184 if (tag >= bqt->max_depth) { in fnic_scsi_host_start_tag()
|
/linux-4.4.14/include/linux/ |
D | blkdev.h | 239 int max_depth; /* what we will send to device */ member
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 803 int max_depth; /* max queue depth */
|