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:top_p
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
bset.h
492
uint64_t *
top_p
;
member
502
l->
top_p
= l->keys_p = l->inline_keys;
in bch_keylist_init()
540
return l->
top_p
- l->keys_p;
in bch_keylist_nkeys()
H
A
D
bset.c
153
l->
top_p
= new_keys + oldsize;
in __bch_keylist_realloc()
172
/* Pop the bottom key of keylist and update l->
top_p
*/
175
l->
top_p
-= bkey_u64s(l->keys);
in bch_keylist_pop_front()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
bset.h
492
uint64_t *
top_p
;
member
502
l->
top_p
= l->keys_p = l->inline_keys;
in bch_keylist_init()
540
return l->
top_p
- l->keys_p;
in bch_keylist_nkeys()
H
A
D
bset.c
153
l->
top_p
= new_keys + oldsize;
in __bch_keylist_realloc()
172
/* Pop the bottom key of keylist and update l->
top_p
*/
175
l->
top_p
-= bkey_u64s(l->keys);
in bch_keylist_pop_front()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
topology.c
2439
struct sched_domain __rcu *
top_p
;
in build_sched_domains()
local
2471
top_p
= sd->parent;
in build_sched_domains()
2472
while (
top_p
&& !(
top_p
->flags & SD_NUMA)) {
in build_sched_domains()
2473
top_p
=
top_p
->parent;
in build_sched_domains()
2475
imb_span =
top_p
?
top_p
->span_weight : sd->span_weight;
in build_sched_domains()
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defxx.c
1060
dma_addr_t
top_p
, curr_p; /* physical addrs into memory block */
in dfx_driver_init()
local
1161
top_p
= bp->kmalloced_dma; /* get physical address of buffer */
in dfx_driver_init()
1175
curr_p = ALIGN(
top_p
, PI_ALIGN_K_DESC_BLK);
in dfx_driver_init()
1176
curr_v = top_v + (curr_p -
top_p
);
in dfx_driver_init()
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defxx.c
1049
dma_addr_t
top_p
, curr_p; /* physical addrs into memory block */
in dfx_driver_init()
local
1150
top_p
= bp->kmalloced_dma; /* get physical address of buffer */
in dfx_driver_init()
1164
curr_p = ALIGN(
top_p
, PI_ALIGN_K_DESC_BLK);
in dfx_driver_init()
1165
curr_v = top_v + (curr_p -
top_p
);
in dfx_driver_init()
Completed in 17 milliseconds