Searched refs:pgrp (Results 1 - 25 of 77) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dioprio.c82 struct pid *pgrp; local
123 pgrp = task_pgrp(current);
125 pgrp = find_vpid(who);
126 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
130 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
196 struct pid *pgrp; local
212 pgrp = task_pgrp(current);
214 pgrp = find_vpid(who);
215 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
223 } while_each_pid_thread(pgrp, PIDTYPE_PGI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dioprio.c82 struct pid *pgrp; local
123 pgrp = task_pgrp(current);
125 pgrp = find_vpid(who);
126 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
130 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
196 struct pid *pgrp; local
212 pgrp = task_pgrp(current);
214 pgrp = find_vpid(who);
215 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
223 } while_each_pid_thread(pgrp, PIDTYPE_PGI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dpty.c180 struct pid *pgrp; local
184 pgrp = get_pid(tty->link->pgrp);
187 kill_pgrp(pgrp, sig, 1);
188 put_pid(pgrp);
248 struct pid *pgrp, *rpgrp; local
262 pgrp = get_pid(tty->pgrp);
266 rpgrp = get_pid(pty->pgrp);
269 if (pgrp)
[all...]
H A Dtty_io.c392 if (!tty->pgrp) {
393 printk(KERN_WARNING "tty_check_change: tty->pgrp == NULL!\n");
396 if (task_pgrp(current) == tty->pgrp)
601 if (tty->pgrp)
602 p->signal->tty_old_pgrp = get_pid(tty->pgrp);
614 put_pid(tty->pgrp);
616 tty->pgrp = NULL;
776 tty_pgrp = get_pid(tty->pgrp);
812 put_pid(tty->pgrp);
814 tty->pgrp
2047 struct pid *pgrp; local
2223 struct pid *pgrp; local
2275 struct pid *pgrp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dpty.c180 struct pid *pgrp; local
184 pgrp = get_pid(tty->link->pgrp);
187 kill_pgrp(pgrp, sig, 1);
188 put_pid(pgrp);
248 struct pid *pgrp, *rpgrp; local
262 pgrp = get_pid(tty->pgrp);
266 rpgrp = get_pid(pty->pgrp);
269 if (pgrp)
[all...]
H A Dtty_io.c392 if (!tty->pgrp) {
393 printk(KERN_WARNING "tty_check_change: tty->pgrp == NULL!\n");
396 if (task_pgrp(current) == tty->pgrp)
601 if (tty->pgrp)
602 p->signal->tty_old_pgrp = get_pid(tty->pgrp);
614 put_pid(tty->pgrp);
616 tty->pgrp = NULL;
776 tty_pgrp = get_pid(tty->pgrp);
812 put_pid(tty->pgrp);
814 tty->pgrp
2047 struct pid *pgrp; local
2223 struct pid *pgrp; local
2275 struct pid *pgrp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dexit.c219 * This checks not only the pgrp, but falls back on the pid if no
220 * satisfactory pgrp is found. I dunno - gdb doesn't work correctly
225 struct pid *session_of_pgrp(struct pid *pgrp) argument
230 p = pid_task(pgrp, PIDTYPE_PGID);
232 p = pid_task(pgrp, PIDTYPE_PID);
247 static int will_become_orphaned_pgrp(struct pid *pgrp, struct task_struct *ignored_task) argument
251 do_each_pid_task(pgrp, PIDTYPE_PGID, p) {
257 if (task_pgrp(p->real_parent) != pgrp &&
260 } while_each_pid_task(pgrp, PIDTYPE_PGID, p);
276 static int has_stopped_jobs(struct pid *pgrp) argument
298 struct pid *pgrp = task_pgrp(tsk); local
[all...]
H A Dsys.c155 struct pid *pgrp; local
180 pgrp = find_vpid(who);
182 pgrp = task_pgrp(current);
183 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
185 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
222 struct pid *pgrp; local
243 pgrp = find_vpid(who);
245 pgrp = task_pgrp(current);
246 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
250 } while_each_pid_thread(pgrp, PIDTYPE_PGI
928 struct pid *pgrp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dexit.c219 * This checks not only the pgrp, but falls back on the pid if no
220 * satisfactory pgrp is found. I dunno - gdb doesn't work correctly
225 struct pid *session_of_pgrp(struct pid *pgrp) argument
230 p = pid_task(pgrp, PIDTYPE_PGID);
232 p = pid_task(pgrp, PIDTYPE_PID);
247 static int will_become_orphaned_pgrp(struct pid *pgrp, struct task_struct *ignored_task) argument
251 do_each_pid_task(pgrp, PIDTYPE_PGID, p) {
257 if (task_pgrp(p->real_parent) != pgrp &&
260 } while_each_pid_task(pgrp, PIDTYPE_PGID, p);
276 static int has_stopped_jobs(struct pid *pgrp) argument
298 struct pid *pgrp = task_pgrp(tsk); local
[all...]
H A Dsys.c155 struct pid *pgrp; local
180 pgrp = find_vpid(who);
182 pgrp = task_pgrp(current);
183 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
185 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
222 struct pid *pgrp; local
243 pgrp = find_vpid(who);
245 pgrp = task_pgrp(current);
246 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
250 } while_each_pid_thread(pgrp, PIDTYPE_PGI
928 struct pid *pgrp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/autofs/
H A Dinode.c66 {Opt_pgrp, "pgrp=%u"},
73 pid_t *pgrp, int *minproto, int *maxproto)
81 *pgrp = task_pgrp_nr(current);
115 *pgrp = option;
191 DPRINTK(("autofs: pipe fd = %d, pgrp = %u\n", pipefd, pgid));
72 parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid_t *pgrp, int *minproto, int *maxproto) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/autofs/
H A Dinode.c66 {Opt_pgrp, "pgrp=%u"},
73 pid_t *pgrp, int *minproto, int *maxproto)
81 *pgrp = task_pgrp_nr(current);
115 *pgrp = option;
191 DPRINTK(("autofs: pipe fd = %d, pgrp = %u\n", pipefd, pgid));
72 parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid_t *pgrp, int *minproto, int *maxproto) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/autofs4/
H A Dinode.c136 seq_printf(m, ",pgrp=%d", sbi->oz_pgrp);
163 {Opt_pgrp, "pgrp=%u"},
173 pid_t *pgrp, unsigned int *type, int *minproto, int *maxproto)
181 *pgrp = task_pgrp_nr(current);
215 *pgrp = option;
345 DPRINTK("pipe fd = %d, pgrp = %u", pipefd, sbi->oz_pgrp);
172 parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid_t *pgrp, unsigned int *type, int *minproto, int *maxproto) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/autofs4/
H A Dinode.c136 seq_printf(m, ",pgrp=%d", sbi->oz_pgrp);
163 {Opt_pgrp, "pgrp=%u"},
173 pid_t *pgrp, unsigned int *type, int *minproto, int *maxproto)
181 *pgrp = task_pgrp_nr(current);
215 *pgrp = option;
345 DPRINTK("pipe fd = %d, pgrp = %u", pipefd, sbi->oz_pgrp);
172 parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid_t *pgrp, unsigned int *type, int *minproto, int *maxproto) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dinferior.h201 extern void terminal_init_inferior_with_pgrp (int pgrp);
H A Dinflow.c168 terminal_init_inferior_with_pgrp (int pgrp)
179 inferior_process_group = pgrp;
328 pgrp. */
167 terminal_init_inferior_with_pgrp(int pgrp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dinferior.h201 extern void terminal_init_inferior_with_pgrp (int pgrp);
H A Dinflow.c168 terminal_init_inferior_with_pgrp (int pgrp)
179 inferior_process_group = pgrp;
328 pgrp. */
167 terminal_init_inferior_with_pgrp(int pgrp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dinferior.h201 extern void terminal_init_inferior_with_pgrp (int pgrp);
H A Dinflow.c168 terminal_init_inferior_with_pgrp (int pgrp)
179 inferior_process_group = pgrp;
328 pgrp. */
167 terminal_init_inferior_with_pgrp(int pgrp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/examples/rlfe/
H A Dpty.c369 int pgrp; local
372 if (ioctl(f, TIOCGPGRP, (char *)&pgrp) != -1 || errno != EIO)
H A Dos.h139 # define killpg(pgrp,sig) kill( -(pgrp), sig)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/examples/rlfe/
H A Dpty.c369 int pgrp; local
372 if (ioctl(f, TIOCGPGRP, (char *)&pgrp) != -1 || errno != EIO)
H A Dos.h139 # define killpg(pgrp,sig) kill( -(pgrp), sig)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/examples/rlfe/
H A Dpty.c369 int pgrp; local
372 if (ioctl(f, TIOCGPGRP, (char *)&pgrp) != -1 || errno != EIO)

Completed in 148 milliseconds

1234