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:h2g
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
2470
struct guc_update_context_policy
h2g
;
member
2475
size_t bytes = sizeof(policy->
h2g
.header) +
in __guc_context_policy_action_size()
2476
(sizeof(policy->
h2g
.klv[0]) * policy->count);
in __guc_context_policy_action_size()
2483
policy->
h2g
.header.action = INTEL_GUC_ACTION_HOST2GUC_UPDATE_CONTEXT_POLICIES;
in __guc_context_policy_start_klv()
2484
policy->
h2g
.header.ctx_id = guc_id;
in __guc_context_policy_start_klv()
2492
policy->
h2g
.klv[policy->count].kl = \
2495
policy->
h2g
.klv[policy->count].value = data; \
2510
return guc_submission_send_busy_loop(guc, (u32 *)&policy->
h2g
,
in __guc_context_set_context_policies()
4405
struct guc_update_scheduling_policy
h2g
;
member
4410
u32 *start = (void *)&policy->
h2g
;
in __guc_scheduling_policy_action_size()
[all...]
H
A
D
intel_guc_ct.c
624
bool
h2g
= h2g_has_room(ct, h2g_dw);
in has_room_nb()
local
629
if (unlikely(!
h2g
|| !g2h)) {
in has_room_nb()
Completed in 8 milliseconds