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:pinned_drop
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/rust/kernel/init/
H
A
D
macros.rs
4
//! `
pinned_drop
`. It also contains `__init_internal` the implementation of the `{try_}{pin_}init!`
45
//! #[
pinned_drop
]
404
//! ## `#[
pinned_drop
]` on `impl PinnedDrop for Foo`
412
//! #[
pinned_drop
]
533
@args($($
pinned_drop
:ident)?),
579
@
pinned_drop
($($
pinned_drop
)?),
597
@
pinned_drop
($($
pinned_drop
:ident)?),
617
@
pinned_drop
(
[all...]
/kernel/linux/linux-6.6/rust/macros/
H
A
D
lib.rs
12
mod
pinned_drop
;
modules
188
/// `#[`[`macro@
pinned_drop
`]`]`, since dropping pinned values requires extra care.
210
/// #[
pinned_drop
]
240
/// #[
pinned_drop
]
248
pub fn
pinned_drop
(args: TokenStream, input: TokenStream) -> TokenStream {
in pinned_drop()
functions
249
pinned_drop
::
pinned_drop
(args, input)
in pinned_drop()
H
A
D
pinned_drop.rs
5
pub(crate) fn
pinned_drop
(_args: TokenStream, input: TokenStream) -> TokenStream {
Completed in 3 milliseconds