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:semaphores
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H
A
D
dscr_explicit_test.c
55
sem_t
semaphores
[2];
in dscr_explicit_lockstep_test()
local
56
sem_t *prev = &
semaphores
[1]; /* reversed prev/next than for the other thread */
in dscr_explicit_lockstep_test()
57
sem_t *next = &
semaphores
[0];
in dscr_explicit_lockstep_test()
68
FAIL_IF(pthread_create(&thread, NULL, dscr_explicit_lockstep_thread, (void *)
semaphores
));
in dscr_explicit_lockstep_test()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_sync.c
46
sync->
semaphores
[i] = NULL;
in radeon_sync_create()
80
* radeon_sync_resv - use the
semaphores
to sync to a reservation object
168
sync->
semaphores
[count++] = semaphore;
in radeon_sync_rings()
209
* Free the sync object by freeing all
semaphores
in it.
218
radeon_semaphore_free(rdev, &sync->
semaphores
[i], fence);
in radeon_sync_free()
H
A
D
radeon.h
617
struct radeon_semaphore *
semaphores
[RADEON_NUM_SYNCS];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_sync.c
46
sync->
semaphores
[i] = NULL;
in radeon_sync_create()
80
* radeon_sync_resv - use the
semaphores
to sync to a reservation object
153
sync->
semaphores
[count++] = semaphore;
in radeon_sync_rings()
194
* Free the sync object by freeing all
semaphores
in it.
203
radeon_semaphore_free(rdev, &sync->
semaphores
[i], fence);
in radeon_sync_free()
H
A
D
radeon.h
572
struct radeon_semaphore *
semaphores
[RADEON_NUM_SYNCS];
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_scheduler_types.h
69
intel_engine_mask_t
semaphores
;
member
H
A
D
i915_request.c
556
* Are we using
semaphores
when the gpu is already saturated?
in __i915_request_submit()
558
* Using
semaphores
incurs a cost in having the GPU poll a
in __i915_request_submit()
566
* system is overloaded and using
semaphores
at this time only
in __i915_request_submit()
568
* further use of
semaphores
until we are idle again, whence we
in __i915_request_submit()
571
if (request->sched.
semaphores
&&
in __i915_request_submit()
573
engine->saturated |= request->sched.
semaphores
;
in __i915_request_submit()
646
if (request->sched.
semaphores
&& i915_request_started(request))
in __i915_request_unsubmit()
647
request->sched.
semaphores
= 0;
in __i915_request_unsubmit()
1020
return rq->sched.
semaphores
| READ_ONCE(rq->engine->saturated);
in already_busywaiting()
1114
to->sched.
semaphores
|
in emit_semaphore_wait()
[all...]
H
A
D
i915_scheduler.c
402
node->
semaphores
= 0;
in i915_sched_node_reinit()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_scheduler_types.h
69
intel_engine_mask_t
semaphores
;
member
H
A
D
i915_request.c
643
* Are we using
semaphores
when the gpu is already saturated?
in __i915_request_submit()
645
* Using
semaphores
incurs a cost in having the GPU poll a
in __i915_request_submit()
653
* system is overloaded and using
semaphores
at this time only
in __i915_request_submit()
655
* further use of
semaphores
until we are idle again, whence we
in __i915_request_submit()
658
if (request->sched.
semaphores
&&
in __i915_request_submit()
660
engine->saturated |= request->sched.
semaphores
;
in __i915_request_submit()
737
if (request->sched.
semaphores
&& __i915_request_has_started(request))
in __i915_request_unsubmit()
738
request->sched.
semaphores
= 0;
in __i915_request_unsubmit()
1140
return rq->sched.
semaphores
| READ_ONCE(rq->engine->saturated);
in already_busywaiting()
1220
*
semaphores
a
in emit_semaphore_wait()
[all...]
H
A
D
i915_scheduler.c
308
node->
semaphores
= 0;
in i915_sched_node_reinit()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-scb.h
231
u32
semaphores
[8]; /* Semaphores */
member
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-scb.h
231
u32
semaphores
[8]; /* Semaphores */
member
Completed in 30 milliseconds