| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-cmd-queue.c | 109 int max_depth, int fpa_pool, in cvmx_cmd_queue_initialize() argument 126 if ((max_depth < 0) || (max_depth > 1 << 20)) in cvmx_cmd_queue_initialize() 128 } else if (max_depth != 0) in cvmx_cmd_queue_initialize() 138 if (max_depth != (int)qstate->max_depth) { in cvmx_cmd_queue_initialize() 142 (int)qstate->max_depth); in cvmx_cmd_queue_initialize() 179 qstate->max_depth = max_depth; in cvmx_cmd_queue_initialize()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A 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/drivers/acpi/acpica/ |
| H A D | utcache.c | 34 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()
|
| H A D | nsdump.c | 621 u32 max_depth, in acpi_ns_dump_objects() argument 646 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_objects() 745 u32 max_depth, in acpi_ns_dump_object_paths() argument 767 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths() 775 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, in acpi_ns_dump_object_paths() 826 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) in acpi_ns_dump_tables() argument 850 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, max_depth, in acpi_ns_dump_tables()
|
| H A D | dbstats.c | 75 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()
|
| H A D | acnamesp.h | 79 u32 max_depth, 179 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth); 196 u32 max_depth, 202 u32 max_depth,
|
| H A D | dbnames.c | 175 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace() local 188 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace() 206 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace() 256 u32 max_depth = ACPI_UINT32_MAX; in acpi_db_dump_namespace_by_owner() local 264 max_depth = strtoul(depth_arg, NULL, 0); in acpi_db_dump_namespace_by_owner() 273 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_SUMMARY, max_depth, in acpi_db_dump_namespace_by_owner()
|
| H A D | evxfregn.c | 274 acpi_execute_reg_methods(acpi_handle device, u32 max_depth, in ACPI_EXPORT_SYMBOL() 300 acpi_ev_execute_reg_methods(node, max_depth, space_id, in ACPI_EXPORT_SYMBOL()
|
| H A D | nsxfeval.c | 556 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()
|
| H A D | evregion.c | 688 acpi_ev_execute_reg_methods(struct acpi_namespace_node *node, u32 max_depth, in acpi_ev_execute_reg_methods() argument 722 (void)acpi_ns_walk_namespace(ACPI_TYPE_ANY, node, max_depth, in acpi_ev_execute_reg_methods()
|
| H A D | acevents.h | 191 acpi_ev_execute_reg_methods(struct acpi_namespace_node *node, u32 max_depth,
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | sama5d4_vdec_hw.c | 46 .max_depth = 2, 59 .max_depth = 2, 72 .max_depth = 2,
|
| H A D | stm32mp25_vpu_hw.c | 35 .max_depth = 2, 48 .max_depth = 2, 84 .max_depth = 2,
|
| H A D | sunxi_vpu_hw.c | 71 .max_depth = 2,
|
| /linux/block/ |
| H A D | blk-rq-qos.c | 124 rqd->max_depth = 1; in rq_depth_calc_max_depth() 126 rqd->max_depth = 2; in rq_depth_calc_max_depth() 151 rqd->max_depth = depth; in rq_depth_calc_max_depth() 184 if (rqd->max_depth == 1) in rq_depth_scale_down()
|
| H A D | blk-rq-qos.h | 52 unsigned int max_depth; member
|
| /linux/arch/um/drivers/ |
| H A D | vector_kern.c | 263 % qi->max_depth; in vector_advancehead() 279 % qi->max_depth; in vector_advancetail() 339 if (queue_depth < qi->max_depth) { in vector_enqueue() 412 if (send_len + qi->head > qi->max_depth) in vector_send() 413 send_len = qi->max_depth - qi->head; in vector_send() 479 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 488 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 520 result->max_depth = max_size; in create_queue() 967 if (budget > qi->max_depth) in vector_mmsg_rx() 968 budget = qi->max_depth; in vector_mmsg_rx() [all …]
|
| H A D | vector_kern.h | 49 int head, tail, max_depth, max_iov_frags; member
|
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 75 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 77 depths[0] = node->ports[i]->max_depth; in update_hop_count() 78 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 79 depths[1] = node->ports[i]->max_depth; in update_hop_count() 82 node->max_depth = depths[0] + 1; in update_hop_count()
|
| /linux/fs/befs/ |
| H A D | befs_fs_types.h | 220 fs32 max_depth; member 230 u32 max_depth; member
|
| H A D | btree.c | 153 sup->max_depth = fs32_to_cpu(sb, od_sup->max_depth); in befs_bt_read_super()
|
| /linux/fs/f2fs/ |
| H A D | dir.c | 351 unsigned int max_depth; in __f2fs_find_entry() local 368 max_depth = F2FS_I(dir)->i_current_depth; in __f2fs_find_entry() 369 if (unlikely(max_depth > MAX_DIR_HASH_DEPTH)) { in __f2fs_find_entry() 371 dir->i_ino, max_depth); in __f2fs_find_entry() 372 max_depth = MAX_DIR_HASH_DEPTH; in __f2fs_find_entry() 373 f2fs_i_depth_write(dir, max_depth); in __f2fs_find_entry() 376 for (level = 0; level < max_depth; level++) { in __f2fs_find_entry()
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | iommu.c | 262 u32 max_depth; in vfio_iommu_info_cap_hdr() local 271 max_depth = (info->argsz - sizeof(*info)) / sizeof(*hdr); in vfio_iommu_info_cap_hdr() 275 VFIO_ASSERT_LE(depth, max_depth, "Capability chain contains a cycle\n"); in vfio_iommu_info_cap_hdr()
|
| /linux/tools/perf/util/ |
| H A D | callchain.h | 76 u64 max_depth; member 181 root->max_depth = 0; in callchain_init()
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 701 unsigned int max_depth = 0, depth = 0, frame = 0; in nfp_bpf_get_stack_usage() local 717 max_depth = max(max_depth, depth); in nfp_bpf_get_stack_usage() 743 return max_depth; in nfp_bpf_get_stack_usage()
|