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:startidx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
1863
int
startidx
, endidx;
in xfs_difree_inode_chunk()
local
1887
startidx
= endidx = find_first_zero_bit(holemask,
in xfs_difree_inode_chunk()
1889
nextbit =
startidx
+ 1;
in xfs_difree_inode_chunk()
1890
while (
startidx
< XFS_INOBT_HOLEMASK_BITS) {
in xfs_difree_inode_chunk()
1908
agbno = sagbno + (
startidx
* XFS_INODES_PER_HOLEMASK_BIT) /
in xfs_difree_inode_chunk()
1910
contigblk = ((endidx -
startidx
+ 1) *
in xfs_difree_inode_chunk()
1920
startidx
= endidx = nextbit;
in xfs_difree_inode_chunk()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_ialloc.c
1846
int
startidx
, endidx;
in xfs_difree_inode_chunk()
local
1870
startidx
= endidx = find_first_zero_bit(holemask,
in xfs_difree_inode_chunk()
1872
nextbit =
startidx
+ 1;
in xfs_difree_inode_chunk()
1873
while (
startidx
< XFS_INOBT_HOLEMASK_BITS) {
in xfs_difree_inode_chunk()
1893
agbno = sagbno + (
startidx
* XFS_INODES_PER_HOLEMASK_BIT) /
in xfs_difree_inode_chunk()
1895
contigblk = ((endidx -
startidx
+ 1) *
in xfs_difree_inode_chunk()
1908
startidx
= endidx = nextbit;
in xfs_difree_inode_chunk()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H
A
D
jme.c
1998
static void jme_drop_tx_map(struct jme_adapter *jme, int
startidx
, int count)
in jme_drop_tx_map()
argument
2006
ctxbi = txbi + ((
startidx
+ j + 2) & (mask));
in jme_drop_tx_map()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
jme.c
1985
static void jme_drop_tx_map(struct jme_adapter *jme, int
startidx
, int count)
in jme_drop_tx_map()
argument
1993
ctxbi = txbi + ((
startidx
+ j + 2) & (mask));
in jme_drop_tx_map()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
1279
cmd.
startidx
= cpu_to_be16(start);
in t4vf_config_rss_range()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
1280
cmd.
startidx
= cpu_to_be16(start);
in t4vf_config_rss_range()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4fw_api.h
3388
__be16
startidx
;
member
H
A
D
t4_hw.c
5194
cmd.
startidx
= cpu_to_be16(start);
in t4_config_rss_range()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4fw_api.h
3390
__be16
startidx
;
member
H
A
D
t4_hw.c
5164
cmd.
startidx
= cpu_to_be16(start);
in t4_config_rss_range()
Completed in 74 milliseconds