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:__cleanup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/scripts/
H
A
D
test_fortify.sh
29
__cleanup
() {
function
32
trap
__cleanup
EXIT
/kernel/linux/linux-6.6/include/linux/
H
A
D
compiler-clang.h
9
* Clang prior to 17 is being silly and considers many
__cleanup
() variables
14
#undef
__cleanup
macro
15
#define
__cleanup
(func) __maybe_unused __attribute__((__cleanup__(func)))
macro
H
A
D
cleanup.h
40
#define __free(_name)
__cleanup
(__free_##_name)
86
class_##_name##_t var
__cleanup
(class_##_name##_destructor) = \
H
A
D
compiler_attributes.h
76
#define
__cleanup
(func) __attribute__((__cleanup__(func)))
macro
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
lib.h
224
__label__
__cleanup
, __done; \
242
goto
__cleanup
; \
264
__cleanup
: \
/kernel/linux/linux-5.10/drivers/dma/ioat/
H
A
D
dma.c
587
*
__cleanup
- reclaim used descriptors
591
static void
__cleanup
(struct ioatdma_chan *ioat_chan, dma_addr_t phys_complete)
in __cleanup()
function
678
__cleanup
(ioat_chan, phys_complete);
in ioat_cleanup()
715
__cleanup
(ioat_chan, phys_complete);
in ioat_restart_channel()
789
__cleanup
(ioat_chan, phys_complete);
in ioat_eh()
946
__cleanup
(ioat_chan, phys_complete);
in ioat_timer_event()
Completed in 6 milliseconds