Searched refs:pid (Results 1 - 25 of 76) sorted by relevance

1234

/include/linux/
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 Drtnetlink.h10 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
11 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
12 extern void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid,
103 extern int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
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 Dnbd.h41 pid_t pid; /* pid of nbd-client, if attached */ member in struct:nbd_device
H A Dn_r3964.h89 struct pid *pid; member in struct:r3964_client_info
H A Dposix-timers.h31 * The most significant 29 bits hold either a pid or a file descriptor.
53 #define MAKE_PROCESS_CPUCLOCK(pid, clock) \
54 ((~(clockid_t) (pid) << 3) | (clockid_t) (clock))
75 struct pid *it_pid; /* pid of process to send signal to */
H A Dblktrace_api.h22 u32 pid; member in struct:blk_trace
98 u32 pid; member in struct:compat_blk_user_trace_setup
/include/trace/events/
H A Doom.h15 __field( pid_t, pid)
21 __entry->pid = task->pid;
26 TP_printk("pid=%d comm=%s oom_score_adj=%hd",
27 __entry->pid, __entry->comm, __entry->oom_score_adj)
H A Dtask.h15 __field( pid_t, pid)
22 __entry->pid = task->pid;
28 TP_printk("pid=%d comm=%s clone_flags=%lx oom_score_adj=%hd",
29 __entry->pid, __entry->comm,
40 __field( pid_t, pid)
47 __entry->pid = task->pid;
53 TP_printk("pid=%d oldcomm=%s newcomm=%s oom_score_adj=%hd",
54 __entry->pid, __entr
[all...]
H A Dsched.h22 __field( pid_t, pid )
27 __entry->pid = t->pid;
30 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
64 __field( pid_t, pid )
72 __entry->pid = p->pid;
78 TP_printk("comm=%s pid=%d prio=%d success=%d target_cpu=%03d",
79 __entry->comm, __entry->pid, __entr
[all...]
H A Dmigrate.h59 __field( pid_t, pid)
66 __entry->pid = p->pid;
71 TP_printk("comm=%s pid=%d dst_nid=%d nr_pages=%lu",
73 __entry->pid,
H A Dsignal.h62 __field( pid_t, pid )
71 __entry->pid = task->pid;
76 TP_printk("sig=%d errno=%d code=%d comm=%s pid=%d grp=%d res=%d",
78 __entry->comm, __entry->pid, __entry->group,
H A Dtimer.h301 * @pid: pid of the process which owns the timer
306 TP_PROTO(int which, struct pid *pid, cputime_t now),
308 TP_ARGS(which, pid, now),
312 __field( pid_t, pid )
319 __entry->pid = pid_nr(pid);
322 TP_printk("which=%d pid=%d now=%llu", __entry->which,
323 (int) __entry->pid, (unsigne
[all...]
H A Drcu.h225 TP_PROTO(const char *rcuname, int pid, unsigned long gpnum),
227 TP_ARGS(rcuname, pid, gpnum),
232 __field(int, pid)
238 __entry->pid = pid;
242 __entry->rcuname, __entry->gpnum, __entry->pid)
252 TP_PROTO(const char *rcuname, unsigned long gpnum, int pid),
254 TP_ARGS(rcuname, gpnum, pid),
259 __field(int, pid)
265 __entry->pid
[all...]
/include/uapi/linux/
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 Ddlm_plock.h34 __u32 pid; member in struct:dlm_plock_info
/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
H A Ddmx.h100 __u16 pid; member in struct:dmx_sct_filter_params
113 __u16 pid; member in struct:dmx_pes_filter_params
/include/net/
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...]
H A Daf_unix.h31 struct pid *pid; /* Skb credentials */ member in struct:unix_skb_parms
H A Ddcbnl.h38 u32 seq, u32 pid);
40 u32 seq, u32 pid);
/include/rdma/
H A Dib_umem.h50 struct pid *pid; member in struct:ib_umem
H A Drdma_netlink.h63 * @pid: Userspace netlink process ID
67 __u32 pid);
/include/sound/
H A Drawmidi.h50 struct pid;
103 struct pid *pid; member in struct:snd_rawmidi_substream

Completed in 5490 milliseconds

1234