/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | main.c | 130 iwdev->rf->reset = true; in irdma_iidc_event_handler() 137 iwdev->rf->reset = true; in irdma_iidc_event_handler() 141 iwdev->rf->reset = true; in irdma_iidc_event_handler() 143 if (iwdev->rf->reset) in irdma_iidc_event_handler() 149 * irdma_request_reset - Request a reset 156 ibdev_warn(&rf->iwdev->ibdev, "Requesting a reset\n"); in irdma_request_reset()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | amd_nb.c | 397 static unsigned int reset, ban; in amd_set_subcaches() local 405 /* if necessary, collect reset state of L3 partitioning and BAN mode */ in amd_set_subcaches() 406 if (reset == 0) { in amd_set_subcaches() 407 pci_read_config_dword(nb->link, 0x1d4, &reset); in amd_set_subcaches() 424 /* reset BAN mode if L3 partitioning returned to reset state */ in amd_set_subcaches() 426 if (reg == reset) { in amd_set_subcaches()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a2000.c | 206 .reset = drm_atomic_helper_connector_reset, 215 .reset = drm_atomic_helper_connector_reset, 224 * This is because we need its reset() callback get called, to 242 /* help the hdmi phy to get out of reset state */ in ls7a2000_hdmi0_encoder_reset() 264 /* help the hdmi phy to get out of reset state */ in ls7a2000_hdmi1_encoder_reset() 274 .reset = ls7a2000_hdmi0_encoder_reset, 278 .reset = ls7a2000_hdmi1_encoder_reset,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | intr.c | 95 if (intr->func->reset) in nvkm_intr_allow_locked() 96 intr->func->reset(intr, leaf, mask); in nvkm_intr_allow_locked() 201 if (intr->func->reset) in nvkm_intr() 202 intr->func->reset(intr, inth->leaf, inth->mask); in nvkm_intr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 274 .reset = vmw_du_crtc_reset, 309 .reset = vmw_du_connector_reset, 384 .reset = vmw_du_plane_reset, 393 .reset = vmw_du_plane_reset,
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 47 "Please note that specifying commits will 'git reset --hard\' " \ 78 help="reset current Git tree even when it's dirty") 98 "calls 'git reset --hard' for some performance\nreasons. " 154 reset(commit_a) 158 reset(commit_b) 174 # reset to head 175 reset(head) 207 def reset(commit): function 209 execute(["git", "reset", "--hard", commit])
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_limit.c | 211 const struct nft_expr *expr, bool reset) in nft_limit_pkts_dump() 269 const struct nft_expr *expr, bool reset) in nft_limit_bytes_dump() 355 bool reset) in nft_limit_obj_pkts_dump() 402 bool reset) in nft_limit_obj_bytes_dump() 210 nft_limit_pkts_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_pkts_dump() argument 268 nft_limit_bytes_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_bytes_dump() argument 353 nft_limit_obj_pkts_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_pkts_dump() argument 400 nft_limit_obj_bytes_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_limit_obj_bytes_dump() argument
|
/third_party/benchmark/src/ |
H A D | benchmark_runner.cc | 263 manager.reset(new internal::ThreadManager(b.threads())); in DoNIterations() 287 manager.reset(); in DoNIterations() 461 manager.reset(new internal::ThreadManager(1)); in DoOneRepetition() 466 manager.reset(); in DoOneRepetition()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 101 cfpos.reset(); in testSetters() 234 cfpos.reset(); in checkFormattedValue() 259 cfpos.reset(); in checkFormattedValue() 265 cfpos.reset(); in checkFormattedValue()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | FormattedValueTest.java | 104 cfpos.reset(); in testSetters() 224 cfpos.reset(); in checkFormattedValue() 247 cfpos.reset(); in checkFormattedValue() 253 cfpos.reset(); in checkFormattedValue()
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.cc | 145 dns_query_.reset(); in disconnect() 164 wb_.reset(); in disconnect() 262 dns_query_.reset(); in initiate_connection() 265 dns_query_.reset(); in initiate_connection()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | loadednormalizer2impl.cpp | 180 nfcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 185 nfkcInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 189 nfkc_cfInitOnce.reset(); in uprv_loaded_normalizer2_cleanup() 193 nfkc_scfInitOnce.reset(); in uprv_loaded_normalizer2_cleanup()
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 292 symt.reset(); in initialize() 293 dwfl_handle.reset(); in initialize() 480 reader::reset(const std::string& elf_path, in reset() function in abigail::elf::reader 484 fe_iface::reset(elf_path, opts.env); in reset()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 443 static int reset(void *codec_info) { in reset() function 571 .reset = reset, 595 .reset = reset_hd,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramExecutable.h | 116 void reset(); 125 void resetInfoLog() { mInfoLog.reset(); } in resetInfoLog() 127 void resetLinkedShaderStages() { mLinkedShaderStages.reset(); } in resetLinkedShaderStages() 315 void resetCachedValidateSamplersResult() { mCachedValidateSamplersResult.reset(); }
|
/third_party/skia/src/core/ |
H A D | SkPaint.cpp | 110 void SkPaint::reset() { *this = SkPaint(); } in reset() function in SkPaint 361 paint.reset(); in Unflatten() 376 dst->reset(); in getFillPath() 410 dst->reset(); in getFillPath()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPipeline.cpp | 270 vertexShader.reset(); in destroyPipeline() 271 fragmentShader.reset(); in destroyPipeline() 395 shader.reset(); in destroyPipeline() 396 program.reset(); in destroyPipeline()
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.cpp | 416 m_lzwContext.reset(new SkGIFLZWContext(client, this)); in decode() 418 m_lzwContext.reset(); in decode() 444 m_lzwContext.reset(); in decode() 946 rowBuffer.reset(m_frameContext->width() - 1 + kMaxBytes); in prepareToDecode()
|
H A D | SkLibGifCodec.cpp | 167 fCurrColorTable.reset(new SkColorTable(&color, 1)); in initializeColorTable() 172 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable() 222 fXformBuffer.reset(new uint32_t[dstInfo.width()]); in prepareToDecode() 226 fTmpBuffer.reset(new uint8_t[dstInfo.minRowBytes()]); in prepareToDecode()
|
/third_party/skia/tests/ |
H A D | DrawPathTest.cpp | 206 path.reset(); // preserves our filltype in test_inversepathwithclip() 296 m.reset(); in test_halfway() 305 m.reset(); in test_halfway() 310 m.reset(); in test_halfway()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | BitVector.h | 218 // Set, reset, flip 260 BitVector &reset() { in reset() function in llvm::BitVector 265 BitVector &reset(unsigned Idx) { in reset() function in llvm::BitVector 270 /// reset - Efficiently reset a range of bits in [I, E) 271 BitVector &reset(unsigned I, unsigned E) { in reset() function in llvm::BitVector 272 assert(I <= E && "Attempted to reset backwards range!"); in reset() 273 assert(E <= size() && "Attempted to reset out-of-bounds range!"); in reset() 380 /// reset - Reset bits that are set in RHS. Same as *this &= ~RHS. 381 BitVector &reset(cons [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SpeculationHardening.cpp | 464 RegsAlreadyMasked.reset(); in slhLoads() 500 RegsAlreadyMasked.reset(*AI); in slhLoads() 597 RegsNeedingCSDBBeforeUse.reset(); in insertCSDB() 605 RegsNeedingCSDBBeforeUse.reset(); in lowerSpeculationSafeValuePseudos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | ControlFlow.cpp | 36 reset(); \ in TEST_F() 137 reset(); \ in TEST_F() 181 reset(); \ in TEST_F() 280 reset(); \ in TEST_F()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 193 if (image->reset(std::move(data), mipmapped, std::move(cs))) { in Make() 204 if (image->reset(std::move(pixmaps), mipmapped, std::move(cs))) { in Make() 221 bool LazyYUVImage::reset(sk_sp<SkData> data, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) { 247 bool LazyYUVImage::reset(SkYUVAPixmaps pixmaps, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) { in reset() function in sk_gpu_test::LazyYUVImage
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 214 fLoaded.reset(); in loadEffects() 215 fRunning.reset(); in loadEffects() 220 effect.fParams.reset(new SkParticleEffectParams()); in loadEffects() 254 effect.fParams.reset(new SkParticleEffectParams()); in draw()
|