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

12

/include/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
H A Ddmx.h102 __u16 pid; member in struct:dmx_sct_filter_params
115 __u16 pid; member in struct:dmx_pes_filter_params
/include/linux/
H A Dif_pppol2tp.h28 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tp_addr
42 __kernel_pid_t pid; /* pid that owns the fd. member in struct:pppol2tpv3_addr
H A Ddlm_plock.h34 __u32 pid; member in struct:dlm_plock_info
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
135 ns_of_pid(struct pid *pid) argument
149 is_child_reaper(struct pid *pid) argument
165 pid_nr(struct pid *pid) argument
[all...]
H A Dvt_kern.h151 struct pid *pid; member in struct:vt_spawn_console
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.h95 __s32 pid; member in struct:fanotify_event_metadata
H A Dnbd.h69 pid_t pid; /* pid of nbd-client, if attached */ member in struct:nbd_device
H A Dagpgart.h86 __kernel_pid_t pid; /* pid of process */ member in struct:_agp_region
148 pid_t pid; /* pid of process */ member in struct:agp_region
176 pid_t pid; member in struct:agp_client
184 pid_t pid; member in struct:agp_controller
H A Dftrace_event.h51 int pid; member in struct:trace_entry
H A Dn_r3964.h118 struct pid *pid; member in struct:r3964_client_info
/include/net/
H A Dscm.h7 #include <linux/pid.h>
23 struct pid *pid; /* Skb credentials */ member in struct:scm_cookie
49 struct pid *pid, const struct cred *cred)
51 scm->pid = get_pid(pid);
53 cred_to_ucred(pid, cred, &scm->creds);
58 put_pid(scm->pid);
59 scm->pid
48 scm_set_cred(struct scm_cookie *scm, struct pid *pid, const struct cred *cred) argument
[all...]
H A Daf_unix.h30 struct pid *pid; /* Skb credentials */ member in struct:unix_skb_parms
H A Dgenetlink.h66 * @snd_pid: netlink pid of sender
131 extern void genl_notify(struct sk_buff *skb, struct net *net, u32 pid,
134 void *genlmsg_put(struct sk_buff *skb, u32 pid, u32 seq,
213 * @pid: own netlink pid to avoid sending to yourself
218 u32 pid, unsigned int group, gfp_t flags)
220 return nlmsg_multicast(net->genl_sock, skb, pid, group, flags);
226 * @pid: own netlink pid to avoid sending to yourself
230 static inline int genlmsg_multicast(struct sk_buff *skb, u32 pid, argument
217 genlmsg_multicast_netns(struct net *net, struct sk_buff *skb, u32 pid, unsigned int group, gfp_t flags) argument
253 genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 pid) argument
[all...]
/include/rdma/
H A Drdma_netlink.h29 __s32 pid; member in struct:rdma_cm_id_stats
/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/net/netfilter/
H A Dnf_conntrack_ecache.h20 u32 pid; /* netlink pid of destroyer */ member in struct:nf_conntrack_ecache
62 u32 pid; member in struct:nf_ct_event
94 u32 pid,
114 .pid = e->pid ? e->pid : pid,
118 unsigned long missed = e->pid ? 0 : e->missed;
131 e->pid
92 nf_conntrack_eventmask_report(unsigned int eventmask, struct nf_conn *ct, u32 pid, int report) argument
146 nf_conntrack_event_report(enum ip_conntrack_events event, struct nf_conn *ct, u32 pid, int report) argument
160 u32 pid; member in struct:nf_exp_event
172 nf_ct_expect_event_report(enum ip_conntrack_expect_events event, struct nf_conntrack_expect *exp, u32 pid, int report) argument
216 nf_conntrack_eventmask_report(unsigned int eventmask, struct nf_conn *ct, u32 pid, int report) argument
222 nf_conntrack_event_report(enum ip_conntrack_events event, struct nf_conn *ct, u32 pid, int report) argument
229 nf_ct_expect_event_report(enum ip_conntrack_expect_events e, struct nf_conntrack_expect *exp, u32 pid, int report) argument
[all...]
/include/sound/
H A Dcontrol.h89 struct pid;
94 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/asm-generic/
H A Dfcntl.h129 __kernel_pid_t pid; member in struct:f_owner_ex
/include/linux/lockd/
H A Dlockd.h118 * Map an fl_owner_t into a unique 32-bit "pid"
126 uint32_t pid; member in struct:nlm_lockowner

Completed in 5898 milliseconds

12