| /kernel/linux/linux-6.6/fs/ |
| H A D | binfmt_elf.c | 175 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument
|
| H A D | exec.c | 1232 void __set_task_comm(struct task_struct *tsk, const char *buf, bool exec) in __set_task_comm() argument 1781 struct file *exec; exec_binprm() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm.c | 352 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec, in amdgpu_vm_lock_pd() argument
|
| H A D | amdgpu_amdkfd_gpuvm.c | 1069 struct drm_exec exec; member 2494 struct drm_exec exec; validate_invalid_user_pages() local 2737 struct drm_exec exec; amdgpu_amdkfd_gpuvm_restore_process_bos() local [all...] |
| /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
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 42 struct drm_i915_gem_exec_object2 *exec; member 250 struct drm_i915_gem_exec_object2 *exec; /** ioctl execobj[] */ member 2201 i915_gem_check_execbuffer(struct drm_i915_private *i915, struct drm_i915_gem_execbuffer2 *exec) i915_gem_check_execbuffer() argument 3360 i915_gem_do_execbuffer(struct drm_device *dev, struct drm_file *file, struct drm_i915_gem_execbuffer2 *args, struct drm_i915_gem_exec_object2 *exec) i915_gem_do_execbuffer() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | init.c | 65 init_exec_set(struct nvbios_init *init, bool exec) in init_exec_set() argument 78 init_exec_force(struct nvbios_init *init, bool exec) in init_exec_force() argument 2228 void (*exec)(struct nvbios_init *); member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 1147 struct drm_exec *exec = &job->exec; in nouveau_uvmm_bind_job_submit() local 1420 struct drm_exec *exec = &job->exec; in nouveau_uvmm_bind_job_armed_submit() local [all...] |
| /kernel/linux/linux-6.6/net/openvswitch/ |
| H A D | flow_netlink.c | 2687 u32 exec; in validate_and_copy_clone() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numrgts.cpp | 112 NumberFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | apicoll.cpp | 2528 void CollationAPITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) in runIndexedTest() argument
|
| H A D | dtptngts.cpp | 32 void IntlTestDateTimePatternGeneratorAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | measfmttest.cpp | 177 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
|
| H A D | transrt.cpp | 65 TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
| H A D | dtfmrgts.cpp | 29 DateFormatRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | caltest.cpp | 86 void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument [all...] |
| H A D | tmsgfmt.cpp | 40 TestMessageFormat::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
| H A D | ssearch.cpp | 71 void SSearchTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char *params ) in runIndexedTest() argument
|
| H A D | tztest.cpp | 48 void TimeZoneTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | tzrulets.cpp | 121 void TimeZoneRuleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
| H A D | numbertest_api.cpp | 76 void NumberFormatterApiTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument
|
| /third_party/icu/icu4c/source/test/perf/collperf2/ |
| H A D | collperf2.cpp | 1390 CollPerf2Test::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par /*= NULL*/) in runIndexedTest() argument
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-regexp-object.c | 3409 ecma_value_t exec = ecma_op_object_get_by_magic_id (arg_obj_p, LIT_MAGIC_STRING_EXEC); in ecma_op_regexp_exec() local [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 1221 anv_execbuf_init(struct anv_execbuf *exec) in anv_execbuf_init() argument 1227 anv_execbuf_finish(struct anv_execbuf *exec) in anv_execbuf_finish() argument 1237 anv_execbuf_add_ext(struct anv_execbuf *exec, uint32_t ext_name, struct i915_user_extension *ext) anv_execbuf_add_ext() argument 1262 anv_execbuf_add_bo(struct anv_device *device, struct anv_execbuf *exec, struct anv_bo *bo, struct anv_reloc_list *relocs, uint32_t extra_flags) anv_execbuf_add_bo() argument 1364 anv_execbuf_add_bo_bitset(struct anv_device *device, struct anv_execbuf *exec, uint32_t dep_words, BITSET_WORD *deps, uint32_t extra_flags) anv_execbuf_add_bo_bitset() argument 1512 execbuf_can_skip_relocations(struct anv_execbuf *exec) execbuf_can_skip_relocations() argument 1540 relocate_cmd_buffer(struct anv_cmd_buffer *cmd_buffer, struct anv_execbuf *exec) relocate_cmd_buffer() argument 1584 anv_execbuf_add_syncobj(struct anv_device *device, struct anv_execbuf *exec, uint32_t syncobj, uint32_t flags, uint64_t timeline_value) anv_execbuf_add_syncobj() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 1893 RegAlloc::exec() in exec() function in nv50_ir::RegAlloc 2026 RegAlloc::InsertConstraintsPass::exec(Function *ir) in exec() function in nv50_ir::RegAlloc::InsertConstraintsPass
|