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:pending_cnt
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
metricgroup.c
861
int i, ret = 0,
pending_cnt
= 0;
in resolve_metric()
local
872
(
pending_cnt
+ 1) * sizeof(struct to_resolve));
in resolve_metric()
876
memcpy(&pending[
pending_cnt
].pm, &pm, sizeof(pm));
in resolve_metric()
877
pending[
pending_cnt
].key = cur->pkey;
in resolve_metric()
878
pending_cnt
++;
in resolve_metric()
883
for (i = 0; i <
pending_cnt
; i++)
in resolve_metric()
890
for (i = 0; i <
pending_cnt
; i++) {
in resolve_metric()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
device.c
765
u16 pending_total,
pending_cnt
;
in device_kill_open_processes()
local
805
pending_cnt
= pending_total;
in device_kill_open_processes()
807
while ((!list_empty(&hdev->fpriv_list)) && (
pending_cnt
)) {
in device_kill_open_processes()
811
pending_cnt
--;
in device_kill_open_processes()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
device.c
1311
u32
pending_cnt
;
in device_kill_open_processes()
local
1323
pending_cnt
= timeout;
in device_kill_open_processes()
1327
pending_cnt
= 1;
in device_kill_open_processes()
1331
pending_cnt
= HL_PENDING_RESET_PER_SEC;
in device_kill_open_processes()
1372
while ((!list_empty(fd_list)) && (
pending_cnt
)) {
in device_kill_open_processes()
1376
pending_cnt
--;
in device_kill_open_processes()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_dev.h
312
u8
pending_cnt
;
member
H
A
D
hinic_rx.c
537
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in rx_request_irq()
H
A
D
hinic_tx.c
818
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in tx_request_irq()
H
A
D
hinic_ethtool.c
708
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in set_queue_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_dev.h
378
u8
pending_cnt
;
member
H
A
D
hinic_rx.c
535
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in rx_request_irq()
H
A
D
hinic_tx.c
821
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in tx_request_irq()
H
A
D
hinic_ethtool.c
704
interrupt_info.
pending_cnt
= intr_coal->pending_limt;
in set_queue_coalesce()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
1150
int
pending_cnt
;
member
1164
conf->pending_count += plug->
pending_cnt
;
in raid1_unplug()
1533
plug->
pending_cnt
++;
in raid1_write_request()
H
A
D
raid10.c
1058
int
pending_cnt
;
member
1072
conf->pending_count += plug->
pending_cnt
;
in raid10_unplug()
1279
plug->
pending_cnt
++;
in raid10_write_one_disk()
Completed in 28 milliseconds