Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 146) sorted by relevance

123456

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c39 bool explicit; member
133 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f, bool explicit) in amdgpu_sync_add_later() argument
144 e->explicit |= explicit; in amdgpu_sync_add_later()
159 struct dma_fence *f, bool explicit) in amdgpu_sync_fence() argument
169 if (amdgpu_sync_add_later(sync, f, explicit)) in amdgpu_sync_fence()
176 e->explicit = explicit; in amdgpu_sync_fence()
302 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, bool *explicit) in amdgpu_sync_get_fence() argument
311 if (explicit) in amdgpu_sync_get_fence()
312 *explicit = e->explicit; in amdgpu_sync_get_fence()
344 r = amdgpu_sync_fence(NULL, clone, f, e->explicit); in amdgpu_sync_clone()
Damdgpu_sync.h44 struct dma_fence *f, bool explicit);
52 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync, bool *explicit);
Damdgpu_job.c174 bool explicit = false; in amdgpu_job_dependency() local
177 fence = amdgpu_sync_get_fence(&job->sync, &explicit); in amdgpu_job_dependency()
178 if (fence && explicit) { in amdgpu_job_dependency()
/Linux-v4.19/Documentation/RCU/
Dlockdep.txt35 Use explicit check expression "c" along with
39 Use explicit check expression "c" along with
43 Use explicit check expression "c" along with
47 Use explicit check expression "c" along with
53 Use explicit check expression "c", and omit all barriers
/Linux-v4.19/drivers/target/
Dtarget_core_alua.c46 int *primary, int explicit);
48 struct se_lun *lun, int explicit, int offline);
764 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
806 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
1020 int explicit) in core_alua_do_transition_tg_pt() argument
1031 if (explicit && new_state == ALUA_ACCESS_STATE_TRANSITION) { in core_alua_do_transition_tg_pt()
1042 tg_pt_gp->tg_pt_gp_alua_access_status = (explicit) ? in core_alua_do_transition_tg_pt()
1081 " from primary access state %s to %s\n", (explicit) ? "explicit" : in core_alua_do_transition_tg_pt()
1099 int explicit) in core_alua_do_port_transition() argument
1112 explicit) != 0) in core_alua_do_port_transition()
[all …]
/Linux-v4.19/Documentation/core-api/
Datomic_ops.rst44 proper implicit or explicit read memory barrier is needed before reading the
65 or explicit memory barrier is needed before the value set with the operation
75 implicit or explicit memory barrier is used after possible runtime
79 interface must take care of that with a proper implicit or explicit memory
195 atomic_t value. The first two routines pass explicit integers by
200 require any explicit memory barriers. They need only perform the
213 include explicit memory barriers that are performed before and after
221 If the atomic instructions used in an implementation provide explicit
231 explicit counter adjustment is given instead of the implicit "1".
244 Again, these primitives provide explicit memory barrier semantics around
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dtdm-slot.txt18 to specify a explicit mapping of the channels and the slots. If it's absent
26 The explicit masks are given as array of integers, where the first
/Linux-v4.19/Documentation/
Dpreempt-locking.txt16 requires explicit additional locking for very few additional situations.
22 RULE #1: Per-CPU data structures need explicit protection
33 First, since the data is per-CPU, it may not have explicit SMP locking, but
133 in doubt, rely on locking or explicit preemption disabling.
/Linux-v4.19/tools/memory-model/litmus-tests/
DLB+poonceonces.litmus7 * be prevented even with no explicit ordering?
/Linux-v4.19/net/netlabel/
DKconfig11 NetLabel provides support for explicit network packet labeling
/Linux-v4.19/
DCOPYING10 With an explicit syscall exception, as stated at:
/Linux-v4.19/include/trace/events/
Dblock.h475 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
477 TP_ARGS(q, depth, explicit),
503 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
505 TP_ARGS(q, depth, explicit)
/Linux-v4.19/arch/arm/lib/
Dclear_user.S46 it ne @ explicit IT needed for the label
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt19 until an explicit kill signal is received
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dtwl-charger.txt8 is no value in explicit configuration in device-tree. Rather
/Linux-v4.19/scripts/coccinelle/api/
Dvma_pages.cocci3 /// Use vma_pages function on vma object instead of explicit computation.
Dresource_size.cocci3 /// instead of explicit computation.
/Linux-v4.19/scripts/coccinelle/misc/
Dboolconv.cocci4 //# explicit conversion is overly verbose and unneeded.
/Linux-v4.19/drivers/dma-buf/
DKconfig9 The Sync File Framework adds explicit syncronization via
/Linux-v4.19/Documentation/block/
Dwriteback_cache_control.txt28 set on an otherwise empty bio structure, which causes only an explicit cache
45 worry if the underlying devices need any explicit cache flushing and how
/Linux-v4.19/Documentation/ABI/obsolete/
Dsysfs-gpio8 userspace. GPIOs are only made available to userspace by an explicit
/Linux-v4.19/scripts/coccinelle/iterators/
Ddevice_node_continue.cocci2 /// explicit put causes a double put.
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-get-property.rst54 parameters used. If the actual parameters are needed, an explicit
/Linux-v4.19/Documentation/sphinx/
Dkfigure.py537 for name, explicit in iteritems(doctree.nametypes):
538 if not explicit:
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-gsmi6 that provides callback functionality via explicit SMI

123456