Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/process/
H A Dembargoed-hardware-issues.rst114 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 Dcve.rst27 Process chapter
/linux/drivers/android/binder/
H A Dprocess.rs435 pub(crate) struct Process { struct
441 // Credential associated with file when `Process` is created. argument
445 pub(crate) inner: SpinLock<ProcessInner>, argument
458 node_refs: Mutex<ProcessNodeRefs>, argument
462 defer_work: Work<Process>, argument
472 impl HasWork<Process> for Process { self.defer_work } argument
484 impl workqueue::WorkItem for Process { implementation
504 impl Process { impl
814 self: ArcBorrow<'_, Process>, in insert_or_update_handle() argument
928 self: ArcBorrow<'_, Process>, in update_ref() argument
[all …]
H A Dcontext.rs90 pub(crate) fn deregister_process(self: &Arc<Self>, proc: &Arc<Process>) { in deregister_process()
148 F: FnMut(&Process), in for_each_proc()
156 pub(crate) fn get_all_procs(&self) -> Result<KVVec<Arc<Process>>> { in get_all_procs()
165 pub(crate) fn get_procs_with_pid(&self, pid: i32) -> Result<KVVec<Arc<Process>>> { in get_procs_with_pid()
H A Dfreeze.rs157 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 Dtransaction.rs151 to: Arc<Process>, in new_reply()
H A Dallocation.rs65 process: Arc<Process>, in new()
H A Dthread.rs954 to_process: Arc<Process>, in copy_transaction_data()
/linux/Documentation/bpf/
H A Dredirect.rst21 Process chapter