/linux-6.3-rc2/arch/mips/cavium-octeon/executive/ |
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-6.3-rc2/arch/mips/include/asm/octeon/ |
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-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | rockchip_vpu_hw.c | 48 .max_depth = 2, 93 .max_depth = 2, 106 .max_depth = 2, 119 .max_depth = 2, 147 .max_depth = 2, 160 .max_depth = 2, 173 .max_depth = 2, 201 .max_depth = 2, 214 .max_depth = 2, 227 .max_depth = 2, [all …]
|
A D | sama5d4_vdec_hw.c | 46 .max_depth = 2, 59 .max_depth = 2, 72 .max_depth = 2,
|
A D | imx8m_vpu_hw.c | 113 .max_depth = 2, 126 .max_depth = 2, 139 .max_depth = 2, 210 .max_depth = 2, 223 .max_depth = 2,
|
A D | sunxi_vpu_hw.c | 71 .max_depth = 2,
|
/linux-6.3-rc2/kernel/bpf/ |
A D | stackmap.c | 189 max_depth, 0); in get_callchain_entry_for_task() 286 u32 max_depth = map->value_size / stack_map_data_size(map); in BPF_CALL_3() local 296 max_depth += skip; in BPF_CALL_3() 297 if (max_depth > sysctl_perf_event_max_stack) in BPF_CALL_3() 298 max_depth = sysctl_perf_event_max_stack; in BPF_CALL_3() 300 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in BPF_CALL_3() 392 u32 trace_nr, copy_len, elem_size, num_elem, max_depth; in __bpf_get_stack() local 417 max_depth = num_elem + skip; in __bpf_get_stack() 418 if (sysctl_perf_event_max_stack < max_depth) in __bpf_get_stack() 419 max_depth = sysctl_perf_event_max_stack; in __bpf_get_stack() [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
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()
|
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()
|
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()
|
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,
|
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()
|
A D | nswalk.c | 152 u32 max_depth, in acpi_ns_walk_namespace() argument 282 (level < max_depth) && (status != AE_CTRL_DEPTH)) { in acpi_ns_walk_namespace()
|
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()
|
/linux-6.3-rc2/block/ |
A D | blk-iolatency.c | 144 unsigned int max_depth; member 377 unsigned long old = iolat->max_depth; in scale_change() 389 iolat->max_depth = old; in scale_change() 394 iolat->max_depth = max(old, 1UL); in scale_change() 447 if (iolat->max_depth == 1 && direction < 0) { in check_scale_change() 455 iolat->max_depth = UINT_MAX; in check_scale_change() 916 if (iolat->max_depth == UINT_MAX) in iolatency_ssd_stat() 924 iolat->max_depth); in iolatency_ssd_stat() 941 if (iolat->max_depth == UINT_MAX) in iolatency_pd_stat() 946 iolat->max_depth, avg_lat, cur_win); in iolatency_pd_stat() [all …]
|
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()
|
A D | blk-wbt.c | 372 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 379 } else if (rwb->rq_depth.max_depth <= 2) { in calc_wb_limits() 380 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits() 383 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits() 384 rwb->wb_background = (rwb->rq_depth.max_depth + 3) / 4; in calc_wb_limits() 567 limit = rwb->rq_depth.max_depth; in get_limit()
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | vector_kern.c | 254 % qi->max_depth; in vector_advancehead() 284 % qi->max_depth; in vector_advancetail() 349 if (queue_depth < qi->max_depth) { in vector_enqueue() 424 if (send_len + qi->head > qi->max_depth) in vector_send() 425 send_len = qi->max_depth - qi->head; in vector_send() 493 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 502 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 534 result->max_depth = max_size; in create_queue() 973 if (budget > qi->max_depth) in vector_mmsg_rx() 974 budget = qi->max_depth; in vector_mmsg_rx() [all …]
|
A D | vector_kern.h | 47 int queue_depth, head, tail, max_depth, max_iov_frags; member
|
/linux-6.3-rc2/drivers/firewire/ |
A D | core-topology.c | 148 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 150 depths[0] = node->ports[i]->max_depth; in update_hop_count() 151 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 152 depths[1] = node->ports[i]->max_depth; in update_hop_count() 155 node->max_depth = depths[0] + 1; in update_hop_count()
|
/linux-6.3-rc2/fs/befs/ |
A D | befs_fs_types.h | 220 fs32 max_depth; member 230 u32 max_depth; member
|
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/ |
A D | cedrus.c | 48 unsigned int bit_depth, max_depth; in cedrus_try_ctrl() local 59 max_depth = 10; in cedrus_try_ctrl() 61 max_depth = 8; in cedrus_try_ctrl() 63 if (bit_depth > max_depth) in cedrus_try_ctrl()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | dir.c | 399 unsigned int max_depth; in __f2fs_find_entry() local 412 max_depth = F2FS_I(dir)->i_current_depth; in __f2fs_find_entry() 413 if (unlikely(max_depth > MAX_DIR_HASH_DEPTH)) { in __f2fs_find_entry() 415 dir->i_ino, max_depth); in __f2fs_find_entry() 416 max_depth = MAX_DIR_HASH_DEPTH; in __f2fs_find_entry() 417 f2fs_i_depth_write(dir, max_depth); in __f2fs_find_entry() 420 for (level = 0; level < max_depth; level++) { in __f2fs_find_entry()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | callchain.h | 76 u64 max_depth; member 182 root->max_depth = 0; in callchain_init()
|
/linux-6.3-rc2/scripts/ |
A D | list-gitignored.c | 611 static int depth, max_depth; variable 811 if (depth >= max_depth) { in increment_depth() 812 max_depth += 1; in increment_depth() 814 sizeof(*nr_patterns_at) * max_depth); in increment_depth()
|