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:qleft
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
749
int
qleft
;
in jsm_check_queue_flow_control()
local
752
qleft
= ch->ch_r_tail - ch->ch_r_head - 1;
in jsm_check_queue_flow_control()
753
if (
qleft
< 0)
in jsm_check_queue_flow_control()
754
qleft
+= RQUEUEMASK + 1;
in jsm_check_queue_flow_control()
771
if (
qleft
< 256) {
in jsm_check_queue_flow_control()
779
qleft
);
in jsm_check_queue_flow_control()
809
if (
qleft
> (RQUEUESIZE / 2)) {
in jsm_check_queue_flow_control()
817
qleft
);
in jsm_check_queue_flow_control()
H
A
D
jsm_cls.c
352
int
qleft
= 0;
in cls_copy_data_from_uart_to_queue()
local
371
qleft
= tail - head - 1;
in cls_copy_data_from_uart_to_queue()
372
if (
qleft
< 0)
in cls_copy_data_from_uart_to_queue()
373
qleft
+= RQUEUEMASK + 1;
in cls_copy_data_from_uart_to_queue()
411
while (
qleft
< 1) {
in cls_copy_data_from_uart_to_queue()
415
qleft
++;
in cls_copy_data_from_uart_to_queue()
422
qleft
--;
in cls_copy_data_from_uart_to_queue()
H
A
D
jsm_neo.c
277
int
qleft
= 0;
in neo_copy_data_from_uart_to_queue()
local
294
qleft
= tail - head - 1;
in neo_copy_data_from_uart_to_queue()
295
if (
qleft
< 0)
in neo_copy_data_from_uart_to_queue()
296
qleft
+= RQUEUEMASK + 1;
in neo_copy_data_from_uart_to_queue()
327
total = min(total,
qleft
);
in neo_copy_data_from_uart_to_queue()
377
qleft
-= n;
in neo_copy_data_from_uart_to_queue()
441
while (
qleft
< 1) {
in neo_copy_data_from_uart_to_queue()
448
qleft
++;
in neo_copy_data_from_uart_to_queue()
463
qleft
--;
in neo_copy_data_from_uart_to_queue()
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
745
int
qleft
;
in jsm_check_queue_flow_control()
local
748
if ((
qleft
= ch->ch_r_tail - ch->ch_r_head - 1) < 0)
in jsm_check_queue_flow_control()
749
qleft
+= RQUEUEMASK + 1;
in jsm_check_queue_flow_control()
766
if (
qleft
< 256) {
in jsm_check_queue_flow_control()
774
qleft
);
in jsm_check_queue_flow_control()
804
if (
qleft
> (RQUEUESIZE / 2)) {
in jsm_check_queue_flow_control()
812
qleft
);
in jsm_check_queue_flow_control()
H
A
D
jsm_cls.c
352
int
qleft
= 0;
in cls_copy_data_from_uart_to_queue()
local
373
qleft
= tail - head - 1;
in cls_copy_data_from_uart_to_queue()
374
if (
qleft
< 0)
in cls_copy_data_from_uart_to_queue()
375
qleft
+= RQUEUEMASK + 1;
in cls_copy_data_from_uart_to_queue()
415
while (
qleft
< 1) {
in cls_copy_data_from_uart_to_queue()
419
qleft
++;
in cls_copy_data_from_uart_to_queue()
426
qleft
--;
in cls_copy_data_from_uart_to_queue()
H
A
D
jsm_neo.c
277
int
qleft
= 0;
in neo_copy_data_from_uart_to_queue()
local
294
if ((
qleft
= tail - head - 1) < 0)
in neo_copy_data_from_uart_to_queue()
295
qleft
+= RQUEUEMASK + 1;
in neo_copy_data_from_uart_to_queue()
326
total = min(total,
qleft
);
in neo_copy_data_from_uart_to_queue()
376
qleft
-= n;
in neo_copy_data_from_uart_to_queue()
440
while (
qleft
< 1) {
in neo_copy_data_from_uart_to_queue()
447
qleft
++;
in neo_copy_data_from_uart_to_queue()
462
qleft
--;
in neo_copy_data_from_uart_to_queue()
Completed in 7 milliseconds