OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_active
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/via/
via_dmablit.h
86
int
is_active
;
member in struct:_drm_via_blitq
via_dmablit.c
475
done_transfer = blitq->
is_active
&&
502
blitq->
is_active
= 0;
506
} else if (blitq->
is_active
&& time_after_eq(jiffies, blitq->end)) {
517
if (!blitq->
is_active
) {
520
blitq->
is_active
= 1;
745
blitq->
is_active
= 0;
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.c
347
if (q->properties.
is_active
) {
366
if (q->properties.
is_active
)
501
if (q->properties.
is_active
)
537
prev_active = q->properties.
is_active
;
574
if (q->properties.
is_active
&& !prev_active)
576
else if (!q->properties.
is_active
&& prev_active)
581
else if (q->properties.
is_active
&&
620
if (!q->properties.
is_active
)
625
q->properties.
is_active
= false;
666
if (!q->properties.
is_active
)
[
all
...]
kfd_mqd_manager_cik.c
225
q->
is_active
= QUEUE_IS_ACTIVE(*q);
264
q->
is_active
= QUEUE_IS_ACTIVE(*q);
342
q->
is_active
= QUEUE_IS_ACTIVE(*q);
kfd_mqd_manager_v10.c
229
q->
is_active
= QUEUE_IS_ACTIVE(*q);
349
q->
is_active
= QUEUE_IS_ACTIVE(*q);
kfd_mqd_manager_v9.c
268
q->
is_active
= QUEUE_IS_ACTIVE(*q);
392
q->
is_active
= QUEUE_IS_ACTIVE(*q);
kfd_mqd_manager_vi.c
241
q->
is_active
= QUEUE_IS_ACTIVE(*q);
373
q->
is_active
= QUEUE_IS_ACTIVE(*q);
kfd_packet_manager.c
170
if (!kq->queue->properties.
is_active
)
189
if (!q->properties.
is_active
)
kfd_priv.h
408
* @
is_active
: Defines if the queue is active or not. @
is_active
and
432
bool
is_active
;
member in struct:queue_properties
/src/sys/arch/dreamcast/dev/g1/
gdrom.c
83
bool
is_active
;
member in struct:gdrom_softc
458
if (!sc->
is_active
)
474
sc->
is_active
= true;
505
sc->
is_active
= false;
/src/sys/arch/dreamcast/dev/
gdrom.c
100
bool
is_active
;
member in struct:gdrom_softc
524
if (!sc->
is_active
)
539
sc->
is_active
= true;
572
sc->
is_active
= false;
/src/sys/net/lagg/
if_laggproto.c
394
bool
is_active
;
local in function:lagg_common_linkstate_ifnet_locked
398
is_active
= lagg_portactive(lp);
405
pport->lpp_active ==
is_active
) {
411
pport->lpp_active =
is_active
;
413
if (
is_active
) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp_psp.h
80
uint32_t
is_active
;
member in struct:ta_dtm_topology_update_input_v2
amdgpu_hdcp_psp.c
71
dtm_cmd->dtm_in_message.topology_update_v2.
is_active
= 0;
110
dtm_cmd->dtm_in_message.topology_update_v2.
is_active
= 1;
/src/sys/dev/pci/
if_iwn.c
4744
int buflen, error,
is_active
;
local in function:iwn_scan
4799
is_active
= 0;
4807
is_active
= 1;
4866
hdr->crc_threshold =
is_active
?
4869
hdr->crc_threshold =
is_active
?
4890
dwell_active = iwn_get_active_dwell_time(sc, flags,
is_active
);
Completed in 23 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025