/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 43 * 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 D | interface.c | 601 g_stHiethPlatformData[0].stNetdevLocal.depth.hwXmitq = config->hwXmitq; in HiethInit()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 315 std::unordered_map<NodeId, uint32_t>& mapNode2Count, int depth);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 245 " 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 D | acpi.c | 828 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 D | resource.c | 869 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 D | acpi.c | 826 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 D | saa7134.h | 102 unsigned int depth; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | efifb.c | 322 efifb_attr_decl(depth, "%u");
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis.h | 351 void SiS_CalcCRRegisters(struct SiS_Private *SiS_Pr, int depth);
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 360 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 D | pkt_sched.h | 231 unsigned int depth; /* max number of packets per flow */ member
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | extents.c | 104 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfsplus_ext_write_extent()
|
/kernel/linux/linux-5.10/drivers/video/ |
H A D | vgastate.c | 161 if (state->depth == 4) { in restore_vga_text()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | pkt_sched.h | 232 unsigned int depth; /* max number of packets per flow */ member
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep_proc.c | 169 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 D | oaktrail_crtc.c | 624 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 D | head907d.c | 50 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 D | stk1160-v4l.c | 50 .depth = 16,
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | extent.c | 121 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 D | stk1160-v4l.c | 50 .depth = 16,
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134.h | 102 unsigned int depth; member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | resource.c | 1040 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 D | extents.c | 104 res = hfs_bmap_reserve(fd->tree, fd->tree->depth + 1); in __hfsplus_ext_write_extent()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | lockdep.h | 70 * @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
|