Searched defs:pid (Results 1 - 25 of 49) sorted by relevance

12

/include/uapi/linux/dvb/
H A Dnet.h30 __u16 pid; member in struct:dvb_net_if
45 __u16 pid; member in struct:__dvb_net_if_old
H A Dca.h77 unsigned int pid; member in struct:ca_pid
/include/linux/
H A Dnbd.h41 pid_t pid; /* pid of nbd-client, if attached */ member in struct:nbd_device
H A Dpid.h15 * What is struct pid?
17 * A struct pid is the kernel's internal notion of a process identifier.
19 * there are processes attached to it the struct pid lives in a hash
21 * quickly from the numeric pid value. The attached processes may be
22 * quickly accessed by following pointers from struct pid.
25 * problem. The process originally with that pid may have exited and the
26 * pid allocator wrapped, and another process could have come along
27 * and been assigned that pid.
34 * a struct pid is about 64 bytes.
36 * Holding a reference to struct pid solve
57 struct pid struct
72 struct pid *pid; member in struct:pid_link
75 get_pid(struct pid *pid) argument
134 ns_of_pid(struct pid *pid) argument
148 is_child_reaper(struct pid *pid) argument
164 pid_nr(struct pid *pid) argument
[all...]
H A Dblktrace_api.h22 u32 pid; member in struct:blk_trace
98 u32 pid; member in struct:compat_blk_user_trace_setup
H A Dvt_kern.h151 struct pid *pid; member in struct:vt_spawn_console
H A Dagpgart.h66 pid_t pid; /* pid of process */ member in struct:agp_region
94 pid_t pid; member in struct:agp_client
102 pid_t pid; member in struct:agp_controller
H A Dptrace.h135 * @pid: process identifier for %PTRACE_GETEVENTMSG to return
137 * Check whether @event is enabled and, if so, report @event and @pid
138 * to the ptrace parent. @pid is reported as the pid_t seen from the
139 * the ptrace parent's pid namespace.
143 static inline void ptrace_event_pid(int event, struct pid *pid) argument
146 * FIXME: There's a potential race if a ptracer in a different pid
149 * the ptracer will get a bogus pid from PTRACE_GETEVENTMSG.
157 message = pid_nr_ns(pid, ns);
H A Dn_r3964.h89 struct pid *pid; member in struct:r3964_client_info
/include/rdma/
H A Dib_umem.h50 struct pid *pid; member in struct:ib_umem
/include/uapi/linux/
H A Ddlm_plock.h34 __u32 pid; member in struct:dlm_plock_info
H A Dif_pppol2tp.h25 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tp_addr
39 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpin6_addr
53 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpv3_addr
64 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpv3in6_addr
H A Dagpgart.h86 __kernel_pid_t pid; /* pid of process */ member in struct:_agp_region
H A Dauto_fs4.h137 __u32 pid; member in struct:autofs_v5_packet
H A Ddlm_device.h58 __u32 pid; member in struct:dlm_purge_params
H A Dfanotify.h91 __s32 pid; member in struct:fanotify_event_metadata
H A Dcapability.h42 int pid; member in struct:__user_cap_header_struct
150 * Transfer any capability in your permitted set to any pid,
151 * remove any capability in your permitted set from any pid
/include/net/
H A Daf_unix.h31 struct pid *pid; /* Skb credentials */ member in struct:unix_skb_parms
H A Dscm.h7 #include <linux/pid.h>
16 u32 pid; member in struct:scm_creds
28 struct pid *pid; /* Skb credentials */ member in struct:scm_cookie
53 struct pid *pid, kuid_t uid, kgid_t gid)
55 scm->pid = get_pid(pid);
56 scm->creds.pid = pid_vnr(pid);
52 scm_set_cred(struct scm_cookie *scm, struct pid *pid, kuid_t uid, kgid_t gid) argument
[all...]
/include/net/irda/
H A Daf_irda.h46 __u8 pid; /* Protocol IP (PID) used by Ultra */ member in struct:irda_sock
H A Dirlmp.h108 __u8 pid; /* Used by connectionless LSAP */ member in struct:lsap_cb
197 struct lsap_cb *irlmp_open_lsap(__u8 slsap, notify_t *notify, __u8 pid);
/include/sound/
H A Dcontrol.h94 struct pid;
99 struct pid *pid; member in struct:snd_ctl_file
H A Drawmidi.h50 struct pid;
103 struct pid *pid; member in struct:snd_rawmidi_substream
/include/linux/mlx5/
H A Dcq.h55 int pid; member in struct:mlx5_core_cq
/include/uapi/asm-generic/
H A Dfcntl.h157 __kernel_pid_t pid; member in struct:f_owner_ex

Completed in 1513 milliseconds

12