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:alloc_req
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_switch.c
158
struct npc_mcam_alloc_entry_req
alloc_req
= { 0 };
in rvu_switch_enable()
local
167
alloc_req
.contig = true;
in rvu_switch_enable()
168
alloc_req
.count = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs;
in rvu_switch_enable()
169
ret = rvu_mbox_handler_npc_mcam_alloc_entry(rvu, &
alloc_req
,
in rvu_switch_enable()
177
if (alloc_rsp.count !=
alloc_req
.count) {
in rvu_switch_enable()
180
alloc_req
.count, alloc_rsp.count);
in rvu_switch_enable()
184
rswitch->entry2pcifunc = kcalloc(
alloc_req
.count, sizeof(u16),
in rvu_switch_enable()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H
A
D
hwa742.c
227
static inline struct hwa742_request *
alloc_req
(void)
in alloc_req()
function
403
req =
alloc_req
(); \
547
req =
alloc_req
();
in hwa742_sync()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H
A
D
hwa742.c
235
static inline struct hwa742_request *
alloc_req
(bool can_sleep)
in alloc_req()
function
411
req =
alloc_req
(can_sleep); \
560
req =
alloc_req
(true);
in hwa742_sync()
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H
A
D
blkback.c
409
static struct pending_req *
alloc_req
(struct xen_blkif_ring *ring)
in alloc_req()
function
1113
pending_req =
alloc_req
(ring);
in __do_block_io_op()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
2905
struct npc_mcam_alloc_entry_req
alloc_req
= { };
in rvu_mbox_handler_nix_rxvlan_alloc()
local
2923
alloc_req
.hdr.pcifunc = pcifunc;
in rvu_mbox_handler_nix_rxvlan_alloc()
2924
alloc_req
.count = 1;
in rvu_mbox_handler_nix_rxvlan_alloc()
2926
err = rvu_mbox_handler_npc_mcam_alloc_entry(rvu, &
alloc_req
,
in rvu_mbox_handler_nix_rxvlan_alloc()
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H
A
D
blkback.c
414
static struct pending_req *
alloc_req
(struct xen_blkif_ring *ring)
in alloc_req()
function
1218
pending_req =
alloc_req
(ring);
in __do_block_io_op()
Completed in 12 milliseconds