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

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_ret_stack.h64 bool is_active() const function in class:TrcAddrReturnStack
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp68 if (is_active())
85 if (is_active())
/freebsd-12-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-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp557 if (m_return_stack.is_active() && (m_curr_packet_in->getType() == PTM_PKT_ATOM))
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1150 void SetIsActive(bool is_active) { m_active = is_active; } argument
/freebsd-12-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-12-stable/sys/dev/iwn/
H A Dif_iwn.c7024 int is_active; local
7117 is_active = 0;
7139 is_active = 1;
7196 hdr->crc_threshold = is_active ?
7199 hdr->crc_threshold = is_active ?
7211 * XXX TODO: take the is_active flag into account as well?
7243 hdr->crc_threshold, is_active, ss->ss_nssid);
/freebsd-12-stable/sys/dev/ice/
H A Dice_adminq_cmd.h2551 u8 is_active; member in struct:ice_aqc_get_pkg_info
H A Dice_flex_pipe.c1201 if (pkg_info->pkg_info[i].is_active) {
/freebsd-12-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:__anon1648::__anon1649
/freebsd-12-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:__anon879::__anon880

Completed in 317 milliseconds