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:mem_req
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
atafb.c
3058
unsigned long
mem_req
;
in atafb_probe()
local
3133
mem_req
= default_mem_req + ovsc_offset + ovsc_addlen;
in atafb_probe()
3134
mem_req
= PAGE_ALIGN(
mem_req
) + PAGE_SIZE;
in atafb_probe()
3135
screen_base = atari_stram_alloc(
mem_req
, "atafb");
in atafb_probe()
3138
memset(screen_base, 0,
mem_req
);
in atafb_probe()
3142
screen_len = (
mem_req
- pad - ovsc_offset) & PAGE_MASK;
in atafb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
atafb.c
2990
unsigned long
mem_req
;
in atafb_probe()
local
3065
mem_req
= default_mem_req + ovsc_offset + ovsc_addlen;
in atafb_probe()
3066
mem_req
= PAGE_ALIGN(
mem_req
) + PAGE_SIZE;
in atafb_probe()
3067
screen_base = atari_stram_alloc(
mem_req
, "atafb");
in atafb_probe()
3070
memset(screen_base, 0,
mem_req
);
in atafb_probe()
3074
screen_len = (
mem_req
- pad - ovsc_offset) & PAGE_MASK;
in atafb_probe()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
2356
phba->
mem_req
[ISCSI_MEM_GLOBAL_HEADER] = 2 *
in beiscsi_find_mem_req()
2358
phba->
mem_req
[HWI_MEM_ADDN_CONTEXT] =
in beiscsi_find_mem_req()
2362
phba->
mem_req
[HWI_MEM_WRB] = sizeof(struct iscsi_wrb)
in beiscsi_find_mem_req()
2367
phba->
mem_req
[HWI_MEM_WRBH] = roundup_pow_of_two((wrb_sz_per_cxn) *
in beiscsi_find_mem_req()
2370
phba->
mem_req
[HWI_MEM_SGLH] = sizeof(struct sgl_handle) *
in beiscsi_find_mem_req()
2372
phba->
mem_req
[HWI_MEM_SGE] = sizeof(struct iscsi_sge) *
in beiscsi_find_mem_req()
2399
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2405
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2411
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2417
phba->
mem_req
[mem_descr_inde
in beiscsi_find_mem_req()
[all...]
H
A
D
be_main.h
272
unsigned int
mem_req
[SE_MEM_MAX];
member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
2372
phba->
mem_req
[ISCSI_MEM_GLOBAL_HEADER] = 2 *
in beiscsi_find_mem_req()
2374
phba->
mem_req
[HWI_MEM_ADDN_CONTEXT] =
in beiscsi_find_mem_req()
2378
phba->
mem_req
[HWI_MEM_WRB] = sizeof(struct iscsi_wrb)
in beiscsi_find_mem_req()
2383
phba->
mem_req
[HWI_MEM_WRBH] = roundup_pow_of_two((wrb_sz_per_cxn) *
in beiscsi_find_mem_req()
2386
phba->
mem_req
[HWI_MEM_SGLH] = sizeof(struct sgl_handle) *
in beiscsi_find_mem_req()
2388
phba->
mem_req
[HWI_MEM_SGE] = sizeof(struct iscsi_sge) *
in beiscsi_find_mem_req()
2415
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2421
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2427
phba->
mem_req
[mem_descr_index] =
in beiscsi_find_mem_req()
2433
phba->
mem_req
[mem_descr_inde
in beiscsi_find_mem_req()
[all...]
H
A
D
be_main.h
271
unsigned int
mem_req
[SE_MEM_MAX];
member
Completed in 21 milliseconds