| /third_party/skia/src/gpu/tessellate/ |
| H A D | StrokeFixedCountTessellator.cpp | 35 GrMeshDrawTarget* target, in InstanceWriter() 42 , fChunkBuilder(target, patchChunks, instanceStride, minInstancesPerChunk) in InstanceWriter() 239 int StrokeFixedCountTessellator::prepare(GrMeshDrawTarget* target, in prepare() argument 254 target, in prepare() 416 if (!target->caps().shaderCaps()->vertexIDSupport()) { in prepare() 424 fVertexBufferIfNoIDSupport = target->resourceProvider()->findOrMakeStaticBuffer( in prepare() 34 InstanceWriter(PatchAttribs attribs, GrMeshDrawTarget* target, float matrixMaxScale, const SkMatrix& viewMatrix, GrVertexChunkArray* patchChunks, size_t instanceStride, int minInstancesPerChunk) InstanceWriter() argument
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl_primary_expression_test.cc | 45 EXPECT_NE(call->target.type, nullptr); in TEST_F() 134 ASSERT_NE(call->target.name, nullptr); in TEST_F() 135 EXPECT_EQ(call->target.name->symbol, p->builder().Symbols().Get("S")); in TEST_F() 158 ASSERT_NE(call->target.name, nullptr); in TEST_F() 159 EXPECT_EQ(call->target.name->symbol, p->builder().Symbols().Get("S")); in TEST_F() 233 ASSERT_TRUE(call->target.type->Is<ast::F32>()); in TEST_F()
|
| /third_party/vixl/benchmarks/aarch64/ |
| H A D | bench-utils.cc | 211 __ Adr(PickX(), labels_.begin()->target); in GenerateTrivialSequence() 295 __ Bind(it->target); in BindPendingLabels() 297 delete it->target; in BindPendingLabels() 320 __ B(lt, pair.target); in GenerateBranchSequence() 329 pair.target); in GenerateBranchSequence() 336 __ Cbz(PickX(), pair.target); in GenerateBranchSequence()
|
| /third_party/python/PCbuild/ |
| H A D | build.bat | 51 echo. Set the target manually
60 set target=Build
variable 72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
variable 73 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
variable 143 set target=Build
variable 170 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | Device.cpp | 54 auto target = sk_sp<TextureProxy>(new TextureProxy(ii.dimensions(), textureInfo)); in Make() local 55 sk_sp<DrawContext> dc = DrawContext::Make(target, in Make() 99 TextureProxy* srcProxy = fDC->target(); in onReadPixels() 141 auto target = fDC->target(); in onDevClipBounds() local 142 return SkIRect::MakeSize(target->dimensions()); in onDevClipBounds()
|
| /third_party/skia/gm/ |
| H A D | drawatlas.cpp | 45 static sk_sp<SkImage> MakeAtlas(SkCanvas* caller, const SkRect& target) { in MakeAtlas() argument 55 SkRect r(target); in MakeAtlas() 62 canvas->drawOval(target, paint); in MakeAtlas() 80 const SkRect target = { 50, 50, 80, 90 }; variable 81 auto atlas = MakeAtlas(canvas, target); 110 tex[i] = target;
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboCompletenessTests.cpp | 313 const GLenum target = GL_COLOR_ATTACHMENT0; in build() local 326 texCfg->internalFormat = getDefaultFormat(target, GL_TEXTURE); in build() 336 builder.glAttach(target, att); in build() 431 const GLenum target = s_targets[i]; in build() local 440 attachTargetToNew(target, GL_TEXTURE, fmt, 64, 64, builder); in build() 456 builder.glAttach(target, &att); in build()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSampleShadingTests.cpp | 247 SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type); 270 SampleShadingRenderingCase::SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type) in SampleShadingRenderingCase() argument 271 : MultisampleShaderRenderUtil::MultisampleRenderCase (ctx, name, desc, numSamples, target, RENDER_SIZE) in SampleShadingRenderingCase() 482 SampleShadingRenderingCase::RenderTarget target; 500 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_color").c_str(), "Test multiple samples per pixel with color", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_COLOR)); 501 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_discard").c_str(), "Test multiple samples per pixel with", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_DISCARD));
|
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| H A D | softbus_conn_ble_manager.c | 117 static void TransitionToState(enum BleMgrState target); 548 ConnBleDevice *target = NULL; in PendingDevice() local 550 target = connecting; in PendingDevice() 555 target = it; in PendingDevice() 562 if (target == NULL) { in PendingDevice() 571 ListAdd(&target->requests, &requestIt->node); in PendingDevice() 573 target->fastestConnectEnable = (device->fastestConnectEnable || target->fastestConnectEnable); in PendingDevice() 574 if (strlen(target->udid) == 0 && strlen(device->udid) != 0) { in PendingDevice() 575 if (strcpy_s(target in PendingDevice() 624 ConnBleDevice *target = NULL; BleHandlePendingRequestOnAvailableState() local 1323 ConnBleConnection *target = NULL; GetConnectionByOption() local 1482 TransitionToState(enum BleMgrState target) TransitionToState() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | ULocaleTest.java | 1486 String target = "German (Phonebook Sort Order)"; in TestDisplayWithKeyword() 1487 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1490 target = "德文(電話簿排庝)"; // \u5FB7\u6587\uFF08\u96FB\u8A71\u7C3F\u6392\u5E8F\uFF09 in TestDisplayWithKeyword() 1491 assertEquals("collation", target, name); in TestDisplayWithKeyword() 1494 target = "Japanese (Japanese Yen)"; in TestDisplayWithKeyword() 1495 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1498 target = "日文(日圓)"; // \u65E5\u6587\uFF08\u65E5\u5713\uFF09 in TestDisplayWithKeyword() 1499 assertEquals("currency (JPY)", target, name); in TestDisplayWithKeyword() 1502 target = "German (Currency: XYZ)"; in TestDisplayWithKeyword() 1503 assertEquals("currency (XYZ)", target, nam in TestDisplayWithKeyword() [all...] |
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 825 * hardware as a DMA target */ in libipw_rx() 1532 struct libipw_network *target; in libipw_process_probe_response() local 1580 list_for_each_entry(target, &ieee->network_list, list) { in libipw_process_probe_response() 1581 if (is_same_network(target, &network)) in libipw_process_probe_response() 1585 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1586 oldest = target; in libipw_process_probe_response() 1591 if (&target->list == &ieee->network_list) { in libipw_process_probe_response() 1595 target = oldest; in libipw_process_probe_response() 1597 target->ssid_len, target in libipw_process_probe_response() [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 825 * hardware as a DMA target */ in libipw_rx() 1510 struct libipw_network *target; in libipw_process_probe_response() local 1558 list_for_each_entry(target, &ieee->network_list, list) { in libipw_process_probe_response() 1559 if (is_same_network(target, &network)) in libipw_process_probe_response() 1563 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1564 oldest = target; in libipw_process_probe_response() 1569 if (&target->list == &ieee->network_list) { in libipw_process_probe_response() 1573 target = oldest; in libipw_process_probe_response() 1575 target->ssid_len, target in libipw_process_probe_response() [all...] |
| /kernel/linux/linux-6.6/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 595 struct ep11_target_dev target; in ep11_query_info() local 617 /* urb and target */ in ep11_query_info() 621 target.ap_id = cardnr; in ep11_query_info() 622 target.dom_id = domain; in ep11_query_info() 623 prep_urb(urb, &target, 1, in ep11_query_info() 808 struct ep11_target_dev target; in _ep11_genaeskey() local 869 /* urb and target */ in _ep11_genaeskey() 873 target.ap_id = card; in _ep11_genaeskey() 874 target.dom_id = domain; in _ep11_genaeskey() 875 prep_urb(urb, &target, in _ep11_genaeskey() 981 struct ep11_target_dev target; ep11_cryptsingle() local 1119 struct ep11_target_dev target; _ep11_unwrapkey() local 1290 struct ep11_target_dev target; _ep11_wrapkey() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | objects.cc | 479 HeapObject target = Handle<JSProxy>::cast(currInput)->target(isolate); in NoSideEffectsToMaybeString() local 480 currInput = Handle<Object>(target, isolate); in NoSideEffectsToMaybeString() 1206 // 5. Let target be the value of the [[ProxyTarget]] internal slot of O. in GetProperty() 1207 Handle<JSReceiver> target(JSReceiver::cast(proxy->target()), isolate); in GetProperty() 1215 // 7.a Return target.[[Get]](P, Receiver). in GetProperty() 1217 LookupIterator it(isolate, receiver, key, target); in GetProperty() 1222 // 8. Let trapResult be ? Call(trap, handler, «target, P, Receiver»). in GetProperty() 1224 Handle<Object> args[] = {target, nam in GetProperty() 1240 CheckGetSetTrapResult(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target, Handle<Object> trap_result, AccessKind access_kind) CheckGetSetTrapResult() argument 3100 CheckHasTrap(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target) CheckHasTrap() argument 3220 CheckDeleteTrap(Isolate* isolate, Handle<Name> name, Handle<JSReceiver> target) CheckDeleteTrap() argument 3249 New(Isolate* isolate, Handle<Object> target, Handle<Object> handler) New() argument 5816 InternalIndex target = EntryForProbe(roots, current_key, probe, current); Rehash() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_gm107.cpp | 551 int32_t pos = insn->target.bb->binPos; in emitBRA() 577 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitCAL() 580 int pcAbs = targGM107->getBuiltinOffset(insn->target.builtin); in emitCAL() 584 emitField(0x14, 32, insn->target.bb->binPos); in emitCAL() 601 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPCNT() 623 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPBK() 645 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitPRET() 667 emitField(0x14, 24, insn->target.bb->binPos - (codeSize + 8)); in emitSSY() 2815 switch (tex->tex.target.getEnum()) { in getTEXSTarget() 2859 switch (tex->tex.target in getTLDSTarget() 3264 int target = 0; emitSUTarget() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 141 jerry_value_t target = UNDEFINED; in MallocStringOf() local 146 target = jerry_get_symbol_descriptive_string(source); in MallocStringOf() 148 target = jerry_value_to_string(source); in MallocStringOf() 150 if (IS_ERROR_VALUE(target)) { in MallocStringOf() 155 jerry_size_t size = jerry_get_string_size(target); in MallocStringOf() 171 length = jerry_string_to_char_buffer(target, buffer, size); in MallocStringOf() 173 HILOG_ERROR(HILOG_MODULE_ACE, "jerry string to char buffer failed, target size[%{public}d]", size); in MallocStringOf() 179 jerry_release_value(target); in MallocStringOf() 317 // arg1:target object watched, arg2:watcher callback, arg3:other argument 387 * only used in this file, caller must make sure the target buffe 951 IsHexColor(const char * const target) IsHexColor() argument 955 IsRgbColor(const char * const target) IsRgbColor() argument 959 IsRgbaColor(const char * const target) IsRgbaColor() argument [all...] |
| /third_party/ltp/lib/ |
| H A D | safe_macros.c | 896 const char *source, const char *target, in safe_mount() 903 if (realpath(target, mpath)) { in safe_mount() 909 "Cannot resolve the absolute path of %s", target); in safe_mount() 916 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 933 filesystemtype, source, target); in safe_mount() 944 "mount(%s, %s, %s, %lu, %p) failed", source, target, in safe_mount() 949 source, target, filesystemtype, mountflags, data, in safe_mount() 957 const char *target) in safe_umount() 962 if (realpath(target, mpath)) { in safe_umount() 966 "Cannot resolve the absolute path of %s", target); in safe_umount() 895 safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) safe_mount() argument 956 safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *target) safe_umount() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.h | 139 void BranchTrueShortF(Label* target, CFRegister cc = FCC0); 140 void BranchFalseShortF(Label* target, CFRegister cc = FCC0); 142 void BranchTrueF(Label* target, CFRegister cc = FCC0); 143 void BranchFalseF(Label* target, CFRegister cc = FCC0); 176 void Jump(Register target, COND_ARGS); 177 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 178 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 179 // Deffer from li, this method save target to the memory, and then load 182 void PatchAndJump(Address target); 185 void Call(Register target, COND_ARG [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_autogen.h | 47 GLenum target, 189 GLenum target, 247 GLenum target, 256 GLenum target, 261 GLenum target, 342 GLenum target, 347 GLenum target, 396 GLenum target, 760 GLenum target, 771 GLenum target, [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_parser.cpp | 131 auto &target = get<SPIRType>(fixup.first); in parse() local 133 target.member_types = source.member_types; in parse() 134 target.basetype = source.basetype; in parse() 135 target.self = source.self; in parse() 379 uint32_t target = ops[i]; in parse() local 385 ir.set_decoration_string(target, decoration, ir.get_decoration_string(group_id, decoration)); in parse() 389 ir.meta[target].decoration_word_offset[decoration] = in parse() 391 ir.set_decoration(target, decoration, ir.get_decoration(group_id, decoration)); in parse() 407 uint32_t target = ops[i + 0]; in parse() local 413 ir.set_member_decoration_string(target, inde in parse() 947 uint32_t target = ops[0]; parse() local [all...] |
| /third_party/typescript/lib/ |
| H A D | typingsInstaller.js | 1501 elements.copyWithin(/*target*/ 0, /*start*/ headIndex); 2055 * * Whose length differs from the target name by more than 0.34 of the length of the name. 3161 case 0 /* TypeMapKind.Simple */: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString()); 4053 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id, 5485 // In turn, we offer both a `NodeNext` moving resolution target, and a `Node16` version-anchored resolution target 8344 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."), 8561 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 8606 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"), 8607 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specifie [all...] |
| H A D | tsc.js | 2723 case 0: return "".concat(this.source.__debugTypeToString(), " -> ").concat(this.target.__debugTypeToString()); 3437 instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id, 5481 Jump_target_cannot_cross_function_boundary: diag(1107, ts.DiagnosticCategory.Error, "Jump_target_cannot_cross_function_boundary_1107", "Jump target cannot cross function boundary."), 5698 Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1378, ts.DiagnosticCategory.Error, "Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378", "Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 5743 Default_library_for_target_0: diag(1425, ts.DiagnosticCategory.Message, "Default_library_for_target_0_1425", "Default library for target '{0}'"), 5744 File_is_default_library_for_target_specified_here: diag(1426, ts.DiagnosticCategory.Message, "File_is_default_library_for_target_specified_here_1426", "File is default library for target specified here."), 5750 Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher: diag(1432, ts.DiagnosticCategory.Error, "Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432", "Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher."), 5850 Call_target_does_not_contain_any_signatures: diag(2346, ts.DiagnosticCategory.Error, "Call_target_does_not_contain_any_signatures_2346", "Call target does not contain any signatures."), 5877 Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: diag(2375, ts.DiagnosticCategory.Error, "Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375", "Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."), 5881 Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties: diag(2379, ts.DiagnosticCategory.Error, "Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379", "Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target' 87253 var target = isDelete global() variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_vcn_dec.c | 67 struct pipe_video_buffer *target, in get_h264_msg() 198 if (dec->render_pic_list[i] && dec->render_pic_list[i] == target) { in get_h264_msg() 199 if (target->codec != NULL){ in get_h264_msg() 201 (uintptr_t)vl_video_buffer_get_associated_data(target, &dec->base); in get_h264_msg() 204 vl_video_buffer_set_associated_data(target, &dec->base, (void *)(uintptr_t)i, in get_h264_msg() 213 dec->render_pic_list[i] = target; in get_h264_msg() 215 vl_video_buffer_set_associated_data(target, &dec->base, (void *)(uintptr_t)i, in get_h264_msg() 292 struct pipe_video_buffer *target, in get_h265_msg() 400 dec->render_pic_list[i] = target; in get_h265_msg() 406 vl_video_buffer_set_associated_data(target, in get_h265_msg() 66 get_h264_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_h264_picture_desc *pic) get_h264_msg() argument 291 get_h265_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_h265_picture_desc *pic) get_h265_msg() argument 504 get_vp9_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_vp9_picture_desc *pic) get_vp9_msg() argument 739 get_av1_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_av1_picture_desc *pic) get_av1_msg() argument 1700 rvcn_dec_message_decode(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) rvcn_dec_message_decode() argument 2546 radeon_dec_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_begin_frame() argument 2569 radeon_dec_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) radeon_dec_decode_macroblock() argument 2582 radeon_dec_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) radeon_dec_decode_bitstream() argument 2624 send_cmd_dec(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) send_cmd_dec() argument 2667 radeon_dec_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_end_frame() argument 2685 radeon_dec_jpeg_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) radeon_dec_jpeg_end_frame() argument [all...] |
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_cake.c | 85 * @target: maximum persistent sojourn time & blue update rate 92 u64 target; member 226 u64 target; member 454 if (ktime_to_ns(ktime_sub(now, vars->blue_timer)) > p->target) { in cobalt_queue_full() 479 ktime_to_ns(ktime_sub(now, vars->blue_timer)) > p->target) { in cobalt_queue_empty() 520 * the delay between first exceeding 'target' and the first signalling event, in cobalt_should_drop() 530 over_target = sojourn > p->target && in cobalt_should_drop() 2210 q->tins[i].cparams.target); in cake_dequeue() 2287 b->cparams.target = max((byte_target_ns * 3) / 2, target_ns); in cake_set_rate() 2289 b->cparams.target in cake_set_rate() [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_cake.c | 86 * @target: maximum persistent sojourn time & blue update rate 93 u64 target; member 227 u64 target; member 455 if (ktime_to_ns(ktime_sub(now, vars->blue_timer)) > p->target) { in cobalt_queue_full() 480 ktime_to_ns(ktime_sub(now, vars->blue_timer)) > p->target) { in cobalt_queue_empty() 521 * the delay between first exceeding 'target' and the first signalling event, in cobalt_should_drop() 531 over_target = sojourn > p->target && in cobalt_should_drop() 2211 q->tins[i].cparams.target); in cake_dequeue() 2288 b->cparams.target = max((byte_target_ns * 3) / 2, target_ns); in cake_set_rate() 2290 b->cparams.target in cake_set_rate() [all...] |