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:BLOCK_STATUS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
xd.h
133
#define
BLOCK_STATUS
1
macro
H
A
D
xd.c
697
if (redunt[
BLOCK_STATUS
] != XD_GBLK)
in reset_xd()
716
if ((redunt[
BLOCK_STATUS
] == XD_GBLK) &&
in reset_xd()
1366
if (redunt[
BLOCK_STATUS
] != 0xFF) {
in xd_build_l2p_tbl()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
xd.h
133
#define
BLOCK_STATUS
1
macro
H
A
D
xd.c
690
if (redunt[
BLOCK_STATUS
] != XD_GBLK)
in reset_xd()
709
if (redunt[
BLOCK_STATUS
] == XD_GBLK &&
in reset_xd()
1359
if (redunt[
BLOCK_STATUS
] != 0xFF) {
in xd_build_l2p_tbl()
/kernel/linux/linux-5.10/net/packet/
H
A
D
af_packet.c
178
#define
BLOCK_STATUS
(x) ((x)->hdr.bh1.block_status)
macro
741
BLOCK_STATUS
(pbd1) = status;
in prb_flush_block()
865
* |->(
BLOCK_STATUS
== USER) evaluates to true
902
if (TP_STATUS_USER &
BLOCK_STATUS
(pbd)) {
in prb_dispatch_next_block()
922
if (likely(TP_STATUS_KERNEL ==
BLOCK_STATUS
(pbd))) {
in prb_retire_current_block()
944
return TP_STATUS_USER &
BLOCK_STATUS
(pbd);
in prb_curr_blk_in_use()
1106
if (status !=
BLOCK_STATUS
(pbd))
in prb_lookup_block()
/kernel/linux/linux-6.6/net/packet/
H
A
D
af_packet.c
183
#define
BLOCK_STATUS
(x) ((x)->hdr.bh1.block_status)
macro
776
BLOCK_STATUS
(pbd1) = status;
in prb_flush_block()
900
* |->(
BLOCK_STATUS
== USER) evaluates to true
937
if (TP_STATUS_USER &
BLOCK_STATUS
(pbd)) {
in prb_dispatch_next_block()
957
if (likely(TP_STATUS_KERNEL ==
BLOCK_STATUS
(pbd))) {
in prb_retire_current_block()
979
return TP_STATUS_USER &
BLOCK_STATUS
(pbd);
in prb_curr_blk_in_use()
1141
if (status !=
BLOCK_STATUS
(pbd))
in prb_lookup_block()
Completed in 16 milliseconds