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:pad_to_size
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
369
if (vma->node.size < entry->
pad_to_size
)
in eb_vma_misplaced()
445
entry->
pad_to_size
,
in eb_pin_vma()
499
/*
pad_to_size
was once a reserved field, so sanitize it */
in eb_validate_vma()
501
if (unlikely(offset_in_page(entry->
pad_to_size
)))
in eb_validate_vma()
504
entry->
pad_to_size
= 0;
in eb_validate_vma()
605
entry->
pad_to_size
, entry->alignment,
in eb_reserve_vma()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
385
if (size < entry->
pad_to_size
)
in eb_vma_misplaced()
465
entry->
pad_to_size
,
in eb_pin_vma()
525
/*
pad_to_size
was once a reserved field, so sanitize it */
in eb_validate_vma()
527
if (unlikely(offset_in_page(entry->
pad_to_size
)))
in eb_validate_vma()
530
entry->
pad_to_size
= 0;
in eb_validate_vma()
670
entry->
pad_to_size
, entry->alignment,
in eb_reserve_vma()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
521
__u64
pad_to_size
;
member
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H
A
D
i915_drm.h
1038
__u64
pad_to_size
;
member
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
i915_drm.h
1038
__u64
pad_to_size
;
member
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
i915_drm.h
1307
__u64
pad_to_size
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
516
__u64
pad_to_size
;
member
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H
A
D
i915_drm.h
1307
__u64
pad_to_size
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
i915_drm.h
516
__u64
pad_to_size
;
member
Completed in 39 milliseconds