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:pollcnt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H
A
D
safexcel.c
338
int pe,
pollcnt
;
in poll_fw_ready()
local
348
pollcnt
= EIP197_FW_START_POLLCNT;
in poll_fw_ready()
349
while (
pollcnt
&&
in poll_fw_ready()
352
pollcnt
--;
in poll_fw_ready()
354
if (!
pollcnt
) {
in poll_fw_ready()
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H
A
D
safexcel.c
344
int pe,
pollcnt
;
in poll_fw_ready()
local
354
pollcnt
= EIP197_FW_START_POLLCNT;
in poll_fw_ready()
355
while (
pollcnt
&&
in poll_fw_ready()
358
pollcnt
--;
in poll_fw_ready()
360
if (!
pollcnt
) {
in poll_fw_ready()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_common.c
2461
u32
pollcnt
;
in ixgbe_pcie_timeout_poll()
local
2468
pollcnt
= 1300; /* 130 millisec */
in ixgbe_pcie_timeout_poll()
2471
pollcnt
= 5200; /* 520 millisec */
in ixgbe_pcie_timeout_poll()
2474
pollcnt
= 20000; /* 2 sec */
in ixgbe_pcie_timeout_poll()
2477
pollcnt
= 80000; /* 8 sec */
in ixgbe_pcie_timeout_poll()
2480
pollcnt
= 34000; /* 34 sec */
in ixgbe_pcie_timeout_poll()
2487
pollcnt
= 800; /* 80 millisec minimum */
in ixgbe_pcie_timeout_poll()
2492
return (
pollcnt
* 11) / 10;
in ixgbe_pcie_timeout_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_common.c
2462
u32
pollcnt
;
in ixgbe_pcie_timeout_poll()
local
2469
pollcnt
= 1300; /* 130 millisec */
in ixgbe_pcie_timeout_poll()
2472
pollcnt
= 5200; /* 520 millisec */
in ixgbe_pcie_timeout_poll()
2475
pollcnt
= 20000; /* 2 sec */
in ixgbe_pcie_timeout_poll()
2478
pollcnt
= 80000; /* 8 sec */
in ixgbe_pcie_timeout_poll()
2481
pollcnt
= 34000; /* 34 sec */
in ixgbe_pcie_timeout_poll()
2488
pollcnt
= 800; /* 80 millisec minimum */
in ixgbe_pcie_timeout_poll()
2493
return (
pollcnt
* 11) / 10;
in ixgbe_pcie_timeout_poll()
/kernel/linux/linux-6.6/drivers/dma/lgm/
H
A
D
lgm-dma.c
259
u32
pollcnt
;
member
369
val |= FIELD_PREP(DMA_CPOLL_CNT, d->
pollcnt
);
in ldma_dev_global_polling_enable()
933
&d->
pollcnt
))
in ldma_parse_dt()
934
d->
pollcnt
= DMA_DFT_POLL_CNT;
in ldma_parse_dt()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
409
uint
pollcnt
; /* Count of active polls */
member
3170
"
pollcnt
: %u\nregfails: %u\n"
in brcmf_debugfs_sdio_count_read()
3184
sdcnt->
pollcnt
, sdcnt->regfails,
in brcmf_debugfs_sdio_count_read()
3685
bus->sdcnt.
pollcnt
++;
in brcmf_sdio_bus_watchdog()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
sdio.c
407
uint
pollcnt
; /* Count of active polls */
member
3181
"
pollcnt
: %u\nregfails: %u\n"
in brcmf_debugfs_sdio_count_read()
3195
sdcnt->
pollcnt
, sdcnt->regfails,
in brcmf_debugfs_sdio_count_read()
3698
bus->sdcnt.
pollcnt
++;
in brcmf_sdio_bus_watchdog()
Completed in 27 milliseconds