| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 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()
|
| 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()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | stackmap.c | 361 get_callchain_entry_for_task(struct task_struct *task, u32 max_depth) in get_callchain_entry_for_task() argument 373 max_depth, 0); in get_callchain_entry_for_task() 470 u32 max_depth = map->value_size / stack_map_data_size(map); in BPF_CALL_3() local 480 max_depth += skip; in BPF_CALL_3() 481 if (max_depth > sysctl_perf_event_max_stack) in BPF_CALL_3() 482 max_depth = sysctl_perf_event_max_stack; in BPF_CALL_3() 484 trace = get_perf_callchain(regs, 0, kernel, user, max_depth, in BPF_CALL_3() 576 u32 trace_nr, copy_len, elem_size, num_elem, max_depth; in __bpf_get_stack() local 601 max_depth = num_elem + skip; in __bpf_get_stack() 602 if (sysctl_perf_event_max_stack < max_depth) in __bpf_get_stack() [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iolatency.c | 282 return rq_wait_inc_below(rqw, iolat->rq_depth.max_depth); in iolat_acquire_inflight() 374 unsigned long old = iolat->rq_depth.max_depth; in scale_change() 386 iolat->rq_depth.max_depth = old; in scale_change() 391 iolat->rq_depth.max_depth = max(old, 1UL); in scale_change() 449 if (iolat->rq_depth.max_depth == 1 && direction < 0) { in check_scale_change() 457 iolat->rq_depth.max_depth = UINT_MAX; in check_scale_change() 512 if (unlikely(issue_as_root && iolat->rq_depth.max_depth != UINT_MAX)) { in iolatency_record_time() 920 if (iolat->rq_depth.max_depth == UINT_MAX) in iolatency_ssd_stat() 927 iolat->rq_depth.max_depth); in iolatency_ssd_stat() 945 if (iolat->rq_depth.max_depth == UINT_MAX) in iolatency_pd_stat() [all …]
|
| H A D | blk-rq-qos.c | 130 rqd->max_depth = 1; in rq_depth_calc_max_depth() 132 rqd->max_depth = 2; in rq_depth_calc_max_depth() 157 rqd->max_depth = depth; in rq_depth_calc_max_depth() 190 if (rqd->max_depth == 1) in rq_depth_scale_down()
|
| H A D | blk-wbt.c | 294 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 301 } else if (rwb->rq_depth.max_depth <= 2) { in calc_wb_limits() 302 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits() 305 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits() 306 rwb->wb_background = (rwb->rq_depth.max_depth + 3) / 4; in calc_wb_limits() 474 limit = rwb->rq_depth.max_depth; in get_limit()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | rk3288_vpu_hw.c | 46 .max_depth = 2, 74 .max_depth = 2, 87 .max_depth = 2, 100 .max_depth = 2,
|
| H A D | rk3399_vpu_hw.c | 45 .max_depth = 2, 66 .max_depth = 2, 79 .max_depth = 2,
|
| H A D | imx8m_vpu_hw.c | 95 .max_depth = 2, 108 .max_depth = 2, 121 .max_depth = 2,
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vector_kern.c | 255 % qi->max_depth; in vector_advancehead() 285 % qi->max_depth; in vector_advancetail() 350 if (queue_depth < qi->max_depth) { in vector_enqueue() 412 int result = 0, send_len, queue_depth = qi->max_depth; in vector_send() 425 if (send_len + qi->head > qi->max_depth) in vector_send() 426 send_len = qi->max_depth - qi->head; in vector_send() 497 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 506 for (i = 0; i < qi->max_depth; i++) { in destroy_queue() 538 result->max_depth = max_size; in create_queue() 977 vp->fds->rx_fd, qi->mmsg_vector, qi->max_depth, 0); in vector_mmsg_rx() [all …]
|
| H A D | vector_kern.h | 46 int queue_depth, head, tail, max_depth, max_iov_frags; member
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-depends | 205 arrow_dir, draw_graph, depth, max_depth, pkg, colors): argument 222 if max_depth == 0 or depth < max_depth: 237 arrow_dir, draw_graph, depth + 1, max_depth, d, colors)
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | core-topology.c | 147 if (node->ports[i]->max_depth > depths[0]) { in update_hop_count() 149 depths[0] = node->ports[i]->max_depth; in update_hop_count() 150 } else if (node->ports[i]->max_depth > depths[1]) in update_hop_count() 151 depths[1] = node->ports[i]->max_depth; in update_hop_count() 154 node->max_depth = depths[0] + 1; in update_hop_count()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | trace.c | 39 int max_depth; member 114 hdr->max_depth = hdr->depth; in __cyg_profile_func_enter() 262 printf("%15d maximum observed call depth\n", hdr->max_depth); in trace_print_stats()
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | befs_fs_types.h | 220 fs32 max_depth; member 230 u32 max_depth; member
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | dir.c | 395 unsigned int max_depth; in __f2fs_find_entry() local 408 max_depth = F2FS_I(dir)->i_current_depth; in __f2fs_find_entry() 409 if (unlikely(max_depth > MAX_DIR_HASH_DEPTH)) { in __f2fs_find_entry() 411 dir->i_ino, max_depth); in __f2fs_find_entry() 412 max_depth = MAX_DIR_HASH_DEPTH; in __f2fs_find_entry() 413 f2fs_i_depth_write(dir, max_depth); in __f2fs_find_entry() 416 for (level = 0; level < max_depth; level++) { in __f2fs_find_entry()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | callchain.h | 76 u64 max_depth; member 182 root->max_depth = 0; in callchain_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 696 unsigned int max_depth = 0, depth = 0, frame = 0; in nfp_bpf_get_stack_usage() local 712 max_depth = max(max_depth, depth); in nfp_bpf_get_stack_usage() 738 return max_depth; in nfp_bpf_get_stack_usage()
|