Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tty_get_pgrp
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_jobctrl.c
270
struct pid *tty_pgrp =
tty_get_pgrp
(tty);
in disassociate_ctty()
401
*
tty_get_pgrp
- return a ref counted pgrp pid
407
struct pid *
tty_get_pgrp
(struct tty_struct *tty)
in tty_get_pgrp()
function
418
EXPORT_SYMBOL_GPL(
tty_get_pgrp
);
variable
462
pid =
tty_get_pgrp
(real_tty);
in tiocgpgrp()
H
A
D
pty.c
207
pgrp =
tty_get_pgrp
(tty->link);
in pty_signal()
305
pgrp =
tty_get_pgrp
(tty);
in pty_resize()
306
rpgrp =
tty_get_pgrp
(pty);
in pty_resize()
H
A
D
n_tty.c
1110
struct pid *tty_pgrp =
tty_get_pgrp
(tty);
in __isig()
H
A
D
tty_io.c
2327
pgrp =
tty_get_pgrp
(tty);
in tty_do_resize()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
tty_jobctrl.c
277
struct pid *tty_pgrp =
tty_get_pgrp
(tty);
in disassociate_ctty()
415
*
tty_get_pgrp
- return a ref counted pgrp pid
421
struct pid *
tty_get_pgrp
(struct tty_struct *tty)
in tty_get_pgrp()
function
432
EXPORT_SYMBOL_GPL(
tty_get_pgrp
);
variable
476
pid =
tty_get_pgrp
(real_tty);
in tiocgpgrp()
H
A
D
pty.c
196
pgrp =
tty_get_pgrp
(tty->link);
in pty_signal()
294
pgrp =
tty_get_pgrp
(tty);
in pty_resize()
295
rpgrp =
tty_get_pgrp
(pty);
in pty_resize()
H
A
D
n_tty.c
1074
struct pid *tty_pgrp =
tty_get_pgrp
(tty);
in __isig()
H
A
D
tty_io.c
2336
pgrp =
tty_get_pgrp
(tty);
in tty_do_resize()
/kernel/linux/linux-6.6/include/linux/
H
A
D
tty.h
345
struct pid *
tty_get_pgrp
(struct tty_struct *tty);
361
static inline struct pid *
tty_get_pgrp
(struct tty_struct *tty)
in tty_get_pgrp()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
tty.h
371
extern struct pid *
tty_get_pgrp
(struct tty_struct *tty);
386
static inline struct pid *
tty_get_pgrp
(struct tty_struct *tty)
in tty_get_pgrp()
function
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
line.c
649
pgrp =
tty_get_pgrp
(tty);
in winch_interrupt()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
line.c
654
pgrp =
tty_get_pgrp
(tty);
in winch_interrupt()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
array.c
483
struct pid *pgrp =
tty_get_pgrp
(sig->tty);
in do_task_stat()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
array.c
521
struct pid *pgrp =
tty_get_pgrp
(sig->tty);
in do_task_stat()
Completed in 24 milliseconds