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:legacy_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
pty.c
497
static int
legacy_count
= CONFIG_LEGACY_PTY_COUNT;
variable
502
module_param(
legacy_count
, int, 0);
545
if (
legacy_count
<= 0)
in legacy_pty_init()
548
pty_driver = tty_alloc_driver(
legacy_count
,
in legacy_pty_init()
555
pty_slave_driver = tty_alloc_driver(
legacy_count
,
in legacy_pty_init()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
pty.c
487
static int
legacy_count
= CONFIG_LEGACY_PTY_COUNT;
variable
492
module_param(
legacy_count
, int, 0);
533
if (
legacy_count
<= 0)
in legacy_pty_init()
536
pty_driver = tty_alloc_driver(
legacy_count
,
in legacy_pty_init()
543
pty_slave_driver = tty_alloc_driver(
legacy_count
,
in legacy_pty_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
266
u64
legacy_count
[HAL_RX_MAX_NUM_LEGACY_RATES];
member
H
A
D
dp_mon.c
2291
rx_stats->pkt_stats.
legacy_count
[ppdu_info->rate] += num_msdu;
in ath12k_dp_mon_rx_update_peer_su_stats()
2292
rx_stats->byte_stats.
legacy_count
[ppdu_info->rate] += ppdu_info->mpdu_len;
in ath12k_dp_mon_rx_update_peer_su_stats()
Completed in 8 milliseconds