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:drop_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
ib_mr.h
97
struct llist_head
drop_list
; /* MRs not reached max_maps */
member
H
A
D
ib_frmr.c
111
llist_add(&ibmr->llnode, &pool->
drop_list
);
in rds_ib_free_frmr()
307
* 1) avoid a silly bouncing between "clean_list" and "
drop_list
"
in rds_ib_post_inv()
443
llist_add(&ibmr->llnode, &pool->
drop_list
);
in rds_ib_free_frmr_list()
H
A
D
ib_rdma.c
392
* we want to put
drop_list
ahead of free_list.
in rds_ib_flush_mr_pool()
394
dirty_to_clean = llist_append_to_list(&pool->
drop_list
, &unmap_list);
in rds_ib_flush_mr_pool()
654
init_llist_head(&pool->
drop_list
);
in rds_ib_create_mr_pool()
/kernel/linux/linux-6.6/net/rds/
H
A
D
ib_mr.h
97
struct llist_head
drop_list
; /* MRs not reached max_maps */
member
H
A
D
ib_frmr.c
111
llist_add(&ibmr->llnode, &pool->
drop_list
);
in rds_ib_free_frmr()
307
* 1) avoid a silly bouncing between "clean_list" and "
drop_list
"
in rds_ib_post_inv()
443
llist_add(&ibmr->llnode, &pool->
drop_list
);
in rds_ib_free_frmr_list()
H
A
D
ib_rdma.c
392
* we want to put
drop_list
ahead of free_list.
in rds_ib_flush_mr_pool()
394
dirty_to_clean = llist_append_to_list(&pool->
drop_list
, &unmap_list);
in rds_ib_flush_mr_pool()
654
init_llist_head(&pool->
drop_list
);
in rds_ib_create_mr_pool()
Completed in 5 milliseconds