/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 3856 * Do the final bits of extent record insertion at the target leaf 4273 * target leaf. in ocfs2_do_insert_extent() 6113 tid_t target; in ocfs2_try_to_free_truncate_log() local 6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log() 6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 3854 * Do the final bits of extent record insertion at the target leaf 4271 * target leaf. in ocfs2_do_insert_extent() 6113 tid_t target; in ocfs2_try_to_free_truncate_log() local 6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log() 6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 486 * ibmvfc_set_tgt_action - Set the next init action for the target 487 * @tgt: ibmvfc target struct 652 * ibmvfc_del_tgt - Schedule cleanup and removal of the target 653 * @tgt: ibmvfc target struct 1210 * @starget: scsi target struct 1231 * @starget: scsi target struct 1348 * ibmvfc_release_tgt - Free memory allocated for a target 1359 * ibmvfc_get_starget_node_name - Get SCSI target's node name 1360 * @starget: scsi target struct 1374 * ibmvfc_get_starget_port_name - Get SCSI target' 4816 ibmvfc_alloc_target(struct ibmvfc_host *vhost, struct ibmvfc_discover_targets_entry *target) ibmvfc_alloc_target() argument [all...] |
/third_party/backends/backend/ |
H A D | epsonds.c | 1732 char target[1024]; in splitProfileName() local 1733 strncpy(target, input, 1023); in splitProfileName() 1735 strtok(target, ":");//profile in splitProfileName()
|
/third_party/littlefs/ |
H A D | lfs.c | 2839 lfs_off_t target = lfs_ctz_index(lfs, &pos); in lfs_ctz_find() local 2841 while (current > target) { in lfs_ctz_find() 2843 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 916 TNode<JSReceiver> target, in ConstructWithTarget() 920 context, target, new_target, in ConstructWithTarget() 2283 // * |allocation_flags| and |extract_flags| influence how the target 2285 // * |convert_holes| is used to signify that the target array should use 2312 // target array if the target can stay a FixedDoubleArray. Otherwise if the 2313 // target array needs to be a FixedArray, the FixedArrayMap will be used. 2316 // * |allocation_flags| and |extract_flags| influence how the target array is 3551 // Goto the given |target| if the context chain starting at |context| has any 3557 Label* target); 915 ConstructWithTarget(TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> new_target, TArgs... args) ConstructWithTarget() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 457 // Draw a quad with the target texture in verifyResults2D() 2060 // Test creating a FBO with a cube map render target, to test an ANGLE bug 3328 for (GLenum target : targets) in FillLevel() 3332 glTexSubImage2D(target, level, 0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in FillLevel() 3337 glTexImage2D(target, level, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, in FillLevel()
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 3337 t = threading.Thread(target=listener) 3815 t = threading.Thread(target=serve) 3864 t = threading.Thread(target=serve)
|
H A D | test_socket.py | 4577 cli_thread = threading.Thread(target=self.doConnect) 5970 p = multiprocessing.Process(target=self.remoteProcessServer, args=(q,)) 6615 thread = threading.Thread(target=run, args=(sock, ))
|
H A D | test_httplib.py | 1356 thread = threading.Thread(target=run_server)
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 207 throw tcu::NotSupportedError("Render target width and height must be at least " + de::toString(minSize)); 6589 LimitQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue); 6597 LimitQueryCase::LimitQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue) 6599 , m_target (target)
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | cp1emu.c | 515 *contpc |= (insn.j_format.target << 2); in isBranchInstr() 1031 * aligned target address with a MIPS32 instruction. in cop1Emulate()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | emulate.c | 148 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc() 2941 * branch target), and pass the RI exception to the guest OS. in kvm_mips_handle_ri()
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | cp1emu.c | 515 *contpc |= (insn.j_format.target << 2); in isBranchInstr() 1031 * aligned target address with a MIPS32 instruction. in cop1Emulate()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2847 .target = "netlink",
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 2996 .target = "tcp",
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov5670.c | 2600 switch (sel->target) { in ov5670_get_selection()
|
H A D | ov8865.c | 2838 switch (sel->target) { in ov8865_get_selection()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 2894 .target = "netlink",
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 740 instr->target = NULL; in nir_jump_instr_create()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 1675 /* target[0] is the block index of the branch target. 1676 * For conditional branches, target[1] contains the fall-through alternative. 1677 * A value of 0 means the target has not been initialized (BB0 cannot be a branch target). 1679 uint32_t target[2];
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 337 thread = threading.Thread(target=check_in_thread, args=args)
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 7767 i::Handle<i::Object> target(self->target(), self->GetIsolate()); in GetTarget() 7768 return Utils::ToLocal(target); in GetTarget() 7790 i::Handle<i::JSReceiver> target = Utils::OpenHandle(*local_target); in New() local 7794 !ToLocal<Proxy>(i::JSProxy::New(isolate, target, handler), &result); in New()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1248 % used to mark target names; must be expandable. 4331 % #3 the target index (bar). 4334 % closing the target index. 5223 \divide\dimen@ by 2 % target to split to 5224 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}% 7663 % #1 is the element target macro 7825 % @anchor{NAME} -- define xref target at arbitrary point.
|
/third_party/python/Parser/ |
H A D | parser.c | 7813 expr_ty target; in as_pattern_rule() local 7819 (target = pattern_capture_target_rule(p)) // pattern_capture_target in as_pattern_rule() 7832 _res = _PyAST_MatchAs ( pattern , target -> v . Name . id , EXTRA ); in as_pattern_rule() 8938 expr_ty target; in capture_pattern_rule() local 8940 (target = pattern_capture_target_rule(p)) // pattern_capture_target in capture_pattern_rule() 8953 _res = _PyAST_MatchAs ( NULL , target -> v . Name . id , EXTRA ); in capture_pattern_rule() 9656 expr_ty target; in star_pattern_rule() local 9660 (target = pattern_capture_target_rule(p)) // pattern_capture_target in star_pattern_rule() 9673 _res = _PyAST_MatchStar ( target -> v . Name . id , EXTRA ); in star_pattern_rule() 10042 expr_ty target; in double_star_pattern_rule() local [all...] |