Searched defs:Process (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/process/ |
| H A D | embargoed-hardware-issues.rst | 114 Process section in Memorandum of Understanding 124 Start of Disclosure 168 Disclosure 178 Mitigation development 222 Early access 254 Coordinated release 280 Process ambassadors argument
|
| H A D | cve.rst | 27 Process chapter
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 434 pub(crate) struct Process { struct 440 // Credential associated with file when `Process` is created. argument 444 pub(crate) inner: SpinLock<ProcessInner>, argument 457 node_refs: Mutex<ProcessNodeRefs>, argument 461 defer_work: Work<Process>, argument 471 impl HasWork<Process> for Process { self.defer_work } argument 483 impl workqueue::WorkItem for Process { implementation 503 impl Process { impl 813 self: ArcBorrow<'_, Process>, in insert_or_update_handle() argument 927 self: ArcBorrow<'_, Process>, in update_ref() argument [all …]
|
| H A D | context.rs | 90 pub(crate) fn deregister_process(self: &Arc<Self>, proc: &Arc<Process>) { in deregister_process() 137 F: FnMut(&Process), in for_each_proc() 145 pub(crate) fn get_all_procs(&self) -> Result<KVVec<Arc<Process>>> { in get_all_procs() 154 pub(crate) fn get_procs_with_pid(&self, pid: i32) -> Result<KVVec<Arc<Process>>> { in get_procs_with_pid()
|
| H A D | freeze.rs | 157 pub(crate) fn on_process_exit(&self, proc: &Arc<Process>) { in on_process_exit() 164 impl Process { implementation 322 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients()
|
| H A D | node.rs | 219 owner: Arc<Process>, in new() 659 process: &Arc<Process>, in add_freeze_listener() 685 pub(crate) fn remove_freeze_listener(&self, p: &Arc<Process>) { in remove_freeze_listener() 702 pub(crate) fn freeze_list<'a>(&'a self, guard: &'a ProcessInner) -> &'a [Arc<Process>] { in freeze_list() 957 process: Arc<Process>, in new()
|
| H A D | transaction.rs | 128 to: Arc<Process>, in new_reply()
|
| H A D | allocation.rs | 66 process: Arc<Process>, in new()
|
| H A D | thread.rs | 947 to_process: Arc<Process>, in copy_transaction_data()
|
| /linux/Documentation/bpf/ |
| H A D | redirect.rst | 21 Process chapter
|