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:life
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
apm_32.c
131
* is now the way
life
works).
268
* P: Toshiba 1950S: battery
life
information only gets updated after resume
1016
* @
life
: estimated
life
1021
* of
life
and a status value for the battery. The estimated
life
1026
static int apm_get_power_status(u_short *status, u_short *bat, u_short *
life
)
in apm_get_power_status()
argument
1044
*
life
= swab16((u16)call.edx);
in apm_get_power_status()
1045
*
life
|= 0x8000;
in apm_get_power_status()
1047
*
life
in apm_get_power_status()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
apm_32.c
131
* is now the way
life
works).
269
* P: Toshiba 1950S: battery
life
information only gets updated after resume
1023
* @
life
: estimated
life
1028
* of
life
and a status value for the battery. The estimated
life
1033
static int apm_get_power_status(u_short *status, u_short *bat, u_short *
life
)
in apm_get_power_status()
argument
1051
*
life
= swab16((u16)call.edx);
in apm_get_power_status()
1052
*
life
|= 0x8000;
in apm_get_power_status()
1054
*
life
in apm_get_power_status()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
simpad.h
128
unsigned short
life
; /*
life
till empty */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
rxkad.c
906
unsigned int
life
;
in rxkad_decrypt_ticket()
local
997
life
= *p++ * 5 * 60;
in rxkad_decrypt_ticket()
998
_debug("KIV LIFE : %u",
life
);
in rxkad_decrypt_ticket()
1021
if (issue < now -
life
) {
in rxkad_decrypt_ticket()
1027
*_expiry = issue +
life
;
in rxkad_decrypt_ticket()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
rxkad.c
870
unsigned int
life
;
in rxkad_decrypt_ticket()
local
947
life
= *p++ * 5 * 60;
in rxkad_decrypt_ticket()
948
_debug("KIV LIFE : %u",
life
);
in rxkad_decrypt_ticket()
968
if (issue < now -
life
)
in rxkad_decrypt_ticket()
972
*_expiry = issue +
life
;
in rxkad_decrypt_ticket()
/kernel/linux/linux-5.10/arch/alpha/lib/
H
A
D
ev6-memcpy.S
184
beq $1, $dest_0mod8 # U :
life
doesnt totally suck
/kernel/linux/linux-6.6/arch/alpha/lib/
H
A
D
ev6-memcpy.S
184
beq $1, $dest_0mod8 # U :
life
doesnt totally suck
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
358
struct sctp_cookie_preserve_param *
life
;
member
1752
/* The cookie
life
I award for any cookie. */
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
362
struct sctp_cookie_preserve_param *
life
;
member
1775
/* The cookie
life
I award for any cookie. */
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_make_chunk.c
2538
stale = ntohl(param.
life
->lifespan_increment);
in sctp_process_param()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_make_chunk.c
2584
stale = ntohl(param.
life
->lifespan_increment);
in sctp_process_param()
Completed in 24 milliseconds