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:prev_nid
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/
H
A
D
hdac_device.c
470
hda_nid_t
prev_nid
;
in snd_hdac_get_connections()
local
505
prev_nid
= 0;
in snd_hdac_get_connections()
528
if (!
prev_nid
||
prev_nid
>= val) {
in snd_hdac_get_connections()
531
prev_nid
, val);
in snd_hdac_get_connections()
534
for (n =
prev_nid
+ 1; n <= val; n++) {
in snd_hdac_get_connections()
550
prev_nid
= val;
in snd_hdac_get_connections()
/kernel/linux/linux-6.6/sound/hda/
H
A
D
hdac_device.c
470
hda_nid_t
prev_nid
;
in snd_hdac_get_connections()
local
505
prev_nid
= 0;
in snd_hdac_get_connections()
528
if (!
prev_nid
||
prev_nid
>= val) {
in snd_hdac_get_connections()
531
prev_nid
, val);
in snd_hdac_get_connections()
534
for (n =
prev_nid
+ 1; n <= val; n++) {
in snd_hdac_get_connections()
550
prev_nid
= val;
in snd_hdac_get_connections()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
init_64.c
948
int
prev_nid
, new_nid;
in memblock_nid_range_sun4u()
local
950
prev_nid
= NUMA_NO_NODE;
in memblock_nid_range_sun4u()
956
if (
prev_nid
== NUMA_NO_NODE)
in memblock_nid_range_sun4u()
957
prev_nid
= new_nid;
in memblock_nid_range_sun4u()
963
prev_nid
= 0;
in memblock_nid_range_sun4u()
969
if (
prev_nid
!= new_nid)
in memblock_nid_range_sun4u()
972
*nid =
prev_nid
;
in memblock_nid_range_sun4u()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
init_64.c
964
int
prev_nid
, new_nid;
in memblock_nid_range_sun4u()
local
966
prev_nid
= NUMA_NO_NODE;
in memblock_nid_range_sun4u()
972
if (
prev_nid
== NUMA_NO_NODE)
in memblock_nid_range_sun4u()
973
prev_nid
= new_nid;
in memblock_nid_range_sun4u()
979
prev_nid
= 0;
in memblock_nid_range_sun4u()
985
if (
prev_nid
!= new_nid)
in memblock_nid_range_sun4u()
988
*nid =
prev_nid
;
in memblock_nid_range_sun4u()
Completed in 12 milliseconds