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:bman
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_ttm_buddy_manager.c
39
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
in i915_ttm_buddy_man_alloc()
local
41
struct drm_buddy *mm = &
bman
->mm;
in i915_ttm_buddy_man_alloc()
68
min_page_size =
bman
->default_page_size;
in i915_ttm_buddy_man_alloc()
94
mutex_lock(&
bman
->lock);
in i915_ttm_buddy_man_alloc()
95
if (lpfn <=
bman
->visible_size && n_pages >
bman
->visible_avail) {
in i915_ttm_buddy_man_alloc()
96
mutex_unlock(&
bman
->lock);
in i915_ttm_buddy_man_alloc()
118
if (lpfn <=
bman
->visible_size) {
in i915_ttm_buddy_man_alloc()
127
if (start <
bman
->visible_size) {
in i915_ttm_buddy_man_alloc()
132
min(end,
bman
in i915_ttm_buddy_man_alloc()
158
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_free()
local
175
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_intersects()
local
213
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_compatible()
local
243
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_debug()
local
306
struct i915_ttm_buddy_manager *
bman
;
i915_ttm_buddy_man_init()
local
352
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_fini()
local
390
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_reserve()
local
424
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_visible_size()
local
441
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_avail()
local
453
struct i915_ttm_buddy_manager *
bman
= to_buddy_manager(man);
i915_ttm_buddy_man_force_visible_size()
local
[all...]
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H
A
D
Makefile
4
bman
.o qman.o dpaa_sys.o
6
obj-$(CONFIG_FSL_BMAN_TEST) +=
bman
-test.o
7
bman
-test-y = bman_test.o
8
bman
-test-$(CONFIG_FSL_BMAN_TEST_API) += bman_test_api.o
H
A
D
bman_priv.h
35
#include <soc/fsl/
bman
.h>
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H
A
D
Makefile
4
bman
.o qman.o dpaa_sys.o
6
obj-$(CONFIG_FSL_BMAN_TEST) +=
bman
-test.o
7
bman
-test-y = bman_test.o
8
bman
-test-$(CONFIG_FSL_BMAN_TEST_API) += bman_test_api.o
H
A
D
bman_priv.h
35
#include <soc/fsl/
bman
.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
37
#include <soc/fsl/
bman
.h>
H
A
D
dpaa_eth.c
56
#include <soc/fsl/
bman
.h>
2896
dev_err(dev, "failing probe due to
bman
probe error\n");
in dpaa_eth_probe()
2911
"failing probe due to
bman
portals probe error\n");
in dpaa_eth_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
13
#include <soc/fsl/
bman
.h>
H
A
D
dpaa_eth.c
34
#include <soc/fsl/
bman
.h>
3297
dev_err(dev, "failing probe due to
bman
probe error\n");
in dpaa_eth_probe()
3312
"failing probe due to
bman
portals probe error\n");
in dpaa_eth_probe()
Completed in 10 milliseconds