Home
last modified time | relevance | path

Searched refs:exec (Results 801 - 825 of 886) sorted by relevance

1...<<313233343536

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c5756 intel_engine_mask_t allowed, exec; in virtual_bond_execute() local
5766 exec = READ_ONCE(rq->execution_mask); in virtual_bond_execute()
5767 while (!try_cmpxchg(&rq->execution_mask, &exec, exec & allowed)) in virtual_bond_execute()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c297 __le32 exec; member
614 return &regs->exec; in offset_to_nandc_reg()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2339 void rtl_c2hcmd_launcher(struct ieee80211_hw *hw, int exec) in rtl_c2hcmd_launcher() argument
2363 if (exec) in rtl_c2hcmd_launcher()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dqcom_nandc.c315 __le32 exec; member
709 return &regs->exec; in offset_to_nandc_reg()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c2332 void rtl_c2hcmd_launcher(struct ieee80211_hw *hw, int exec) in rtl_c2hcmd_launcher() argument
2351 if (exec) in rtl_c2hcmd_launcher()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp109 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
112 NumberFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
114 // if (exec) logln((UnicodeString)"TestSuite NumberFormatRegressionTest"); in runIndexedTest()
H A Dapicoll.cpp2528 void CollationAPITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) in runIndexedTest() argument
2530 if (exec) logln("TestSuite CollationAPITest: "); in runIndexedTest()
H A Dustrtest.cpp37 void UnicodeStringTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char *par) in runIndexedTest() argument
39 if (exec) logln("TestSuite UnicodeStringTest: "); in runIndexedTest()
H A Dtransapi.cpp48 TransliteratorAPITest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
H A Drbbimonkeytest.cpp34 void RBBIMonkeyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* params) { in runIndexedTest() argument
H A Dicusvtst.cpp142 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument
H A Dlistformattertest.cpp26 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h473 static constexpr PhysReg exec{126};
1033 if (op.isFixed() && op.physReg() == exec)
1571 uint16_t disable_wqm : 1; /* Require an exec mask without helper invocations */
1598 uint16_t disable_wqm : 1; /* Require an exec mask without helper invocations */
1628 bool disable_wqm : 1; /* Require an exec mask without helper invocations */
1649 bool disable_wqm : 1; /* Require an exec mask without helper invocations */
H A Daco_assembler.cpp813 } else if ((*it)->definitions.size() && (*it)->definitions[0].physReg() == exec) { in fix_exports()
H A Daco_scheduler.cpp565 if (def.isFixed() && def.physReg() == exec)
/third_party/skia/dm/
H A DDMSrcSink.cpp1551 SkDEBUGCODE(auto exec = grOptions.fExecutor); in onDraw()
1554 SkASSERT(exec == grOptions.fExecutor); in onDraw()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1401 PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::exec(inputPrimitives.begin(), vertices, numVertices, state.provokingVertexConvention); // \note input Primitives are baseType_t => only basic primitives (non adjacency) will compile in drawGeometryShaderOutputAsPrimitives()
1487 PrimitiveTypeTraits<DrawPrimitiveType>::Assembler::exec(inputPrimitives.begin(), vertices, (size_t)numVertices, state.provokingVertexConvention); in drawAsPrimitives()
1491 // primList = state.tesselation.exec(primList); in drawAsPrimitives()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1673 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */
1926 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
/kernel/linux/linux-5.10/include/linux/
H A Dsched.h1693 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */
1930 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c39 #include <subcmd/exec-cmd.h>
/kernel/linux/linux-6.6/include/linux/
H A Dsched.h1855 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */
2124 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak306 --mode windows-exec \
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js596 const m = regex.exec(val);
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak287 --mode windows-exec \
/third_party/rust/crates/regex/src/
H A Ddfa.rs45 use crate::exec::ProgramCache;
173 /// `exec::ExecReadOnly`. (It never uses `ExecReadOnly.nfa`, which may have

Completed in 74 milliseconds

1...<<313233343536