/linux-6.3-rc2/tools/perf/util/ |
A D | synthetic-events.h | 46 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process); 50 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process); 55 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc… 62 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct ma… 64 int perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct ma… 83 perf_event__handler_t process, bool needs_mmap, bool data_mmap, 91 struct perf_session *session, perf_event__handler_t process); 101 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info() 108 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process, 112 perf_event__handler_t process __maybe_unused, in perf_event__synthesize_bpf_events() [all …]
|
A D | synthetic-events.c | 53 perf_event__handler_t process) in perf_tool__process_synth_event() argument 192 perf_event__handler_t process, in perf_event__synthesize_comm() argument 597 process, machine) < 0) in perf_event__walk_cgroup_tree() 654 process, machine) < 0) in perf_event__synthesize_cgroups() 760 process, machine); in __event__synthesize_thread() 807 ppid, process, machine) < 0) in __event__synthesize_thread() 979 perf_event__handler_t process; member 1052 args[i].process = process; in perf_event__synthesize_threads() 2051 evsel->core.id, process); in perf_event__synthesize_attrs() 2193 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data() [all …]
|
/linux-6.3-rc2/Documentation/trace/postprocess/ |
A 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}; 367 $perprocess{$process}->{MM_PAGE_FREE} += $perprocesspid{$process_pid}->{MM_PAGE_FREE}; 373 $perprocess{$process}->{HIGH_EXT_FRAG} += $perprocesspid{$process_pid}->{HIGH_EXT_FRAG}; [all …]
|
A 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 …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_process.c | 823 if (process) { in kfd_create_process() 837 process->kobj = kfd_alloc_struct(process->kobj); in kfd_create_process() 851 kfd_sysfs_create_file(process->kobj, &process->attr_pasid, in kfd_create_process() 868 return process; in kfd_create_process() 891 if (!process) in kfd_get_process() 894 return process; in kfd_get_process() 1361 process = kzalloc(sizeof(*process), GFP_KERNEL); in create_process() 1362 if (!process) in create_process() 1385 err = pqm_init(&process->pqm, process); in create_process() 1425 return process; in create_process() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
A D | gt215.c | 55 pmu->recv.process = process; in gt215_pmu_send() 66 nvkm_wr32(device, 0x10a1c4, process); 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() 132 (char)((process & 0x0000ff00) >> 8), in gt215_pmu_recv() 133 (char)((process & 0x00ff0000) >> 16), in gt215_pmu_recv() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_mes.c | 106 (process->doorbell_index * in amdgpu_mes_queue_doorbell_free() 276 if (!process) { in amdgpu_mes_create_process() 281 process->doorbell_bitmap = in amdgpu_mes_create_process() 286 kfree(process); in amdgpu_mes_create_process() 326 process->vm = vm; in amdgpu_mes_create_process() 327 process->pasid = pasid; in amdgpu_mes_create_process() 343 kfree(process); in amdgpu_mes_create_process() 363 if (!process) { in amdgpu_mes_destroy_process() 411 kfree(process); in amdgpu_mes_destroy_process() 447 if (!process) { in amdgpu_mes_add_gang() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/process/ |
A D | 5.Posting.rst | 3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>` 22 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 23 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。 154 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 165 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 172 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 180 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 197 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
|
A 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>` 132 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>` 138 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 141 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 145 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 270 内核源码中的 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_TW/process/ |
A D | 5.Posting.rst | 5 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>` 25 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 26 和 :ref:`Documentation/translations/zh_TW/process/submit-checklist.rst <tw_submitchecklist>`。 157 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 168 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 175 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 183 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 200 :ref:`Documentation/translations/zh_TW/process/email-clients.rst <tw_email_clients>`
|
A D | howto.rst | 7 :Original: :ref:`Documentation/process/howto.rst <process_howto>` 70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>` 93 :ref:`Documentation/process/changes.rst <changes>` 96 :ref:`Documentation/translations/zh_TW/process/coding-style.rst <tw_codingstyle>` 101 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 135 :ref:`Documentation/translations/zh_TW/process/management-style.rst <tw_managementstyle>` 141 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 144 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 148 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 273 內核源碼中的 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` [all …]
|
/linux-6.3-rc2/Documentation/translations/ja_JP/ |
A D | howto.rst | 6 This is a version of Documentation/process/howto.rst translated into Japanese. 23 Documentation/process/howto.rst 92 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 125 :ref:`Documentation/process/changes.rst <changes>` 130 :ref:`Documentation/process/coding-style.rst <codingstyle>` 137 :ref:`Documentation/process/submitting-patches.rst <codingstyle>` 175 :ref:`Documentation/process/management-style.rst <managementstyle>` 187 :Ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 192 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 327 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種 [all …]
|
/linux-6.3-rc2/Documentation/translations/ko_KR/ |
A D | howto.rst | 6 This is a version of Documentation/process/howto.rst translated into korean 23 Documentation/process/howto.rst 90 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어 117 :ref:`Documentation/process/changes.rst <changes>` 121 :ref:`Documentation/process/coding-style.rst <codingstyle>` 127 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 165 :ref:`Documentation/process/management-style.rst <managementstyle>` 173 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 178 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 183 :ref:`Documentation/process/applying-patches.rst <applying_patches>` [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/ |
A D | index.rst | 39 process/development-process 40 process/submitting-patches 41 行为准则 <process/code-of-conduct> 43 完整开发流程文档 <process/index> 69 process/license-rules
|
/linux-6.3-rc2/tools/memory-model/litmus-tests/ |
A D | README | 28 variable by a different process? This litmus test is forbidden 36 variable by a different process? 54 load-buffering litmus test, where each process reads from one 76 spin_is_locked() calls in the other process. 79 Protect the access with a lock in one process, and use an 81 in the other process. 84 As below, but with the second access of the writer process 85 and the first access of reader process protected by a lock. 94 As below, but with the first access of the writer process 104 process writes data and then a flag, and the other process reads [all …]
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | request-key.rst | 9 The process starts by either the kernel requesting a service by calling 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, 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 179 1) If extant, the process's thread keyring is searched. 181 2) If extant, the process's process keyring is searched. 183 3) The process's session keyring is searched. 188 a) If extant, the calling process's thread keyring is searched. 190 b) If extant, the calling process's process keyring is searched. [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/modules/hdcp/ |
A 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() 45 in->process.msg3_desc.msg_size = 0; in hdcp2_message_init() 648 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert() 651 msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert() 653 msg_out->process.is_repeater ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert() 655 } else if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert() 893 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_rx_id_list() [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/LSM/ |
A 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
|
/linux-6.3-rc2/Documentation/x86/ |
A D | sva.rst | 53 record, and the PASID (process address space ID) of the current process. 105 process share the same page tables, thus the same MSR value. 117 Although the PASID is allocated to the process by opening a device, 123 has not been initialized with the PASID value assigned to the process 125 been allocated for the process, and so initializes the IA32_PASID MSR 128 On fork(2) or exec(2) the PASID is removed from the process as it no 132 able to use the PASID allocated to the process. The IA32_PASID is not 152 * Each process has many threads, but only one PASID. 157 * For each device with which a process interacts, there must be 159 * Many threads within a process can share a single portal to access [all …]
|
/linux-6.3-rc2/Documentation/locking/ |
A D | rt-mutex-design.rst | 25 priority process wants to run. This happens for several reasons, and 28 the high priority process must wait until the lower priority process is done 31 priority process is prevented from running by a lower priority process for 64 PI is where a process inherits the priority of another process if the other 65 process blocks on a lock owned by the current process. To make this easier 104 the waiter on the process's stack (local variable). This 121 that a specific process owns. 154 To show where two chains merge, we could add another process F and 211 blocked on mutexes owned by the process. 351 process this is rather easy to know what needs to be adjusted. [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | numastat.rst | 14 Usually preferred node is the one local to the CPU where the process executes, 25 numa_hit A process wanted to allocate memory from this node, 28 numa_miss A process wanted to allocate memory from another node, 31 numa_foreign A process wanted to allocate on this node, 34 local_node A process ran on this node's CPU, 37 other_node A process ran on a different node's CPU 50 heavily. In the current kernel implementation, if a process prefers a
|
/linux-6.3-rc2/Documentation/ |
A D | index.rst | 25 process/development-process 26 process/submitting-patches 27 Code of conduct <process/code-of-conduct> 29 All development-process docs <process/index> 54 process/license-rules
|
/linux-6.3-rc2/Documentation/accounting/ |
A D | taskstats.rst | 7 per-process statistics from the kernel to userspace. 22 "tgid", "process" and "thread group" are used interchangeably and refer to the 23 tasks that share an mm_struct i.e. the traditional Unix process. Despite the 25 leader - a process is deemed alive as long as it has any task belonging to it. 33 statistics for all tasks of the process (if tgid is specified). 49 send commands and process responses, listen for per-tid/tgid exit data, 81 the task/process for which userspace wants statistics. 112 e) TASKSTATS_TYPE_TGID: contains tgid of process to which task belongs 119 Taskstats provides per-process stats, in addition to per-task stats, since 127 When the last task of a process exits, the process level data accumulated also [all …]
|
/linux-6.3-rc2/drivers/soc/ux500/ |
A D | ux500-soc-id.c | 32 u8 process; member 119 dbx500_id.process = asicid >> 24; in ux500_setup_id() 152 if (dbx500_id.process == 0x00) in process_show() 155 return sprintf(buf, "%02xnm\n", dbx500_id.process); in process_show() 158 static DEVICE_ATTR_RO(process);
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
A D | kernel.fuc | 30 process(PROC_KERN, 0, 0) 137 // $r14 - process 156 // process' timer is the soonest 377 // send message to another process 380 // $r14 - process 420 // $r14 - process name 423 // $r14 - process 445 // $r14 - process id 455 // process single message for a given process 458 // $r14 - process [all …]
|