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:watchdog_needed
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
135
int
watchdog_needed
;
member
1188
if (unlikely(rx->
watchdog_needed
&& !watchdog))
in myri10ge_alloc_rx_pages()
1204
rx->
watchdog_needed
= 1;
in myri10ge_alloc_rx_pages()
1214
rx->
watchdog_needed
= 1;
in myri10ge_alloc_rx_pages()
2003
ss->rx_small.
watchdog_needed
= 0;
in myri10ge_allocate_rings()
2004
ss->rx_big.
watchdog_needed
= 0;
in myri10ge_allocate_rings()
3481
if (ss->rx_small.
watchdog_needed
) {
in myri10ge_watchdog_timer()
3487
ss->rx_small.
watchdog_needed
= 0;
in myri10ge_watchdog_timer()
3489
if (ss->rx_big.
watchdog_needed
) {
in myri10ge_watchdog_timer()
3494
ss->rx_big.
watchdog_needed
in myri10ge_watchdog_timer()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H
A
D
myri10ge.c
136
int
watchdog_needed
;
member
1190
if (unlikely(rx->
watchdog_needed
&& !watchdog))
in myri10ge_alloc_rx_pages()
1206
rx->
watchdog_needed
= 1;
in myri10ge_alloc_rx_pages()
1216
rx->
watchdog_needed
= 1;
in myri10ge_alloc_rx_pages()
2011
ss->rx_small.
watchdog_needed
= 0;
in myri10ge_allocate_rings()
2012
ss->rx_big.
watchdog_needed
= 0;
in myri10ge_allocate_rings()
3489
if (ss->rx_small.
watchdog_needed
) {
in myri10ge_watchdog_timer()
3495
ss->rx_small.
watchdog_needed
= 0;
in myri10ge_watchdog_timer()
3497
if (ss->rx_big.
watchdog_needed
) {
in myri10ge_watchdog_timer()
3502
ss->rx_big.
watchdog_needed
in myri10ge_watchdog_timer()
[all...]
Completed in 9 milliseconds