/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 5756 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 D | qcom_nandc.c | 297 __le32 exec; member 614 return ®s->exec; in offset_to_nandc_reg()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.c | 2339 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 D | qcom_nandc.c | 315 __le32 exec; member 709 return ®s->exec; in offset_to_nandc_reg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | base.c | 2332 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 D | numrgts.cpp | 109 #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 D | apicoll.cpp | 2528 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 D | ustrtest.cpp | 37 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 D | transapi.cpp | 48 TransliteratorAPITest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
H A D | rbbimonkeytest.cpp | 34 void RBBIMonkeyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* params) { in runIndexedTest() argument
|
H A D | icusvtst.cpp | 142 ICUServiceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, in runIndexedTest() argument
|
H A D | listformattertest.cpp | 26 void ListFormatterTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 473 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 D | aco_assembler.cpp | 813 } else if ((*it)->definitions.size() && (*it)->definitions[0].physReg() == exec) { in fix_exports()
|
H A D | aco_scheduler.cpp | 565 if (def.isFixed() && def.physReg() == exec)
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1551 SkDEBUGCODE(auto exec = grOptions.fExecutor); in onDraw() 1554 SkASSERT(exec == grOptions.fExecutor); in onDraw()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.cpp | 1401 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 D | sched.h | 1673 #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 D | sched.h | 1693 #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 D | builtin-report.c | 39 #include <subcmd/exec-cmd.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sched.h | 1855 #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 D | makedata.mak | 306 --mode windows-exec \
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 596 const m = regex.exec(val);
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 287 --mode windows-exec \
|
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 45 use crate::exec::ProgramCache; 173 /// `exec::ExecReadOnly`. (It never uses `ExecReadOnly.nfa`, which may have
|