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:kopen_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_io.c
284
int count = 0,
kopen_count
= 0;
in check_tty_count()
local
296
kopen_count
++;
in check_tty_count()
297
if (tty->count != (count +
kopen_count
)) {
in check_tty_count()
299
routine, tty->count, count,
kopen_count
);
in check_tty_count()
300
return (count +
kopen_count
);
in check_tty_count()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
tty_io.c
277
int count = 0,
kopen_count
= 0;
in check_tty_count()
local
289
kopen_count
++;
in check_tty_count()
290
if (tty->count != (count +
kopen_count
)) {
in check_tty_count()
292
routine, tty->count, count,
kopen_count
);
in check_tty_count()
Completed in 8 milliseconds