/kernel/liteos_a/testsuites/unittest/process/basic/process/ |
D | config.gni | 45 [ "$TEST_UNITTEST_DIR/process/basic/process" ] 48 [ "$TEST_UNITTEST_DIR/process/basic/process/process_process_test.cpp" ] 51 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_001.cpp", 52 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_002.cpp", 53 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_004.cpp", 54 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_005.cpp", 55 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_006.cpp", 56 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_008.cpp", 57 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_009.cpp", 58 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_010.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/process/plimits/ |
D | config.gni | 44 process_plimits_include_dirs = [ "$TEST_UNITTEST_DIR/process/plimits" ] 47 [ "$TEST_UNITTEST_DIR/process/plimits/process_plimits_test.cpp" ] 50 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_001.cpp", 51 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_002.cpp", 52 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_003.cpp", 53 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_004.cpp", 54 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_005.cpp", 55 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_006.cpp", 56 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_007.cpp", 57 "$TEST_UNITTEST_DIR/process/plimits/smoke/It_process_plimits_008.cpp", [all …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | synthetic-events.h | 32 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process); 33 …ct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process); 34 …struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *… 35 …struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *… 36 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 37 …size_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 38 …ize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 39 …size_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 40 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe); 41 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc… [all …]
|
D | synthetic-events.c | 53 perf_event__handler_t process) in perf_tool__process_synth_event() argument 65 return process(tool, event, &synth_sample, machine); in perf_tool__process_synth_event() 178 perf_event__handler_t process, in perf_event__synthesize_comm() argument 186 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm() 208 perf_event__handler_t process, in perf_event__synthesize_namespaces() argument 238 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces() 247 perf_event__handler_t process, in perf_event__synthesize_fork() argument 271 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork() 353 perf_event__handler_t process, in perf_event__synthesize_mmap_events() argument 457 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events() [all …]
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/ |
D | config.gni | 45 [ "$TEST_UNITTEST_DIR/process/basic/pthread" ] 48 [ "$TEST_UNITTEST_DIR/process/basic/pthread/process_pthread_test.cpp" ] 51 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_001.cpp", 52 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_002.cpp", 53 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_001.cpp", 54 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_002.cpp", 55 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_003.cpp", 56 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_004.cpp", 57 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_once_test_001.cpp", 58 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_test_003.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/ |
D | config.gni | 32 process_lock_mutex_include_dirs = [ "$TEST_UNITTEST_DIR/process/lock/mutex" ] 35 [ "$TEST_UNITTEST_DIR/process/lock/mutex/process_mutex_test.cpp" ] 38 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_001.cpp", 39 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_002.cpp", 40 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_003.cpp", 41 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_004.cpp", 42 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_005.cpp", 43 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_006.cpp", 44 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_007.cpp", 45 "$TEST_UNITTEST_DIR/process/lock/mutex/smoke/pthread_mutex_test_008.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/process/fs/ |
D | config.gni | 44 process_fs_include_dirs = [ "$TEST_UNITTEST_DIR/process/fs" ] 47 [ "$TEST_UNITTEST_DIR/process/fs/process_fs_test.cpp" ] 50 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_001.cpp", 51 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_002.cpp", 52 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_003.cpp", 53 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_004.cpp", 54 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_005.cpp", 55 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_007.cpp", 56 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_008.cpp", 57 "$TEST_UNITTEST_DIR/process/fs/smoke/It_process_fs_009.cpp", [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 183 mm = get_task_mm(pdd->process->lead_thread); in kfd_sdma_activity_worker() 280 proc = pdd->process; in kfd_get_cu_occupancy() 465 if (!q || !q->process) in kfd_procfs_add_queue() 467 proc = q->process; in kfd_procfs_add_queue() 746 struct kfd_process *process; in kfd_create_process() local 765 process = find_process(thread); in kfd_create_process() 766 if (process) { in kfd_create_process() 769 process = create_process(thread); in kfd_create_process() 770 if (IS_ERR(process)) in kfd_create_process() 773 ret = kfd_process_init_cwsr_apu(process, filep); in kfd_create_process() [all …]
|
/kernel/linux/linux-5.10/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 202 my $process = $1; 207 if ($opt_read_procstat && $process eq '') { 355 my $process; 359 $process = $process_pid; 360 $process =~ s/-([0-9])*$//; 361 if ($process eq '') { 362 $process = "NO_PROCESS_NAME"; 365 $perprocess{$process}->{MM_PAGE_ALLOC} += $perprocesspid{$process_pid}->{MM_PAGE_ALLOC}; 366 …$perprocess{$process}->{MM_PAGE_ALLOC_ZONE_LOCKED} += $perprocesspid{$process_pid}->{MM_PAGE_ALLOC… 367 $perprocess{$process}->{MM_PAGE_FREE} += $perprocesspid{$process_pid}->{MM_PAGE_FREE}; [all …]
|
D | trace-vmscan-postprocess.pl | 285 my $process = $1; 288 if ($process eq "") { 289 $process = $last_procmap{$pid}; 290 $process_pid = "$process-$pid"; 292 $last_procmap{$pid} = $process; 296 if ($opt_read_procstat && $process eq '') { 667 my $process; 671 $process = $process_pid; 672 $process =~ s/-([0-9])*$//; 673 if ($process eq '') { [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gt215.c | 31 u32 process, u32 message, u32 data0, u32 data1) in gt215_pmu_send() argument 55 pmu->recv.process = process; in gt215_pmu_send() 66 nvkm_wr32(device, 0x10a1c4, process); in gt215_pmu_send() 77 wait_event(pmu->recv.wait, (pmu->recv.process == 0)); in gt215_pmu_send() 91 u32 process, message, data0, data1; in gt215_pmu_recv() local 106 process = nvkm_rd32(device, 0x10a1c4); in gt215_pmu_recv() 116 if (pmu->recv.process) { in gt215_pmu_recv() 117 if (process == pmu->recv.process && in gt215_pmu_recv() 121 pmu->recv.process = 0; in gt215_pmu_recv() 131 (char)((process & 0x000000ff) >> 0), in gt215_pmu_recv() [all …]
|
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-commands.txt | 8 Manage pid to process name mappings. 26 These functions can be used to handle the mapping between pid and process name. 28 of the process, instead of its pid. This information can be retrieved from 31 The _tep_register_comm()_ function registers a _pid_ / process name mapping. 33 The _pid_ argument is the process ID, the _comm_ argument is the process name, 36 The _tep_override_comm()_ function registers a _pid_ / process name mapping. 37 If a process with the same pid is already registered, the process name string is 38 udapted with the new one. The _pid_ argument is the process ID, the _comm_ 39 argument is the process name, _tep_ is the event context. The _comm_ is 42 The _tep_is_pid_registered()_ function checks if a pid has a process name [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | 5.Posting.rst | 3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>` 15 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`, 16 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 17 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`. 148 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 159 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 166 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 174 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 191 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
|
D | howto.rst | 5 :Original: :ref:`Documentation/process/howto.rst <process_howto>` 67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>` 90 :ref:`Documentation/process/changes.rst <changes>` 93 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>` 98 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 99 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 118 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>` 133 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>` 139 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 142 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/ko_KR/ |
D | howto.rst | 2 This is a version of Documentation/process/howto.rst translated into korean 15 Documentation/process/howto.rst 82 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어 109 :ref:`Documentation/process/changes.rst <changes>` 113 :ref:`Documentation/process/coding-style.rst <codingstyle>` 119 …:ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 와 :ref:`Documentation/proc… 140 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>` 157 :ref:`Documentation/process/management-style.rst <managementstyle>` 165 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 170 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` [all …]
|
/kernel/liteos_a/testsuites/unittest/ |
D | BUILD.gn | 147 # process test 151 "process/basic/process:liteos_a_process_basic_process_unittest_door", 152 "process/basic/pthread:liteos_a_process_basic_pthread_unittest_door", 153 "process/lock:liteos_a_process_lock_unittest_door", 156 deps += [ "process/fs:liteos_a_process_fs_unittest_door" ] 159 deps += [ "process/plimits:liteos_a_process_plimits_unittest_door" ] 164 "process/basic/process:liteos_a_process_basic_process_unittest", 165 "process/basic/pthread:liteos_a_process_basic_pthread_unittest", 166 "process/lock:liteos_a_process_lock_unittest", 169 deps += [ "process/fs:liteos_a_process_fs_unittest" ] [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/ |
D | howto.rst | 2 This is a version of Documentation/process/howto.rst translated into Japanese. 15 Documentation/process/howto.rst 112 :ref:`Documentation/process/changes.rst <changes>` 117 :ref:`Documentation/process/coding-style.rst <codingstyle>` 124 …:ref:`Documentation/process/submitting-patches.rst <codingstyle>` と :ref:`Documentation/process/su… 144 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>` 161 :ref:`Documentation/process/management-style.rst <managementstyle>` 168 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 173 :Ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 178 :ref:`Documentation/process/applying-patches.rst <applying_patches>` [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
D | hdcp_psp.c | 40 in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init() 41 in->process.msg1_desc.msg_size = 0; in hdcp2_message_init() 42 in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init() 43 in->process.msg2_desc.msg_size = 0; in hdcp2_message_init() 44 in->process.msg3_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init() 45 in->process.msg3_desc.msg_size = 0; in hdcp2_message_init() 516 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert() 517 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert() 519 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert() 540 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert() [all …]
|
/kernel/linux/linux-5.10/tools/memory-model/litmus-tests/ |
D | README | 28 variable by a different process? This litmus test is forbidden 36 variable by a different process? 40 litmus test is visible to an external process whose accesses are 41 separated by smp_mb(). This addition of an external process to 54 load-buffering litmus test, where each process reads from one 59 litmus test, where each process reads from one of two variables then 71 in one process, and use an acquire load followed by a pair of 72 spin_is_locked() calls in the other process. 75 Protect the access with a lock in one process, and use an 77 in the other process. [all …]
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
D | request-key.rst | 9 The process starts by either the kernel requesting a service by calling 63 The userspace interface links the key to a keyring associated with the process 81 2) request_key() searches the process's subscribed keyrings to see if there's 83 and callout_info is not set, an error is returned. Otherwise the process 91 b) An authorisation key V that refers to key U and notes that process A 107 This will permit it to then search the keyrings of process A with the 108 UID, GID, groups and security info of process A as if it was process A, 124 context specified by auth key X will still be process A, as it was in auth key 127 This is because process A's keyrings can't simply be attached to 144 Should the /sbin/request-key process exit anything other than 0 or die on a [all …]
|
/kernel/liteos_a/kernel/extended/plimit/ |
D | los_memlimit.c | 91 VOID OsMemLimiterMigrate(UINTPTR currLimit, UINTPTR parentLimit, UINTPTR process) in OsMemLimiterMigrate() argument 95 LosProcessCB *pcb = (LosProcessCB *)process; in OsMemLimiterMigrate() 110 BOOL OsMemLimitAddProcessCheck(UINTPTR limit, UINTPTR process) in OsMemLimitAddProcessCheck() argument 113 LosProcessCB *pcb = (LosProcessCB *)process; in OsMemLimitAddProcessCheck() 120 VOID OsMemLimitAddProcess(UINTPTR limit, UINTPTR process) in OsMemLimitAddProcess() argument 122 LosProcessCB *pcb = (LosProcessCB *)process; in OsMemLimitAddProcess() 131 VOID OsMemLimitDelProcess(UINTPTR limit, UINTPTR process) in OsMemLimitDelProcess() argument 133 LosProcessCB *pcb = (LosProcessCB *)process; in OsMemLimitDelProcess()
|
D | los_memlimit.h | 54 VOID OsMemLimiterMigrate(UINTPTR currLimit, UINTPTR parentLimit, UINTPTR process); 55 BOOL OsMemLimitAddProcessCheck(UINTPTR limit, UINTPTR process); 56 VOID OsMemLimitAddProcess(UINTPTR limit, UINTPTR process); 57 VOID OsMemLimitDelProcess(UINTPTR limit, UINTPTR process);
|
D | los_processlimit.c | 87 BOOL OsPidLimitAddProcessCheck(UINTPTR limit, UINTPTR process) in OsPidLimitAddProcessCheck() argument 89 (VOID)process; in OsPidLimitAddProcessCheck() 97 VOID OsPidLimitAddProcess(UINTPTR limit, UINTPTR process) in OsPidLimitAddProcess() argument 99 (VOID)process; in OsPidLimitAddProcess() 106 VOID OsPidLimitDelProcess(UINTPTR limit, UINTPTR process) in OsPidLimitDelProcess() argument 108 (VOID)process; in OsPidLimitDelProcess()
|
D | los_ipclimit.c | 89 VOID OsIPCLimitMigrate(UINTPTR currLimit, UINTPTR parentLimit, UINTPTR process) in OsIPCLimitMigrate() argument 93 LosProcessCB *pcb = (LosProcessCB *)process; in OsIPCLimitMigrate() 109 BOOL OsIPCLimitAddProcessCheck(UINTPTR limit, UINTPTR process) in OsIPCLimitAddProcessCheck() argument 112 LosProcessCB *pcb = (LosProcessCB *)process; in OsIPCLimitAddProcessCheck() 124 VOID OsIPCLimitAddProcess(UINTPTR limit, UINTPTR process) in OsIPCLimitAddProcess() argument 126 LosProcessCB *pcb = (LosProcessCB *)process; in OsIPCLimitAddProcess() 133 VOID OsIPCLimitDelProcess(UINTPTR limit, UINTPTR process) in OsIPCLimitDelProcess() argument 135 LosProcessCB *pcb = (LosProcessCB *)process; in OsIPCLimitDelProcess()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | Yama.rst | 14 malware. One particularly troubling weakness of the Linux process 33 parent to a child process (i.e. direct "gdb EXE" and "strace EXE" still 38 between a debugging process and its inferior (crash handlers, etc), 40 other process (and its descendants) are allowed to call ``PTRACE_ATTACH`` 41 against it. Only one such declared debugging process can exists for 44 to ptrace each other. If a process wishes to entirely disable these ptrace 46 so that any otherwise allowed process (even those in external pid namespaces) 52 a process can ``PTRACE_ATTACH`` to any other 53 process running under the same uid, as long as it is dumpable (i.e. 59 a process must have a predefined relationship
|