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:lra
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
179
__u32
lra
; /* last recorded address */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
170
__u32
lra
; /* last recorded address */
member
/kernel/linux/linux-5.10/security/selinux/ss/
H
A
D
policydb.c
791
struct role_allow *ra, *
lra
= NULL;
in policydb_destroy()
local
843
kfree(
lra
);
in policydb_destroy()
844
lra
= ra;
in policydb_destroy()
846
kfree(
lra
);
in policydb_destroy()
2404
struct role_allow *ra, *
lra
;
in policydb_read()
local
2621
lra
= NULL;
in policydb_read()
2627
if (
lra
)
in policydb_read()
2628
lra
->next = ra;
in policydb_read()
2641
lra
= ra;
in policydb_read()
/kernel/linux/linux-6.6/security/selinux/ss/
H
A
D
policydb.c
786
struct role_allow *ra, *
lra
= NULL;
in policydb_destroy()
local
838
kfree(
lra
);
in policydb_destroy()
839
lra
= ra;
in policydb_destroy()
841
kfree(
lra
);
in policydb_destroy()
2407
struct role_allow *ra, *
lra
;
in policydb_read()
local
2623
lra
= NULL;
in policydb_read()
2629
if (
lra
)
in policydb_read()
2630
lra
->next = ra;
in policydb_read()
2643
lra
= ra;
in policydb_read()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
1813
* in theory we could use
lra
on -RW media as well and just zero
in pkt_probe_settings()
1818
pd->
lra
= be32_to_cpu(ti.last_rec_address);
in pkt_probe_settings()
1821
pd->
lra
= 0xffffffff;
in pkt_probe_settings()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
1854
* in theory we could use
lra
on -RW media as well and just zero
in pkt_probe_settings()
1859
pd->
lra
= be32_to_cpu(ti.last_rec_address);
in pkt_probe_settings()
1862
pd->
lra
= 0xffffffff;
in pkt_probe_settings()
Completed in 20 milliseconds