Searched refs:pid_type (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpid.h6 enum pid_type enum
70 extern struct task_struct *FASTCALL(pid_task(struct pid *pid, enum pid_type));
72 enum pid_type));
74 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
81 enum pid_type type, struct pid *pid));
82 extern void FASTCALL(detach_pid(struct task_struct *task, enum pid_type));
84 struct task_struct *new, enum pid_type));
H A Dfs.h678 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member in struct:fown_struct
879 extern int __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpid.c209 enum pid_type type;
255 int fastcall attach_pid(struct task_struct *task, enum pid_type type,
267 void fastcall detach_pid(struct task_struct *task, enum pid_type type)
288 enum pid_type type)
295 struct task_struct * fastcall pid_task(struct pid *pid, enum pid_type type)
317 struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
326 struct task_struct *fastcall get_pid_task(struct pid *pid, enum pid_type type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfcntl.c252 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type,
259 filp->f_owner.pid_type = type;
266 int __f_setown(struct file *filp, struct pid *pid, enum pid_type type,
282 enum pid_type type;
309 if (filp->f_owner.pid_type == PIDTYPE_PGID)
497 enum pid_type type;
501 type = fown->pid_type;
525 enum pid_type type;
530 type = fown->pid_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c2746 enum pid_type type;

Completed in 118 milliseconds