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:kfree
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H
A
D
ltp_acpi_cmds.c
95
kfree
(str_obj);
in get_str_object()
105
kfree
(str_obj_result);
in get_str_object()
107
kfree
(str_obj);
in get_str_object()
129
kfree
(sysfs_path);
in get_sysfs_path()
165
kfree
(str_obj_result);
in acpi_traverse()
195
kfree
(dev_info);
in acpi_traverse()
204
kfree
(dev_info);
in acpi_traverse()
224
kfree
(dev_info);
in acpi_traverse_from_root()
277
kfree
(dev_info);
in acpi_init()
685
kfree
(str_obj_resul
in cleanup_module()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H
A
D
tmod.c
132
kfree
(inparms);
in tmod_ioctl()
139
kfree
(inparms);
in tmod_ioctl()
192
kfree
(inparms);
in tmod_ioctl()
195
kfree
(outparms);
in tmod_ioctl()
265
/* free any pointers still allocated, using
kfree
*/
in tmod_exit_module()
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
tusb.c
215
kfree
(inparms);
in tusb_ioctl()
222
kfree
(inparms);
in tusb_ioctl()
279
kfree
(inparms);
in tusb_ioctl()
282
kfree
(outparms);
in tusb_ioctl()
532
kfree
(ltp_usb.dev);
in tusb_exit_module()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H
A
D
tagp.c
161
kfree
(inparms);
in tagp_ioctl()
168
kfree
(inparms);
in tagp_ioctl()
275
kfree
(inparms);
in tagp_ioctl()
278
kfree
(outparms);
in tagp_ioctl()
445
kfree
(info);
in test_agp_copy_info()
702
/* free any pointers still allocated, using
kfree
*/
in tagp_exit_module()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H
A
D
tbase.c
276
kfree
(inparms);
in tbase_ioctl()
283
kfree
(inparms);
in tbase_ioctl()
397
kfree
(inparms);
in tbase_ioctl()
400
kfree
(outparms);
in tbase_ioctl()
900
/* free any pointers still allocated, using
kfree
*/
in tbase_exit_module()
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
nlsTest.c
163
kfree
(dev);
in test_init_module()
172
kfree
(dev);
in test_init_module()
182
kfree
(dev);
in test_init_module()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
slab.h
48
#define
kfree
(x) __kfree(x)
macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_validate_shaders.c
927
kfree
(validation_state.branch_targets);
in vc4_validate_shader()
932
kfree
(validation_state.branch_targets);
in vc4_validate_shader()
934
kfree
(validated_shader->texture_samples);
in vc4_validate_shader()
935
kfree
(validated_shader);
in vc4_validate_shader()
H
A
D
vc4_gem.c
135
kfree
(temp);
in vc4_get_bcl()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_simulator_validate.h
43
#define
kfree
(ptr) free(ptr)
macro
/third_party/backends/backend/
H
A
D
plustek-pp_procfs.c
308
kfree
(*d);
in destroy_proc_entry()
/third_party/libbpf/src/
H
A
D
skel_internal.h
99
kfree
(p);
in skel_free()
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
6230
if ($line =~ /\b(
kfree
|usb_free_urb|debugfs_remove(?:_recursive)?|(?:kmem_cache|mempool|dma_pool)_destroy)$expr/) {
Completed in 17 milliseconds