Home
last modified time | relevance | path

Searched refs:ident (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/rust/macros/
H A Dquote.rs52 (@proc $v:ident $span:ident) => {};
53 (@proc $v:ident $span:ident #$id:ident $($tt:tt)*) => {
59 (@proc $v:ident $span:ident #(#$id:ident)* $($tt:tt)*) => {
67 (@proc $v:ident $span:ident (
[all...]
H A Dvtable.rs14 TokenTree::Ident(ident) => match ident.to_string().as_str() {
34 TokenTree::Ident(ident) if ident.to_string() == "fn" => {
36 Some(TokenTree::Ident(ident)) => ident.to_string(),
42 TokenTree::Ident(ident) if ident.to_string() == "const" => {
44 Some(TokenTree::Ident(ident)) => ident
[all...]
H A Dpaste.rs13 Some(TokenTree::Ident(ident)) => { in concat()
14 let mut value = ident.to_string(); in concat()
18 segments.push((value, ident.span())); in concat()
21 let Some(TokenTree::Ident(ident)) = tokens.next() else { in concat()
26 match ident.to_string().as_str() { in concat()
H A Dconcat_idents.rs8 if let Some(TokenTree::Ident(ident)) = it.next() { in expect_ident()
9 ident in expect_ident()
H A Dhelpers.rs6 if let Some(TokenTree::Ident(ident)) = it.next() {
7 Some(ident.to_string())
H A Dmodule.rs113 Some(TokenTree::Ident(ident)) => ident.to_string(), in parse()
/kernel/linux/linux-6.6/rust/kernel/init/
H A Dmacros.rs517 // Inherit all attributes and the type/ident tokens for the signature.
533 @args($($pinned_drop:ident)?),
536 $vis:vis struct $name:ident
585 @name($name:ident),
590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
597 @pinned_drop($($pinned_drop:ident)?),
623 @name($name:ident),
628 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
635 @pinned_drop($($pinned_drop:ident)?),
656 @name($name:ident),
[all...]
/kernel/linux/linux-6.6/rust/kernel/
H A Dinit.rs273 (let $var:ident $(: $t:ty)? = $val:expr) => {
349 (let $var:ident $(: $t:ty)? = $val:expr) => {
354 (let $var:ident $(: $t:ty)? =? $val:expr) => {
557 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
614 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
628 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
663 ($(&$this:ident i
[all...]
/kernel/linux/linux-6.6/rust/
H A Dcompiler_builtins.rs29 ($reason: tt, { $($ident: ident, )* }) => {
32 #[export_name = concat!("__rust", stringify!($ident))]
33 pub extern "C" fn $ident() {
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dis_zero.rs79 ($first_arg:ident $(,$rest:ident)*) => {
128 ($($t:ident,)+) => {$(
H A Dpartial_eq.rs10 ([$($vars:tt)*] $lhs:ty, $rhs:ty $(where $ty:ty: $bound:ident)?, #[$stability:meta]) => {
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A DMakefile13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A DMakefile40 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py55 buffer_hdl.thread = threading.currentThread().ident
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py540 % (create_time, threading.current_thread().ident, name,
549 create_time, threading.current_thread().ident,
582 result_data = "{} [{}] {}\n".format(result_data, threading.current_thread().ident, log_queue.get())
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py128 redirect_driver_log_begin(self.ident, self.get_driver_log_file(test))
156 redirect_driver_log_end(self.ident)
768 redirect_driver_log_begin(self.ident, self.get_driver_log_file(test))
805 redirect_driver_log_end(self.ident)
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscript_asm.pl957 while ($ident = pop(@external_patches)) {
959 printf OUTPUT "\t{0x%08x, &%s},\n", $off, $ident;
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscript_asm.pl957 while ($ident = pop(@external_patches)) {
959 printf OUTPUT "\t{0x%08x, &%s},\n", $off, $ident;
/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs361 ($t:ty, $slice:ident, $f:ident) => {{ in sort_by_cached_key()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A DMakefile122 CFLAGS ?= -Os -fno-ident -fno-asynchronous-unwind-tables -std=c89 -W -Wall -Wextra \
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py489 return threading.current_thread().ident
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl4254 my ($ident, $from, $to) = ($1, $2, $2);
4264 ## print "1: from<$from> to<$to> ident<$ident>\n";
4269 my $sub_from = $ident;
4270 my $sub_to = $ident;
4279 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4291 ## print "2: from<$from> to<$to> ident<$ident>\n";
4292 if ($from ne $to && $ident !~ /^$Modifier$/) {
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl4773 my ($ident, $from, $to) = ($1, $2, $2);
4783 ## print "1: from<$from> to<$to> ident<$ident>\n";
4788 my $sub_from = $ident;
4789 my $sub_to = $ident;
4798 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4810 ## print "2: from<$from> to<$to> ident<$ident>\n";
4811 if ($from ne $to && $ident !~ /^$Modifier$/) {
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py1367 cur_thread_id, cur_thread_name = cur_thread.ident, cur_thread.name

Completed in 27 milliseconds