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:nact
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
mmu_context.c
233
unsigned int id, nrf,
nact
;
in context_check_map()
local
235
nrf =
nact
= 0;
in context_check_map()
244
nact
+= context_mm[id]->context.active;
in context_check_map()
251
if (
nact
> num_online_cpus())
in context_check_map()
253
nact
, num_online_cpus());
in context_check_map()
/kernel/linux/linux-5.10/drivers/net/
H
A
D
rionet.c
76
int
nact
; /* number of active peers */
member
182
add_num = nets[rnet->mport->id].
nact
;
in rionet_start_xmit()
244
nets[netid].
nact
++;
in rionet_dbell_event()
256
nets[netid].
nact
--;
in rionet_dbell_event()
426
nets[netid].
nact
--;
in rionet_remove_dev()
590
nets[netid].
nact
= 0;
in rionet_add_dev()
672
WARN(nets[id].
nact
, "%s called when connected to %d peers\n",
in rionet_remove_mport()
673
__func__, nets[id].
nact
);
in rionet_remove_mport()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
rionet.c
76
int
nact
; /* number of active peers */
member
182
add_num = nets[rnet->mport->id].
nact
;
in rionet_start_xmit()
244
nets[netid].
nact
++;
in rionet_dbell_event()
256
nets[netid].
nact
--;
in rionet_dbell_event()
426
nets[netid].
nact
--;
in rionet_remove_dev()
592
nets[netid].
nact
= 0;
in rionet_add_dev()
673
WARN(nets[id].
nact
, "%s called when connected to %d peers\n",
in rionet_remove_mport()
674
__func__, nets[id].
nact
);
in rionet_remove_mport()
Completed in 5 milliseconds