| /include/linux/ |
| A D | pid.h | 87 static inline struct pid *get_pid(struct pid *pid) in get_pid() argument 89 if (pid) in get_pid() 94 extern void put_pid(struct pid *pid); 110 struct pid *pid); 135 extern void free_pid(struct pid *pid); 152 if (pid) in ns_of_pid() 153 ns = pid->numbers[pid->level].ns; in ns_of_pid() 165 return pid->numbers[pid->level].nr == 1; in is_child_reaper() 179 static inline pid_t pid_nr(struct pid *pid) in pid_nr() argument 182 if (pid) in pid_nr() [all …]
|
| A D | pidfs.h | 7 struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags); 9 void pidfs_add_pid(struct pid *pid); 10 void pidfs_remove_pid(struct pid *pid); 16 int pidfs_register_pid(struct pid *pid); 17 void pidfs_free_pid(struct pid *pid);
|
| A D | seccomp.h | 111 struct pid; 114 struct pid *pid, struct task_struct *task);
|
| A D | agpgart.h | 64 pid_t pid; /* pid of process */ member 92 pid_t pid; member 100 pid_t pid; member
|
| A D | rtnetlink.h | 12 extern int rtnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, u32 group, int echo); 15 u32 pid, u32 group, int echo) in rtnetlink_maybe_send() argument 17 return !skb ? 0 : rtnetlink_send(skb, net, pid, group, echo); in rtnetlink_maybe_send() 20 extern int rtnl_unicast(struct sk_buff *skb, struct net *net, u32 pid); 21 extern void rtnl_notify(struct sk_buff *skb, struct net *net, u32 pid, 211 extern int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
|
| A D | posix-timers.h | 19 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() argument 22 return ((~pid) << 3) | clock; in make_process_cpuclock() 62 struct pid *pid; member 208 struct pid *it_pid;
|
| A D | proc_fs.h | 87 extern void proc_flush_pid(struct pid *); 153 extern struct pid *tgid_pidfd_to_pid(const struct file *file); 165 struct pid *pid, struct task_struct *task); 177 static inline void proc_flush_pid(struct pid *pid) in proc_flush_pid() argument 226 static inline struct pid *tgid_pidfd_to_pid(const struct file *file) in tgid_pidfd_to_pid()
|
| A D | coredump.h | 31 struct pid *pid; member
|
| /include/trace/events/ |
| A D | oom.h | 25 __entry->pid = task->pid; 94 __entry->pid = task->pid; 106 __entry->pid, 121 TP_ARGS(pid), 128 __entry->pid = pid; 137 TP_ARGS(pid), 144 __entry->pid = pid; 153 TP_ARGS(pid), 160 __entry->pid = pid; 169 TP_ARGS(pid), [all …]
|
| A D | gpu_mem.h | 32 TP_PROTO(uint32_t gpu_id, uint32_t pid, uint64_t size), 34 TP_ARGS(gpu_id, pid, size), 38 __field(uint32_t, pid) 44 __entry->pid = pid; 50 __entry->pid,
|
| A D | sched.h | 29 __entry->pid = t->pid; 156 __entry->pid = p->pid; 288 __entry->pid = p->pid; 313 __entry->pid = p->pid; 350 __entry->pid = p->pid; 373 TP_PROTO(struct pid *pid), 439 __entry->pid = p->pid; 474 __entry->pid = task->pid; 509 __entry->pid = tsk->pid; 567 __entry->pid = tsk->pid; [all …]
|
| A D | task.h | 16 __field( pid_t, pid) 23 __entry->pid = task->pid; 30 __entry->pid, __entry->comm,
|
| A D | signal.h | 62 __field( pid_t, pid ) 71 __entry->pid = task->pid; 78 __entry->comm, __entry->pid, __entry->group,
|
| A D | timer.h | 370 TP_PROTO(int which, struct pid *pid, unsigned long long now), 372 TP_ARGS(which, pid, now), 376 __field( pid_t, pid ) 383 __entry->pid = pid_nr(pid); 387 (int) __entry->pid, __entry->now)
|
| A D | rcu.h | 314 TP_PROTO(const char *rcuname, int pid, unsigned long gp_seq), 316 TP_ARGS(rcuname, pid, gp_seq), 321 __field(int, pid) 327 __entry->pid = pid; 331 __entry->rcuname, __entry->gp_seq, __entry->pid) 341 TP_PROTO(const char *rcuname, unsigned long gp_seq, int pid), 343 TP_ARGS(rcuname, gp_seq, pid), 348 __field(int, pid) 354 __entry->pid = pid; 357 TP_printk("%s %ld %d", __entry->rcuname, __entry->gp_seq, __entry->pid)
|
| A D | osnoise.h | 115 __field( pid_t, pid ) 120 __entry->pid = t->pid; 127 __entry->pid,
|
| /include/net/ |
| A D | scm.h | 21 u32 pid; member 45 struct pid *pid; /* Skb credentials */ member 70 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred() argument 72 scm->pid = get_pid(pid); in scm_set_cred() 73 scm->creds.pid = pid_vnr(pid); in scm_set_cred() 80 put_pid(scm->pid); in scm_destroy_cred() 81 scm->pid = NULL; in scm_destroy_cred()
|
| /include/linux/i3c/ |
| A D | device.h | 82 #define I3C_PID_MANUF_ID(pid) (((pid) & GENMASK_ULL(47, 33)) >> 33) argument 83 #define I3C_PID_RND_LOWER_32BITS(pid) (!!((pid) & BIT_ULL(32))) argument 84 #define I3C_PID_RND_VAL(pid) ((pid) & GENMASK_ULL(31, 0)) argument 85 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) argument 86 #define I3C_PID_INSTANCE_ID(pid) (((pid) & GENMASK_ULL(15, 12)) >> 12) argument 87 #define I3C_PID_EXTRA_INFO(pid) ((pid) & GENMASK_ULL(11, 0)) argument 122 u64 pid; member
|
| /include/uapi/linux/ |
| A D | if_pppol2tp.h | 28 __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
|
| A D | kfd_ioctl.h | 628 #define KFD_EVENT_FMT_VMFAULT(pid, task_name)\ argument 629 "%x:%s\n", (pid), (task_name) 631 #define KFD_EVENT_FMT_PAGEFAULT_START(ns, pid, addr, node, rw)\ argument 632 "%lld -%d @%lx(%x) %c\n", (ns), (pid), (addr), (node), (rw) 647 "%lld -%d %x %d\n", (ns), (pid), (node), (evict_trigger) 650 "%lld -%d %x %c\n", (ns), (pid), (node), (rescheduled) 653 "%lld -%d @%lx(%lx) %x %d\n", (ns), (pid), (addr), (size),\ 656 #define KFD_EVENT_FMT_PROCESS(pid, task_name)\ argument 657 "%x %s\n", (pid), (task_name) 710 __u32 pid; /* Used during ops: PROCESS_INFO, RESUME */ member [all …]
|
| /include/linux/sched/ |
| A D | signal.h | 166 struct pid *pids[PIDTYPE_MAX]; 172 struct pid *tty_old_pgrp; 331 extern int kill_pid_info(int sig, struct kernel_siginfo *info, struct pid *pid); 334 extern int kill_pgrp(struct pid *pid, int sig, int priv); 335 extern int kill_pid(struct pid *pid, int sig, int priv); 667 struct pid *pid; in task_pid_type() local 669 pid = task_pid(task); in task_pid_type() 671 pid = task->signal->pids[type]; in task_pid_type() 672 return pid; in task_pid_type() 675 static inline struct pid *task_tgid(struct task_struct *task) in task_tgid() [all …]
|
| A D | task.h | 99 struct task_struct *copy_process(struct pid *pid, int trace, int node, 107 int kernel_wait(pid_t pid, int *stat);
|
| /include/uapi/linux/dvb/ |
| A D | net.h | 31 __u16 pid; member 46 __u16 pid; member
|
| /include/rdma/ |
| A D | rdma_netlink.h | 86 int rdma_nl_unicast(struct net *net, struct sk_buff *skb, u32 pid); 95 int rdma_nl_unicast_wait(struct net *net, struct sk_buff *skb, __u32 pid);
|
| /include/keys/ |
| A D | request_key_auth-type.h | 23 pid_t pid; member
|