Home
last modified time | relevance | path

Searched defs:exec (Results 76 - 100 of 447) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcomm.c108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() argument
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h8 struct list_head exec; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_irq.c64 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local
117 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local
137 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); vc4_cancel_bin_job() local
154 struct vc4_exec_info *exec = vc4_first_render_job(vc4); vc4_irq_finish_render_job() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_exec.c54 static void drm_exec_unlock_all(struct drm_exec *exec) in drm_exec_unlock_all() argument
75 drm_exec_init(struct drm_exec *exec, uint32_t flags) drm_exec_init() argument
95 drm_exec_fini(struct drm_exec *exec) drm_exec_fini() argument
114 drm_exec_cleanup(struct drm_exec *exec) drm_exec_cleanup() argument
134 drm_exec_obj_locked(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_obj_locked() argument
156 drm_exec_lock_contended(struct drm_exec *exec) drm_exec_lock_contended() argument
201 drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_lock_obj() argument
254 drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj) drm_exec_unlock_obj() argument
283 drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, unsigned int num_fences) drm_exec_prepare_obj() argument
315 drm_exec_prepare_array(struct drm_exec *exec, struct drm_gem_object **objects, unsigned int num_objects, unsigned int num_fences) drm_exec_prepare_array() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h8 struct list_head exec; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c61 nvkm_hwsq_fini(struct nvkm_hwsq **phwsq, bool exec) in nvkm_hwsq_fini() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_irq.c67 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local
120 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local
142 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); vc4_cancel_bin_job() local
159 struct vc4_exec_info *exec = vc4_first_render_job(vc4); vc4_irq_finish_render_job() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_exec_test.c47 struct drm_exec exec; in sanitycheck() local
58 struct drm_exec exec; in test_lock() local
78 struct drm_exec exec; in test_lock_unlock() local
105 struct drm_exec exec; test_duplicates() local
132 struct drm_exec exec; test_prepare() local
156 struct drm_exec exec; test_prepare_array() local
175 struct drm_exec exec; test_multiple_loops() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcomm.c108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() argument
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp47 void PluralMapTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
H A Dtzoffloc.cpp27 TimeZoneOffsetLocalTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
H A Dg7coll.cpp280 void G7CollationTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
H A Djacoll.cpp182 void CollationKanaTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
H A Dnumbertest_permutation.cpp16 void NumberPermutationTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument
H A Dnumbertest_patternmodifier.cpp12 void PatternModifierTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument
H A Dnumbertest_patternstring.cpp11 void PatternStringTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument
H A Dtsputil.cpp17 PUtilTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp104 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ){ in runIndexedTest() argument
[all...]
/third_party/rust/crates/syn/benches/
H A Drust.rs107 fn exec(mut codepath: impl FnMut(&str) -> Result<(), ()>) -> Duration { in exec() functions
/third_party/rust/crates/regex/src/
H A Dlib.rs740 mod exec; modules
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.cpp64 napi_value AsyncCall::Call(napi_env env, Context::ExecAction exec, const std::string &resourceName) in Call() argument
92 napi_value AsyncCall::Post(napi_env env, Context::ExecAction exec, std::shared_ptr<TaskQueue> queue, const char *func) in Post() argument
124 napi_value AsyncCall::SyncCall(napi_env env, AsyncCall::Context::ExecAction exec) in SyncCall() argument
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dtask_manager.cpp95 auto exec = std::make_unique<Action>(func); in WaitExec() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp55 napi_value PrintAsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument
79 napi_value PrintAsyncCall::SyncCall(napi_env env, PrintAsyncCall::Context::ExecAction exec) in SyncCall() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dscan_async_call.cpp74 napi_value ScanAsyncCall::Call(napi_env env, Context::ExecAction exec) in Call() argument
101 napi_value ScanAsyncCall::SyncCall(napi_env env, ScanAsyncCall::Context::ExecAction exec) in SyncCall() argument

Completed in 11 milliseconds

12345678910>>...18