| /linux/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 332 | getppid | 10000001 | Process Mgmt | sys_getpid() | 334 | clone | 1077 | Process Mgmt. | sys_clone() | 336 | prctl | 23 | Process Mgmt. | sys_prctl() | 338 | prlimit64 | 7 | Process Mgmt. | sys_prlimit64() | 340 | getpid | 10 | Process Mgmt. | sys_getpid() | 342 | uname | 3 | Process Mgmt. | sys_uname() | 344 | sysinfo | 1 | Process Mgmt. | sys_sysinfo() | 346 | getuid | 1 | Process Mgmt. | sys_getuid() | 348 | getgid | 1 | Process Mgmt. | sys_getgid() | 350 | geteuid | 1 | Process Mgmt. | sys_geteuid() | [all …]
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 29 use crate::{context::Context, page_range::Shrinker, process::Process, thread::Thread}; 372 let process = match Process::open(ctx, file) { in rust_binder_open() 396 let process = unsafe { Arc::<Process>::from_foreign((*file).private_data) }; in rust_binder_release() 399 Process::release(process, file); in rust_binder_release() 411 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_ioctl() 413 match Process::ioctl(f, unsafe { File::from_raw_file(file) }, cmd as _, arg as _) { in rust_binder_ioctl() 426 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_mmap() 430 match Process::mmap(f, unsafe { File::from_raw_file(file) }, area) { in rust_binder_mmap() 443 let f = unsafe { Arc::<Process>::borrow((*file).private_data) }; in rust_binder_poll() 447 match Process::poll(f, fileref, unsafe { PollTable::from_raw(wait) }) { in rust_binder_poll() [all …]
|
| H A D | process.rs | 351 pub(crate) process: Arc<Process>, 360 fn new(node_ref: NodeRef, handle: u32, process: Arc<Process>) -> impl PinInit<Self> { in new() 427 pub(crate) struct Process { struct 454 defer_work: Work<Process>, argument 464 impl HasWork<Process> for Process { self.defer_work } argument 468 impl ListArcSafe<0> for Process { untracked; } 471 impl ListItem<0> for Process { 476 impl workqueue::WorkItem for Process { implementation 477 type Pointer = Arc<Process>; 496 impl Process { implementation [all …]
|
| H A D | node.rs | 17 process::{NodeRefInfo, Process, ProcessInner}, 170 freeze_list: KVVec<Arc<Process>>, 187 pub(crate) owner: Arc<Process>, 211 owner: Arc<Process>, in new() argument 651 process: &Arc<Process>, in add_freeze_listener() argument 654 let mut vec_alloc = KVVec::<Arc<Process>>::new(); in add_freeze_listener() 677 pub(crate) fn remove_freeze_listener(&self, p: &Arc<Process>) { in remove_freeze_listener() argument 694 pub(crate) fn freeze_list<'a>(&'a self, guard: &'a ProcessInner) -> &'a [Arc<Process>] { in freeze_list() argument 920 process: Arc<Process>, 949 process: Arc<Process>, in new() argument
|
| H A D | freeze.rs | 17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc, 157 pub(crate) fn on_process_exit(&self, proc: &Arc<Process>) { in on_process_exit() argument 164 impl Process { impl 322 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients() argument 389 batch: KVVec<(Arc<Process>, DLArc<FreezeMessage>)>,
|
| H A D | transaction.rs | 21 process::{Process, ProcessInner}, 33 pub(crate) to: Arc<Process>, 117 to: Arc<Process>, in new_reply() argument
|
| /linux/Documentation/process/ |
| H A D | development-process.rst | 3 A guide to the Kernel Development Process 21 2.Process
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-process.rst | 7 Image Process Control Reference 10 The Image Process control class is intended for low-level control of 18 Image Process Control IDs
|
| /linux/drivers/clk/starfive/ |
| H A D | Kconfig | 61 tristate "StarFive JH7110 Image-Signal-Process clock support" 65 Say yes here to support the Image-Signal-Process clock controller
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | development-process.rst | 19 2.Process
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | development-process.rst | 22 2.Process
|
| H A D | 2.Process.rst | 5 :Original: :ref:`Documentation/process/2.Process.rst <development_process>`
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-amd8111.rst | 27 Process Call Support
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | development-process.rst | 26 2.Process
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-smc.S | 46 mov r1, #0x0 @ Process ID
|
| H A D | sleep44xx.S | 261 mov r1, #0x0 @ Process ID 301 mov r1, #0x0 @ Process ID
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-uio_pci_sva-pasid | 5 Process Address Space ID (PASID) assigned by IOMMU driver to
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-inject.txt | 76 Process jitdump files by injecting the mmap records corresponding to jitted 98 The Process ID (PID) of the QEMU hypervisor process must be provided,
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | kernel-doc.rst | 116 * Context: Process context. May sleep if @gfp flags permit. 117 * Context: Process context. Takes and releases <mutex>.
|
| /linux/Documentation/bpf/ |
| H A D | redirect.rst | 21 Process chapter
|
| /linux/net/tipc/ |
| H A D | Kconfig | 11 The Transparent Inter Process Communication (TIPC) protocol is
|
| /linux/lib/crc/x86/ |
| H A D | crc32c-3way.S | 84 # Process 1 <= n_misaligned <= 7 bytes individually in order to align
|
| /linux/tools/usb/usbip/ |
| H A D | configure.ac | 1 dnl Process this file with autoconf to produce a configure script.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | macros.fuc | 145 // Process message queue description 153 // Process table entry
|
| /linux/Documentation/i2c/ |
| H A D | smbus-protocol.rst | 162 SMBus Process Call 207 SMBus Block Write - Block Read Process Call 210 SMBus Block Write - Block Read Process Call was introduced in
|