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:hidden
(Results
1 - 25
of
75
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
lib.rs
42
#[doc(
hidden
)]
49
#[doc(
hidden
)]
54
#[doc(
hidden
)]
H
A
D
sync.rs
40
#[doc(
hidden
)]
51
#[doc(
hidden
)]
H
A
D
kunit.rs
13
/// Public but
hidden
since it should only be used from KUnit generated code.
14
#[doc(
hidden
)]
29
/// Public but
hidden
since it should only be used from KUnit generated code.
30
#[doc(
hidden
)]
45
/// Public but
hidden
since it should only be used from generated tests.
49
#[doc(
hidden
)]
70
// mistake (it is
hidden
to prevent that).
139
// SAFETY: FFI call; the `test` pointer is valid because this
hidden
macro should only
151
/// Public but
hidden
since it should only be used from generated tests.
155
#[doc(
hidden
)]
[all...]
H
A
D
print.rs
35
/// Public but
hidden
since it should only be used from public macros.
36
#[doc(
hidden
)]
93
/// Public but
hidden
since it should only be used from public macros.
101
#[doc(
hidden
)]
121
/// Public but
hidden
since it should only be used from public macros.
124
#[doc(
hidden
)]
141
/// Public but
hidden
since it should only be used from public macros.
142
#[doc(
hidden
)]
155
// SAFETY: This
hidden
macro should only be called by the documented
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
head_32.S
36
* These symbols needed to be marked as .
hidden
to prevent the BFD linker from
39
* but it doesn't hurt to keep them .
hidden
.
41
.
hidden
_bss
42
.
hidden
_ebss
43
.
hidden
_end
H
A
D
head_64.S
49
* Locally defined symbols should be marked
hidden
:
51
.
hidden
_bss
52
.
hidden
_ebss
53
.
hidden
_end
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
head_32.S
36
* These symbols needed to be marked as .
hidden
to prevent the BFD linker from
39
* but it doesn't hurt to keep them .
hidden
.
41
.
hidden
_bss
42
.
hidden
_ebss
43
.
hidden
_end
H
A
D
head_64.S
40
* Locally defined symbols should be marked
hidden
:
42
.
hidden
_bss
43
.
hidden
_ebss
44
.
hidden
_end
/kernel/linux/linux-5.10/arch/c6x/kernel/
H
A
D
vectors.S
17
.
hidden
\name
45
.
hidden
RESET
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
linkage.h
18
.
hidden
name @ \
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
portability_macros.h
45
/* Mark the internal assembly functions as
hidden
*/
47
# define ZSTD_HIDE_ASM_FUNCTION(func) .
hidden
func
/kernel/linux/linux-6.6/rust/
H
A
D
compiler_builtins.rs
31
#[doc(
hidden
)]
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
namei.c
51
dee.
hidden
= name[0] == '.';
in hpfs_mkdir()
97
/*de->
hidden
= de->system = 0;*/
in hpfs_mkdir()
152
dee.
hidden
= name[0] == '.';
in hpfs_create()
239
dee.
hidden
= name[0] == '.';
in hpfs_mknod()
315
dee.
hidden
= name[0] == '.';
in hpfs_symlink()
551
de.
hidden
= new_name[0] == '.';
in hpfs_rename()
H
A
D
hpfs.h
332
u8
hidden
: 1; /* dos attrib */
member
346
u8
hidden
: 1; /* dos attrib */
member
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
namei.c
51
dee.
hidden
= name[0] == '.';
in hpfs_mkdir()
95
/*de->
hidden
= de->system = 0;*/
in hpfs_mkdir()
151
dee.
hidden
= name[0] == '.';
in hpfs_create()
237
dee.
hidden
= name[0] == '.';
in hpfs_mknod()
312
dee.
hidden
= name[0] == '.';
in hpfs_symlink()
547
de.
hidden
= new_name[0] == '.';
in hpfs_rename()
H
A
D
hpfs.h
332
u8
hidden
: 1; /* dos attrib */
member
346
u8
hidden
: 1; /* dos attrib */
member
/kernel/linux/linux-6.6/arch/arm64/kernel/pi/
H
A
D
Makefile
8
-include $(srctree)/include/linux/
hidden
.h \
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
pnd2_edac.c
128
* side-band mailbox style interface in a
hidden
PCI device
158
u8
hidden
;
in _apl_rd_reg()
local
160
/* Unhide the P2SB device, if it's
hidden
*/
in _apl_rd_reg()
161
P2SB_READ(byte, P2SB_HIDE_OFF, &
hidden
);
in _apl_rd_reg()
162
if (
hidden
)
in _apl_rd_reg()
186
/* Hide the P2SB device, if it was
hidden
before */
in _apl_rd_reg()
187
if (
hidden
)
in _apl_rd_reg()
188
P2SB_WRITE(byte, P2SB_HIDE_OFF,
hidden
);
in _apl_rd_reg()
239
u8
hidden
;
in get_sideband_reg_base_addr()
local
243
/* Unhide the P2SB device, if it's
hidden
*/
in get_sideband_reg_base_addr()
[all...]
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
memset.S
92
.
hidden
__memset /* Make sure it does not leak */
234
.
hidden
__memset
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
memset.S
92
.
hidden
__memset /* Make sure it does not leak */
234
.
hidden
__memset
/kernel/linux/linux-6.6/rust/alloc/vec/
H
A
D
into_iter.rs
365
#[doc(
hidden
)]
375
#[doc(
hidden
)]
427
#[doc(
hidden
)]
431
#[doc(
hidden
)]
/kernel/linux/linux-6.6/rust/kernel/init/
H
A
D
macros.rs
172
//! #[doc(
hidden
)]
382
//! #[doc(
hidden
)]
504
#[doc(
hidden
)]
528
#[doc(
hidden
)]
879
#[doc(
hidden
)]
1010
#[doc(
hidden
)]
1350
#[doc(
hidden
)]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
nospec-insn.h
25
.
hidden
\name
/kernel/linux/linux-6.6/rust/alloc/collections/
H
A
D
mod.rs
98
#[doc(
hidden
)]
152
#[doc(
hidden
)]
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H
A
D
Makefile
22
KBUILD_CFLAGS += -fpie -include $(srctree)/include/linux/
hidden
.h
Completed in 14 milliseconds
1
2
3