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:get_obj
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/
H
A
D
slabinfo.c
176
static unsigned long
get_obj
(const char *name)
in get_obj()
function
1226
slab->aliases =
get_obj
("aliases");
in read_slab_dir()
1227
slab->align =
get_obj
("align");
in read_slab_dir()
1228
slab->cache_dma =
get_obj
("cache_dma");
in read_slab_dir()
1229
slab->cpu_slabs =
get_obj
("cpu_slabs");
in read_slab_dir()
1230
slab->destroy_by_rcu =
get_obj
("destroy_by_rcu");
in read_slab_dir()
1231
slab->hwcache_align =
get_obj
("hwcache_align");
in read_slab_dir()
1232
slab->object_size =
get_obj
("object_size");
in read_slab_dir()
1233
slab->objects =
get_obj
("objects");
in read_slab_dir()
1234
slab->objects_partial =
get_obj
("objects_partia
in read_slab_dir()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H
A
D
slabinfo.c
178
static unsigned long
get_obj
(const char *name)
in get_obj()
function
1250
slab->aliases =
get_obj
("aliases");
in read_slab_dir()
1251
slab->align =
get_obj
("align");
in read_slab_dir()
1252
slab->cache_dma =
get_obj
("cache_dma");
in read_slab_dir()
1253
slab->cpu_slabs =
get_obj
("cpu_slabs");
in read_slab_dir()
1254
slab->destroy_by_rcu =
get_obj
("destroy_by_rcu");
in read_slab_dir()
1255
slab->hwcache_align =
get_obj
("hwcache_align");
in read_slab_dir()
1256
slab->object_size =
get_obj
("object_size");
in read_slab_dir()
1257
slab->objects =
get_obj
("objects");
in read_slab_dir()
1258
slab->objects_partial =
get_obj
("objects_partia
in read_slab_dir()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras.c
445
#define
get_obj
(obj) do { (obj)->use++; } while (0)
macro
478
get_obj
(obj);
in amdgpu_ras_create_obj()
586
get_obj
(obj);
in __amdgpu_ras_feature_enable()
1066
get_obj
(obj);
in amdgpu_ras_sysfs_create()
1187
get_obj
(obj);
in amdgpu_ras_debugfs_create()
1407
get_obj
(obj);
in amdgpu_ras_interrupt_add_handler()
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/
H
A
D
zram_group.c
23
static struct zlist_node *
get_obj
(u32 index, void *private)
in get_obj()
function
82
zgrp->obj_tab = zlist_table_alloc(
get_obj
, zgrp, GFP_KERNEL);
in zram_group_meta_alloc()
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/
H
A
D
zram_group.c
23
static struct zlist_node *
get_obj
(u32 index, void *private)
in get_obj()
function
82
zgrp->obj_tab = zlist_table_alloc(
get_obj
, zgrp, GFP_KERNEL);
in zram_group_meta_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_ras.c
626
#define
get_obj
(obj) do { (obj)->use++; } while (0)
macro
665
get_obj
(obj);
in amdgpu_ras_create_obj()
748
get_obj
(obj);
in __amdgpu_ras_feature_enable()
1408
get_obj
(obj);
in amdgpu_ras_sysfs_create()
1541
get_obj
(obj);
in amdgpu_ras_debugfs_create()
1837
get_obj
(obj);
in amdgpu_ras_interrupt_add_handler()
Completed in 12 milliseconds