| /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 | 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/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()
|
| H A D | debug.c | 234 befs_debug(sb, " max_depth %08x", fs32_to_cpu(sb, super->max_depth)); in befs_dump_index_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/arch/um/drivers/ |
| H A D | vector_kern.h | 49 int head, tail, max_depth, max_iov_frags; member
|
| /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()
|
| /linux/block/ |
| H A D | blk-rq-qos.h | 52 unsigned int max_depth; member
|
| /linux/include/acpi/ |
| H A D | acpiosxf.h | 203 u16 max_depth, acpi_cache_t ** return_cache);
|
| /linux/tools/perf/tests/ |
| H A D | hists_cumulate.c | 170 #define DEPTH(he) (he->callchain->max_depth)
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 335 ret = b->callchain->max_depth - a->callchain->max_depth; in __hpp__sort_acc()
|