Searched refs:is_active (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dvia_dmablit.h72 int is_active; member in struct:_drm_via_blitq
H A Dvia_dmablit.c327 done_transfer = blitq->is_active &&
349 blitq->is_active = 0;
354 } else if (blitq->is_active && (ticks >= blitq->end)) {
365 if (!blitq->is_active) {
368 blitq->is_active = 1;
542 blitq->is_active = 0;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcolumn.cpp68 int is_active() { return out != 0; } function in class:column
554 if (!the_column->is_active())
586 if (the_column->is_active())
595 if (!the_column->is_active())
604 if (!the_column->is_active())
613 if (!the_column->is_active())
647 return the_column->is_active() ? "1" : "0";
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.h403 bool is_active; member in struct:vxge_dev_t
H A Dvxge.c229 vdev->is_active = TRUE;
251 if (vdev->is_active) {
252 vdev->is_active = FALSE;
3571 if (!vdev->is_active)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1150 void SetIsActive(bool is_active) { m_active = is_active; } argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h425 kmp_int32 is_active() const { return active; }
1006 if (my_unit->is_active()) {
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c6776 int is_active; local
6869 is_active = 0;
6891 is_active = 1;
6948 hdr->crc_threshold = is_active ?
6951 hdr->crc_threshold = is_active ?
6963 * XXX TODO: take the is_active flag into account as well?
6995 hdr->crc_threshold, is_active, ss->ss_nssid);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1814 unsigned is_active : 1;
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5655 /* The is_active field of reg_info helps us keep track of which (possibly
1803 unsigned is_active : 1; member in struct:__anon1475::__anon1476
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1814 unsigned is_active : 1;
1822 # define IS_ACTIVE(R) ((R).bits.is_active)
5655 /* The is_active field of reg_info helps us keep track of which (possibly
1803 unsigned is_active : 1; member in struct:__anon658::__anon659

Completed in 258 milliseconds