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:bj
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
numa.c
275
struct numa_memblk *
bj
= &mi->blk[j];
in numa_cleanup_meminfo()
local
283
if (bi->end >
bj
->start && bi->start <
bj
->end) {
in numa_cleanup_meminfo()
284
if (bi->nid !=
bj
->nid) {
in numa_cleanup_meminfo()
287
bj
->nid,
bj
->start,
bj
->end - 1);
in numa_cleanup_meminfo()
292
bj
->start,
bj
->end - 1);
in numa_cleanup_meminfo()
300
if (bi->nid !=
bj
in numa_cleanup_meminfo()
[all...]
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
numa.c
276
struct numa_memblk *
bj
= &mi->blk[j];
in numa_cleanup_meminfo()
local
284
if (bi->end >
bj
->start && bi->start <
bj
->end) {
in numa_cleanup_meminfo()
285
if (bi->nid !=
bj
->nid) {
in numa_cleanup_meminfo()
288
bj
->nid,
bj
->start,
bj
->end - 1);
in numa_cleanup_meminfo()
293
bj
->start,
bj
->end - 1);
in numa_cleanup_meminfo()
301
if (bi->nid !=
bj
in numa_cleanup_meminfo()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
curve25519-x86_64.c
1022
const u8 *
bj
= pub + i * (u32)8U;
in curve25519_ever64()
local
1023
u64 u = *(u64 *)
bj
;
in curve25519_ever64()
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
curve25519-x86_64.c
1233
const u8 *
bj
= pub + i * (u32)8U;
in curve25519_ever64()
local
1234
u64 u = *(u64 *)
bj
;
in curve25519_ever64()
Completed in 10 milliseconds