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:allocated_mem
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
46
struct bundle_alloc_head *
allocated_mem
;
member
123
buf->next = pbundle->
allocated_mem
;
in _uverbs_alloc()
124
pbundle->
allocated_mem
= buf;
in _uverbs_alloc()
534
for (memblock = pbundle->
allocated_mem
; memblock;) {
in bundle_destroy()
573
pbundle->
allocated_mem
= &pbundle->alloc_head;
in ib_uverbs_cmd_verbs()
577
pbundle->
allocated_mem
= NULL;
in ib_uverbs_cmd_verbs()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_ioctl.c
46
struct bundle_alloc_head *
allocated_mem
;
member
123
buf->next = pbundle->
allocated_mem
;
in _uverbs_alloc()
124
pbundle->
allocated_mem
= buf;
in _uverbs_alloc()
542
for (memblock = pbundle->
allocated_mem
; memblock;) {
in bundle_destroy()
581
pbundle->
allocated_mem
= &pbundle->alloc_head;
in ib_uverbs_cmd_verbs()
585
pbundle->
allocated_mem
= NULL;
in ib_uverbs_cmd_verbs()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_fw_funcs.c
1600
struct phys_mem_desc *
allocated_mem
;
in qed_fw_overlay_mem_alloc()
local
1605
allocated_mem
= kcalloc(NUM_STORMS, sizeof(struct phys_mem_desc),
in qed_fw_overlay_mem_alloc()
1607
if (!
allocated_mem
)
in qed_fw_overlay_mem_alloc()
1610
memset(
allocated_mem
, 0, NUM_STORMS * sizeof(struct phys_mem_desc));
in qed_fw_overlay_mem_alloc()
1624
storm_mem_desc =
allocated_mem
+ storm_id;
in qed_fw_overlay_mem_alloc()
1648
qed_fw_overlay_mem_free(p_hwfn,
allocated_mem
);
in qed_fw_overlay_mem_alloc()
1652
return
allocated_mem
;
in qed_fw_overlay_mem_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_fw_funcs.c
1828
struct phys_mem_desc *
allocated_mem
;
in qed_fw_overlay_mem_alloc()
local
1833
allocated_mem
= kcalloc(NUM_STORMS, sizeof(struct phys_mem_desc),
in qed_fw_overlay_mem_alloc()
1835
if (!
allocated_mem
)
in qed_fw_overlay_mem_alloc()
1852
storm_mem_desc =
allocated_mem
+ storm_id;
in qed_fw_overlay_mem_alloc()
1876
qed_fw_overlay_mem_free(p_hwfn, &
allocated_mem
);
in qed_fw_overlay_mem_alloc()
1880
return
allocated_mem
;
in qed_fw_overlay_mem_alloc()
Completed in 8 milliseconds