HomeSort by: relevance | last modified time | path
    Searched refs:is_active (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
opts-jobserver.h 43 bool is_active = false; member in struct:jobserver_info
  /src/external/gpl3/gcc/dist/gcc/
opts-jobserver.h 57 bool is_active = false; member in struct:jobserver_info
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py 87 def is_active(checkers): function
152 is_active_checker = is_active(get_active_checkers(clang, plugins))
  /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/external/gpl3/gdb/dist/sim/ppc/
pk_disklabel.c 236 int is_active = block[partition_active_fields[partition]] == 0x80; local
271 is_active && active != 0 ? " (active)" : ""));
272 if (partition_type != 0 && is_active && active < 0)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
pk_disklabel.c 236 int is_active = block[partition_active_fields[partition]] == 0x80; local
271 is_active && active != 0 ? " (active)" : ""));
272 if (partition_type != 0 && is_active && active < 0)
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 70 int is_active() { return out != 0; } function in class:column
556 if (!the_column->is_active())
588 if (the_column->is_active())
597 if (!the_column->is_active())
606 if (!the_column->is_active())
615 if (!the_column->is_active())
649 return the_column->is_active() ? "1" : "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)
  /src/external/gpl3/gdb/dist/gdb/
ravenscar-thread.c 686 bool is_active = task_is_currently_active (ptid); local
704 || (is_active && *fp_state == NOTHING_SPECIAL))
708 use_beneath = is_active;
732 bool is_active = task_is_currently_active (ptid); local
750 || (is_active && *fp_state == NOTHING_SPECIAL))
754 use_beneath = is_active;
  /src/external/gpl3/gdb.old/dist/gdb/
ravenscar-thread.c 686 bool is_active = task_is_currently_active (ptid); local
704 || (is_active && *fp_state == NOTHING_SPECIAL))
708 use_beneath = is_active;
732 bool is_active = task_is_currently_active (ptid); local
750 || (is_active && *fp_state == NOTHING_SPECIAL))
754 use_beneath = is_active;
  /src/sys/arch/dreamcast/dev/g1/
gdrom.c 80 bool is_active; member in struct:gdrom_softc
455 if (!sc->is_active)
471 sc->is_active = true;
502 sc->is_active = false;
  /src/sys/arch/dreamcast/dev/
gdrom.c 97 bool is_active; member in struct:gdrom_softc
521 if (!sc->is_active)
536 sc->is_active = true;
569 sc->is_active = false;
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_clang.py 66 test = sut.is_active(['a', 'b.b', 'c.c.c'])
  /src/sys/net/lagg/
if_laggproto.c 394 bool is_active; local
398 is_active = lagg_portactive(lp);
405 pport->lpp_active == is_active) {
411 pport->lpp_active = is_active;
413 if (is_active) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dnssec.h 64 bool is_active; /*% key is already active */ member in struct:dns_dnsseckey
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnssec.h 64 bool is_active; /*% key is already active */ member in struct:dns_dnsseckey
  /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/external/gpl3/gcc/dist/gcc/lto/
lto.cc 491 if (jinfo->is_active)

Completed in 71 milliseconds

1 2