Home
last modified time | relevance | path

Searched refs:Pid (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs5 use kernel::{page::PAGE_SIZE, prelude::*, seq_file::SeqFile, task::Pid};
19 fn new(is_oneway: bool, debug_id: usize, pid: Pid) -> Self { in new()
27 fn pid(&self) -> Pid { in pid() argument
46 pid: Pid,
282 pub(crate) pid: Pid,
H A Darray.rs10 task::Pid,
120 pid: Pid, in reserve_new() argument
167 fn low_oneway_space(&self, calling_pid: Pid) -> bool { in low_oneway_space()
H A Dtree.rs11 task::Pid,
154 pid: Pid, in reserve_new() argument
380 fn low_oneway_space(&self, calling_pid: Pid) -> bool { in low_oneway_space()
/linux/fs/smb/common/
H A Dsmb1pdu.h43 __le16 Pid; member
/linux/drivers/android/binder/
H A Drust_binder_main.rs26 task::Pid,
515 let pid = (unsafe { (*ptr).private }) as usize as Pid; in rust_binder_proc_show()
581 fn rust_binder_proc_show_impl(m: &SeqFile, pid: Pid) -> Result<()> { in rust_binder_proc_show_impl()
H A Dpage_range.rs34 task::Pid,
131 /// Pid using this page range. Only used as debugging information.
132 pid: Pid,
H A Dprocess.rs527 pub(crate) fn pid_in_current_ns(&self) -> kernel::task::Pid { in pid_in_current_ns() argument
/linux/fs/smb/server/
H A Dsmb_common.c354 rsp_hdr->Pid = rcv_hdr->Pid; in init_smb1_rsp_hdr()
/linux/Documentation/RCU/
H A Dlockdep-splat.rst40 Pid: 1552, comm: scsi_scan_6 Not tainted 3.0.0-rc5 #17
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt287 Pid
/linux/fs/smb/client/
H A Dcifsglob.h1787 __le16 Pid; member
H A Dfile.c1858 cur->Pid = cpu_to_le16(li->pid); in cifs_push_mandatory_locks()
2249 cur->Pid = cpu_to_le16(li->pid); in cifs_unlock_range()