Home
last modified time | relevance | path

Searched refs:depth (Results 3301 - 3325 of 5122) sorted by relevance

1...<<131132133134135136137138139140>>...205

/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c43 * The first pass is depth-first-search to check that the program is a DAG.
3483 int depth = 0, frame = 0, idx = 0, i = 0, subprog_end; in check_max_stack_depth() local
3494 * depth for such case down to 256 so that the worst case scenario in check_max_stack_depth()
3511 if (idx && subprog[idx].has_tail_call && depth >= 256) { in check_max_stack_depth()
3514 depth); in check_max_stack_depth()
3520 depth += round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth()
3521 if (depth > MAX_BPF_STACK) { in check_max_stack_depth()
3523 frame + 1, depth); in check_max_stack_depth()
3573 depth -= round_up(max_t(u32, subprog[idx].stack_depth, 1), 32); in check_max_stack_depth()
8816 /* non-recursive depth
11598 int i, depth; fixup_call_args() local
12159 u32 depth = env->subprog_info[i].stack_depth; print_verification_stats() local
[all...]
/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dinterface.c601 g_stHiethPlatformData[0].stNetdevLocal.depth.hwXmitq = config->hwXmitq; in HiethInit()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h315 std::unordered_map<NodeId, uint32_t>& mapNode2Count, int depth);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp245 " groupCode=%{public}d, depth=%{public}d", in GetObjectPropList()
246 context_->handle, context_->format, context_->property, context_->groupCode, context_->depth); in GetObjectPropList()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dacpi.c828 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Dresource.c869 static acpi_status acpi_res_consumer_cb(acpi_handle handle, u32 depth, in acpi_res_consumer_cb() argument
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dacpi.c826 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic() argument
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134.h102 unsigned int depth; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Defifb.c322 efifb_attr_decl(depth, "%u");
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis.h351 void SiS_CalcCRRegisters(struct SiS_Private *SiS_Pr, int depth);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_local.h360 void __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth);
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dpkt_sched.h231 unsigned int depth; /* max number of packets per flow */ member
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dextents.c104 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfsplus_ext_write_extent()
/kernel/linux/linux-5.10/drivers/video/
H A Dvgastate.c161 if (state->depth == 4) { in restore_vga_text()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_sched.h232 unsigned int depth; /* max number of packets per flow */ member
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep_proc.c169 for (i = 0; i < chain->depth; i++) { in lc_show()
365 seq_printf(m, " max locking depth: %11u\n", in lockdep_stats_show()
368 seq_printf(m, " max bfs queue depth: %11u\n", in lockdep_stats_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c624 if (fb->format->depth == 15) in oaktrail_pipe_set_base()
634 dev_err(dev->dev, "Unknown color depth\n"); in oaktrail_pipe_set_base()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead907d.c50 NVVAL(NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE, PIXEL_DEPTH, asyh->or.depth), in head907d_or()
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c50 .depth = 16,
/kernel/linux/linux-5.10/fs/hfs/
H A Dextent.c121 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfs_ext_write_extent()
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c50 .depth = 16,
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134.h102 unsigned int depth; member
/kernel/linux/linux-6.6/drivers/acpi/
H A Dresource.c1040 static acpi_status acpi_res_consumer_cb(acpi_handle handle, u32 depth, in acpi_res_consumer_cb() argument
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dextents.c104 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfsplus_ext_write_extent()
/kernel/linux/linux-6.6/include/linux/
H A Dlockdep.h70 * @depth: the number of held locks in this chain
78 depth : 6, member
536 * For trivial one-depth nesting of a lock-class, the following

Completed in 49 milliseconds

1...<<131132133134135136137138139140>>...205