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:shorted
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
pf_in.c
67
unsigned
shorted
:1;
member
77
prf->
shorted
= 0;
in skip_prefix()
86
prf->
shorted
= 1;
in skip_prefix()
165
return prf.
shorted
? 2 : (prf.enlarged ? 8 : 4);
in get_ins_reg_width()
192
return prf.
shorted
? 2 : 4;
in get_ins_mem_width()
196
return prf.
shorted
? 2 : (prf.enlarged ? 8 : 4);
in get_ins_mem_width()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
pf_in.c
67
unsigned
shorted
:1;
member
77
prf->
shorted
= 0;
in skip_prefix()
86
prf->
shorted
= 1;
in skip_prefix()
165
return prf.
shorted
? 2 : (prf.enlarged ? 8 : 4);
in get_ins_reg_width()
192
return prf.
shorted
? 2 : 4;
in get_ins_mem_width()
196
return prf.
shorted
? 2 : (prf.enlarged ? 8 : 4);
in get_ins_mem_width()
/kernel/linux/linux-6.6/block/
H
A
D
fops.c
650
size_t
shorted
= 0;
in blkdev_write_iter()
local
670
shorted
= iov_iter_count(from) - size;
in blkdev_write_iter()
689
iov_iter_reexpand(from, iov_iter_count(from) +
shorted
);
in blkdev_write_iter()
698
size_t
shorted
= 0;
in blkdev_read_iter()
local
706
shorted
= iov_iter_count(to) - size;
in blkdev_read_iter()
733
if (unlikely(
shorted
))
in blkdev_read_iter()
734
iov_iter_reexpand(to, iov_iter_count(to) +
shorted
);
in blkdev_read_iter()
/kernel/linux/linux-6.6/include/linux/
H
A
D
uio.h
331
size_t
shorted
= 0;
in iov_iter_npages_cap()
local
335
shorted
= iov_iter_count(i) - max_bytes;
in iov_iter_npages_cap()
339
if (
shorted
)
in iov_iter_npages_cap()
340
iov_iter_reexpand(i, iov_iter_count(i) +
shorted
);
in iov_iter_npages_cap()
/kernel/linux/linux-5.10/fs/
H
A
D
block_dev.c
1909
size_t
shorted
= 0;
in blkdev_write_iter()
local
1929
shorted
= iov_iter_count(from) - size;
in blkdev_write_iter()
1937
iov_iter_reexpand(from, iov_iter_count(from) +
shorted
);
in blkdev_write_iter()
1949
size_t
shorted
= 0;
in blkdev_read_iter()
local
1957
shorted
= iov_iter_count(to) - size;
in blkdev_read_iter()
1962
iov_iter_reexpand(to, iov_iter_count(to) +
shorted
);
in blkdev_read_iter()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
cros_ec_commands.h
3463
uint16_t
shorted
; /* Keyboard pins are
shorted
*/
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
cros_ec_commands.h
3498
uint16_t
shorted
; /* Keyboard pins are
shorted
*/
member
Completed in 29 milliseconds