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:check_pending
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sp.h
96
bool (*
check_pending
)(struct bnx2x_raw_obj *o);
member
623
bool (*
check_pending
)(struct bnx2x_mcast_obj *o);
member
H
A
D
bnx2x_sp.c
1797
WARN_ON(r->
check_pending
(r));
in bnx2x_execute_vlan_mac()
2108
raw->
check_pending
= bnx2x_raw_check_pending;
in bnx2x_init_raw_obj()
4006
if (r->
check_pending
(r) ||
in bnx2x_config_mcast()
4018
if (!r->
check_pending
(r)) {
in bnx2x_config_mcast()
4065
return o->raw.
check_pending
(&o->raw) || o->check_sched(o);
in bnx2x_mcast_check_pending()
4093
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
4118
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
4137
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
H
A
D
bnx2x_sriov.c
1713
if (vf->mcast_obj.
check_pending
(&vf->mcast_obj)) {
in bnx2x_vf_handle_mcast_eqe()
H
A
D
bnx2x_main.c
5294
if (bp->mcast_obj.
check_pending
(&bp->mcast_obj)) {
in bnx2x_handle_mcast_eqe()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_sp.h
96
bool (*
check_pending
)(struct bnx2x_raw_obj *o);
member
623
bool (*
check_pending
)(struct bnx2x_mcast_obj *o);
member
H
A
D
bnx2x_sp.c
1797
WARN_ON(r->
check_pending
(r));
in bnx2x_execute_vlan_mac()
2108
raw->
check_pending
= bnx2x_raw_check_pending;
in bnx2x_init_raw_obj()
4006
if (r->
check_pending
(r) ||
in bnx2x_config_mcast()
4018
if (!r->
check_pending
(r)) {
in bnx2x_config_mcast()
4065
return o->raw.
check_pending
(&o->raw) || o->check_sched(o);
in bnx2x_mcast_check_pending()
4093
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
4118
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
4137
mcast_obj->
check_pending
= bnx2x_mcast_check_pending;
in bnx2x_init_mcast_obj()
H
A
D
bnx2x_sriov.c
1712
if (vf->mcast_obj.
check_pending
(&vf->mcast_obj)) {
in bnx2x_vf_handle_mcast_eqe()
H
A
D
bnx2x_main.c
5292
if (bp->mcast_obj.
check_pending
(&bp->mcast_obj)) {
in bnx2x_handle_mcast_eqe()
/kernel/linux/linux-5.10/mm/
H
A
D
vmscan.c
3219
goto
check_pending
;
in throttle_direct_reclaim()
3226
check_pending
:
in throttle_direct_reclaim()
Completed in 69 milliseconds