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:end_slot
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bgmac.c
415
u32
end_slot
;
in bgmac_dma_rx_read()
local
418
end_slot
= bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_RX_STATUS);
in bgmac_dma_rx_read()
419
end_slot
&= BGMAC_DMA_RX_STATDPTR;
in bgmac_dma_rx_read()
420
end_slot
-= ring->index_base;
in bgmac_dma_rx_read()
421
end_slot
&= BGMAC_DMA_RX_STATDPTR;
in bgmac_dma_rx_read()
422
end_slot
/= sizeof(struct bgmac_dma_desc);
in bgmac_dma_rx_read()
424
while (ring->start !=
end_slot
) {
in bgmac_dma_rx_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bgmac.c
415
u32
end_slot
;
in bgmac_dma_rx_read()
local
418
end_slot
= bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_RX_STATUS);
in bgmac_dma_rx_read()
419
end_slot
&= BGMAC_DMA_RX_STATDPTR;
in bgmac_dma_rx_read()
420
end_slot
-= ring->index_base;
in bgmac_dma_rx_read()
421
end_slot
&= BGMAC_DMA_RX_STATDPTR;
in bgmac_dma_rx_read()
422
end_slot
/= sizeof(struct bgmac_dma_desc);
in bgmac_dma_rx_read()
424
while (ring->start !=
end_slot
) {
in bgmac_dma_rx_read()
/kernel/linux/linux-5.10/include/linux/
H
A
D
cdrom.h
301
__u8
end_slot
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
cdrom.h
303
__u8
end_slot
;
member
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
1611
int
end_slot
;
in btrfs_realloc_node()
local
1627
end_slot
= parent_nritems - 1;
in btrfs_realloc_node()
1634
for (i = start_slot; i <=
end_slot
; i++) {
in btrfs_realloc_node()
1653
if (!close && i <
end_slot
) {
in btrfs_realloc_node()
1695
(
end_slot
- i) * blocksize),
in btrfs_realloc_node()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ctree.c
824
int
end_slot
;
in btrfs_realloc_node()
local
850
end_slot
= parent_nritems - 1;
in btrfs_realloc_node()
855
for (i = start_slot; i <=
end_slot
; i++) {
in btrfs_realloc_node()
871
if (!close && i <
end_slot
) {
in btrfs_realloc_node()
890
(
end_slot
- i) * blocksize),
in btrfs_realloc_node()
Completed in 17 milliseconds