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:total_done
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
delayed-inode.c
1338
int
total_done
= 0;
in btrfs_async_run_delayed_root()
local
1363
total_done
++;
in btrfs_async_run_delayed_root()
1378
total_done
++;
in btrfs_async_run_delayed_root()
1380
} while ((async_work->nr == 0 &&
total_done
< BTRFS_DELAYED_WRITEBACK)
in btrfs_async_run_delayed_root()
1381
||
total_done
< async_work->nr);
in btrfs_async_run_delayed_root()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delayed-inode.c
1320
int
total_done
= 0;
in btrfs_async_run_delayed_root()
local
1344
total_done
++;
in btrfs_async_run_delayed_root()
1359
total_done
++;
in btrfs_async_run_delayed_root()
1361
} while ((async_work->nr == 0 &&
total_done
< BTRFS_DELAYED_WRITEBACK)
in btrfs_async_run_delayed_root()
1362
||
total_done
< async_work->nr);
in btrfs_async_run_delayed_root()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_vm.c
2658
u64
total_done
= 0;
in amdgpu_debugfs_vm_bo_info()
local
2717
total_done
+= amdgpu_bo_print_info(id++, bo_va->base.bo, m);
in amdgpu_debugfs_vm_bo_info()
2732
seq_printf(m, "\tTotal done size: %12lld\tobjs:\t%d\n",
total_done
,
in amdgpu_debugfs_vm_bo_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.c
1228
u32
total_done
= 0;
in ena_clean_tx_irq()
local
1273
total_done
+= tx_info->tx_descs;
in ena_clean_tx_irq()
1281
ena_com_comp_ack(tx_ring->ena_com_io_sq,
total_done
);
in ena_clean_tx_irq()
1789
u32
total_done
= 0;
in ena_clean_xdp_irq()
local
1831
total_done
+= tx_info->tx_descs;
in ena_clean_xdp_irq()
1840
ena_com_comp_ack(xdp_ring->ena_com_io_sq,
total_done
);
in ena_clean_xdp_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_netdev.c
1324
u32
total_done
= 0;
in ena_clean_tx_irq()
local
1369
total_done
+= tx_info->tx_descs;
in ena_clean_tx_irq()
1377
ena_com_comp_ack(tx_ring->ena_com_io_sq,
total_done
);
in ena_clean_tx_irq()
1954
u32
total_done
= 0;
in ena_clean_xdp_irq()
local
1994
total_done
+= tx_info->tx_descs;
in ena_clean_xdp_irq()
2003
ena_com_comp_ack(xdp_ring->ena_com_io_sq,
total_done
);
in ena_clean_xdp_irq()
Completed in 19 milliseconds