Searched refs:in_use (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.h108 * parents (-parents) include this one, that are in_use
128 uint8_t in_use; member in struct:val_neg_zone
139 * There is no actual data stored in this data element, if it is in_use,
169 uint8_t in_use; member in struct:val_neg_data
H A Dval_neg.c201 log_assert(z->in_use);
203 z->in_use = 0;
232 log_assert(el->in_use);
234 el->in_use = 0;
520 if(!zone->in_use) {
522 zone->in_use = 1;
742 if(cur->in_use)
784 el->in_use = 0; /* set on below */
802 if(!el->in_use) {
805 el->in_use
[all...]
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c73 int32_t in_use; local
215 in_use = cvmx_fau_fetch_and_add32(priv->fau+qos*4, 1);
247 if (_IF_QLEN(&priv->tx_free_queue[qos]) > in_use) {
248 while (_IF_QLEN(&priv->tx_free_queue[qos]) > in_use) {
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4.h321 u16 in_use; member in struct:t4_sq
345 u16 in_use; member in struct:t4_rq
365 return wq->rq.in_use;
370 return wq->rq.in_use == 0;
375 return wq->rq.in_use == (wq->rq.size - 1);
380 return wq->rq.size - 1 - wq->rq.in_use;
385 wq->rq.in_use++;
397 wq->rq.in_use--;
401 assert((wq->rq.cidx != wq->rq.pidx) || wq->rq.in_use == 0);
408 return wq->sq.in_use
[all...]
H A Dcq.c62 int in_use = wq->rq.in_use - count; local
64 BUG_ON(in_use < 0);
65 PDBG("%s wq %p cq %p rq.in_use %u skip count %u\n", __func__,
66 wq, cq, wq->rq.in_use, count);
67 while (in_use--) {
509 * signaled one. So adjust in_use based on this delta.
514 wq->sq.in_use -= wq->sq.size + idx - wq->sq.cidx;
516 wq->sq.in_use -= idx - wq->sq.cidx;
517 BUG_ON(wq->sq.in_use <
[all...]
H A Ddev.c285 " SQ: id %u queue %p sw_queue %p cidx %u pidx %u in_use %u wq_pidx %u depth %u flags 0x%x flush_cidx %d\n"
286 " RQ: id %u queue %p sw_queue %p cidx %u pidx %u in_use %u depth %u\n",
297 qhp->wq.sq.in_use,
307 qhp->wq.rq.in_use,
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h327 u16 in_use; member in struct:t4_sq
355 u16 in_use; member in struct:t4_rq
372 return wq->rq.in_use;
377 return wq->rq.in_use == 0;
382 return wq->rq.in_use == (wq->rq.size - 1);
387 return wq->rq.size - 1 - wq->rq.in_use;
392 wq->rq.in_use++;
402 wq->rq.in_use--;
425 return wq->sq.in_use == 0;
430 return wq->sq.in_use
[all...]
H A Dcq.c222 int in_use = wq->rq.in_use - count; local
224 BUG_ON(in_use < 0);
225 CTR5(KTR_IW_CXGBE, "%s wq %p cq %p rq.in_use %u skip count %u",
226 __func__, wq, cq, wq->rq.in_use, count);
227 while (in_use--) {
661 * signaled one. So adjust in_use based on this delta.
666 wq->sq.in_use -= wq->sq.size + idx - wq->sq.cidx;
668 wq->sq.in_use -= idx - wq->sq.cidx;
669 BUG_ON(wq->sq.in_use <
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_fairq.h94 int in_use; member in struct:fairq_bucket
/freebsd-11-stable/sys/dev/drm/
H A Di915_mem.c39 * setting the 'in_use' fields of the global LRU to indicate whether
49 static void mark_block(struct drm_device * dev, struct mem_block *p, int in_use) argument
73 list[i].in_use = in_use;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dibverbs.h55 pthread_mutex_t in_use; member in struct:ibv_abi_compat_v2
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.h86 int in_use; member in struct:ctl_wwpn_iid
H A Dctl_io.h540 int in_use; member in struct:ctl_ha_msg_iid
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.h96 Boolean in_use; /* bool inUse (read only) */ member in struct:transmit_sa
124 Boolean in_use; /* bool inUse (read only) */ member in struct:receive_sa
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h204 int in_use; member in struct:mlx5_spinlock
696 if (unlikely(lock->in_use)) {
702 lock->in_use = 1;
705 * chance that in_use is detected by another thread without
718 lock->in_use = 0;
725 lock->in_use = 0;
/freebsd-11-stable/crypto/openssl/engines/
H A De_aep.c110 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use);
533 int to_return = 0, in_use; local
541 rv = aep_close_all_connections(0, &in_use);
546 if (in_use) {
1031 static AEP_RV aep_close_all_connections(int use_engine_lock, int *in_use) argument
1036 *in_use = 0;
1049 (*in_use)++;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c170 if (channel->in_use == 0) {
171 channel->in_use = 1;
199 channel->in_use = 0;
H A Dimx6_sdma.h208 uint8_t in_use; member in struct:sdma_channel
/freebsd-11-stable/contrib/gcc/
H A Dggc-page.c320 unsigned int in_use;
474 in_use bitmask for page_group. Hosts that need a different value
709 /* Set and clear the in_use bit for this page in the page group. */
714 group->in_use |= 1 << page_group_index (group->allocation, page);
720 group->in_use &= ~(1 << page_group_index (group->allocation, page));
851 group->in_use = 0;
1011 if (p->group->in_use == 0)
1022 if (g->in_use == 0)
1137 in_use bitmap) of the first available object -- they're zero. */
1967 size_t in_use;
318 unsigned int in_use; member in struct:page_group
1962 size_t in_use; local
[all...]
H A Dggc-zone.c1995 size_t overhead, allocated, in_use; local
2001 allocated = in_use = 0;
2009 in_use += large_page->bytes;
2018 in_use += GGC_PAGE_SIZE * zone->n_small_pages;
2026 in_use -= ggc_get_size (chunk);
2034 SCALE (in_use), LABEL (in_use),
2037 gcc_assert (in_use == zone->allocated);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c981 lro_new->in_use = 1;
1012 if (!lro_temp->in_use)
1049 if (ring_lro->lro_recent && ring_lro->lro_recent->in_use) {
1064 if (!lro_temp->in_use) {
1383 lro->in_use = 0;
1402 if (!lro->in_use)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_qca.c632 bool in_use = FALSE; local
636 &in_use);
640 if (!in_use) {
827 bool in_use = FALSE; local
831 &in_use))
834 if (!in_use) {
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c278 if (*fill != 0 && (txq->in_use <= cxgb_tx_coalesce_enable_stop) &&
281 else if (*fill == 0 && (txq->in_use >= cxgb_tx_coalesce_enable_start))
385 q->in_use -= reclaim;
404 return q->in_use - r < (q->size >> 1);
1128 txq->in_use += ndesc;
1596 (txq->in_use <= cxgb_tx_coalesce_enable_stop) &&
1600 (txq->in_use >= cxgb_tx_coalesce_enable_start))
1619 if (qs->coalescing == 0 && (txq->in_use >= (txq->size>>3)))
1649 if (txq->size - txq->in_use <= TX_MAX_DESC)
1683 avail = txq->size - txq->in_use;
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dgencode.h261 atomset in_use; member in struct:block
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h275 u8 in_use; member in struct:lro
298 u8 in_use; member in struct:xge_hal_spdm_entry_t

Completed in 207 milliseconds

123