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:xcnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
arch_timer.c
77
uint64_t
xcnt
;
member
95
shared_data->
xcnt
= timer_get_cntct(VIRTUAL);
in guest_configure_timer_action()
100
shared_data->
xcnt
= timer_get_cntct(VIRTUAL);
in guest_configure_timer_action()
105
shared_data->
xcnt
= timer_get_cntct(PHYSICAL);
in guest_configure_timer_action()
110
shared_data->
xcnt
= timer_get_cntct(PHYSICAL);
in guest_configure_timer_action()
122
uint64_t
xcnt
= 0, xcnt_diff_us, cval = 0;
in guest_validate_irq()
local
151
xcnt
= timer_get_cntct(accessor);
in guest_validate_irq()
154
xcnt_diff_us = cycles_to_usec(
xcnt
- shared_data->
xcnt
);
in guest_validate_irq()
160
__GUEST_ASSERT(
xcnt
>
in guest_validate_irq()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.c
1512
long cnt,
xcnt
; /* cannot use unsigned !! code: if (
xcnt
< 0) */
in initio_state_5()
local
1561
xcnt
= (long) scb->buflen - cnt; /*
xcnt
== bytes already xferred */
in initio_state_5()
1569
xcnt
-= (long) sgp->len;
in initio_state_5()
1570
if (
xcnt
< 0) { /* this sgp xfer half done */
in initio_state_5()
1571
xcnt
+= (long) sgp->len; /*
xcnt
== bytes xferred in this sgp */
in initio_state_5()
1572
sgp->data += (u32)
xcnt
; /* new ptr to be xfer */
in initio_state_5()
1573
sgp->len -= (u32)
xcnt
; /* ne
in initio_state_5()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.c
1510
long cnt,
xcnt
; /* cannot use unsigned !! code: if (
xcnt
< 0) */
in initio_state_5()
local
1559
xcnt
= (long) scb->buflen - cnt; /*
xcnt
== bytes already xferred */
in initio_state_5()
1567
xcnt
-= (long) sgp->len;
in initio_state_5()
1568
if (
xcnt
< 0) { /* this sgp xfer half done */
in initio_state_5()
1569
xcnt
+= (long) sgp->len; /*
xcnt
== bytes xferred in this sgp */
in initio_state_5()
1570
sgp->data += (u32)
xcnt
; /* new ptr to be xfer */
in initio_state_5()
1571
sgp->len -= (u32)
xcnt
; /* ne
in initio_state_5()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl8712_xmit.c
605
int res = _SUCCESS,
xcnt
= 0;
in r8712_xmitframe_complete()
local
677
xcnt
++;
in r8712_xmitframe_complete()
Completed in 7 milliseconds