Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 90) sorted by relevance

1234

/include/linux/
Dpid.h59 struct pid struct
71 extern struct pid init_struct_pid; argument
77 extern struct pid *pidfd_pid(const struct file *file);
79 static inline struct pid *get_pid(struct pid *pid) in get_pid() argument
81 if (pid) in get_pid()
82 refcount_inc(&pid->count); in get_pid()
83 return pid; in get_pid()
86 extern void put_pid(struct pid *pid);
87 extern struct task_struct *pid_task(struct pid *pid, enum pid_type);
88 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type);
[all …]
Dagpgart.h66 pid_t pid; /* pid of process */ member
94 pid_t pid; member
102 pid_t pid; member
Drtnetlink.h12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo);
13 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid);
14 extern void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid,
130 extern int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
Dcpufreq_times.h27 struct pid *pid, struct task_struct *p);
Dn_r3964.h89 struct pid *pid; member
Dumh.h28 pid_t pid; member
52 pid_t pid; member
Dposix-timers.h38 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() argument
41 return ((~pid) << 3) | clock; in make_process_cpuclock()
208 struct pid *it_pid;
/include/trace/events/
Doom.h17 __field( pid_t, pid)
23 __entry->pid = task->pid;
29 __entry->pid, __entry->comm, __entry->oom_score_adj)
75 TP_PROTO(int pid),
77 TP_ARGS(pid),
80 __field(int, pid)
84 __entry->pid = pid;
87 TP_printk("pid=%d", __entry->pid)
91 TP_PROTO(int pid),
93 TP_ARGS(pid),
[all …]
Dsched.h23 __field( pid_t, pid )
28 __entry->pid = t->pid;
31 TP_printk("comm=%s pid=%d", __entry->comm, __entry->pid)
65 __field( pid_t, pid )
73 __entry->pid = p->pid;
80 __entry->comm, __entry->pid, __entry->prio,
158 __entry->prev_pid = prev->pid;
162 __entry->next_pid = next->pid;
197 __field( pid_t, pid )
205 __entry->pid = p->pid;
[all …]
Dtask.h16 __field( pid_t, pid)
23 __entry->pid = task->pid;
30 __entry->pid, __entry->comm,
41 __field( pid_t, pid)
48 __entry->pid = task->pid;
55 __entry->pid, __entry->oldcomm,
Dandroid_fs_template.h8 pid_t pid, char *pathname, char *command),
9 TP_ARGS(inode, offset, bytes, pid, pathname, command),
16 __field(pid_t, pid);
33 __entry->pid = pid;
40 __get_str(cmdline), __entry->pid, __entry->i_size,
Dandroid_fs.h13 pid_t pid, char *pathname, char *command),
14 TP_ARGS(inode, offset, bytes, pid, pathname, command));
22 pid_t pid, char *pathname, char *command),
23 TP_ARGS(inode, offset, bytes, pid, pathname, command));
Dsignal.h62 __field( pid_t, pid )
71 __entry->pid = task->pid;
78 __entry->comm, __entry->pid, __entry->group,
Dtimer.h343 TP_PROTO(int which, struct pid *pid, unsigned long long now),
345 TP_ARGS(which, pid, now),
349 __field( pid_t, pid )
356 __entry->pid = pid_nr(pid);
360 (int) __entry->pid, __entry->now)
Drcu.h306 TP_PROTO(const char *rcuname, int pid, unsigned long gp_seq),
308 TP_ARGS(rcuname, pid, gp_seq),
313 __field(int, pid)
319 __entry->pid = pid;
323 __entry->rcuname, __entry->gp_seq, __entry->pid)
333 TP_PROTO(const char *rcuname, unsigned long gp_seq, int pid),
335 TP_ARGS(rcuname, gp_seq, pid),
340 __field(int, pid)
346 __entry->pid = pid;
349 TP_printk("%s %lu %d", __entry->rcuname, __entry->gp_seq, __entry->pid)
/include/net/
Dscm.h19 u32 pid; member
32 struct pid *pid; /* Skb credentials */ member
57 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred() argument
59 scm->pid = get_pid(pid); in scm_set_cred()
60 scm->creds.pid = pid_vnr(pid); in scm_set_cred()
67 put_pid(scm->pid); in scm_destroy_cred()
68 scm->pid = NULL; in scm_destroy_cred()
126 .pid = scm->creds.pid, in scm_recv()
Daf_unix.h34 struct pid *pid; /* Skb credentials */ member
/include/linux/i3c/
Ddevice.h79 #define I3C_PID_MANUF_ID(pid) (((pid) & GENMASK_ULL(47, 33)) >> 33) argument
80 #define I3C_PID_RND_LOWER_32BITS(pid) (!!((pid) & BIT_ULL(32))) argument
81 #define I3C_PID_RND_VAL(pid) ((pid) & GENMASK_ULL(31, 0)) argument
82 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) argument
83 #define I3C_PID_INSTANCE_ID(pid) (((pid) & GENMASK_ULL(15, 12)) >> 12) argument
84 #define I3C_PID_EXTRA_INFO(pid) ((pid) & GENMASK_ULL(11, 0)) argument
119 u64 pid; member
/include/uapi/linux/
Dif_pppol2tp.h28 __kernel_pid_t pid; /* pid that owns the fd. member
42 __kernel_pid_t pid; /* pid that owns the fd. member
56 __kernel_pid_t pid; /* pid that owns the fd. member
67 __kernel_pid_t pid; /* pid that owns the fd. member
Ddlm_plock.h35 __u32 pid; member
/include/linux/sched/
Dsignal.h151 struct pid *pids[PIDTYPE_MAX];
157 struct pid *tty_old_pgrp;
325 extern int __kill_pgrp_info(int sig, struct kernel_siginfo *info, struct pid *pgrp);
326 extern int kill_pid_info(int sig, struct kernel_siginfo *info, struct pid *pid);
327 extern int kill_pid_usb_asyncio(int sig, int errno, sigval_t addr, struct pid *,
329 extern int kill_pgrp(struct pid *pid, int sig, int priv);
330 extern int kill_pid(struct pid *pid, int sig, int priv);
338 extern int send_sigqueue(struct sigqueue *, struct pid *, enum pid_type);
594 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
596 struct pid *pid; in task_pid_type() local
[all …]
/include/uapi/linux/dvb/
Dnet.h46 __u16 pid; member
61 __u16 pid; member
/include/rdma/
Drdma_netlink.h84 int rdma_nl_unicast(struct net *net, struct sk_buff *skb, u32 pid);
93 int rdma_nl_unicast_wait(struct net *net, struct sk_buff *skb, __u32 pid);
/include/keys/
Drequest_key_auth-type.h23 pid_t pid; member
/include/sound/
Drawmidi.h36 struct pid;
89 struct pid *pid; member

1234