Home
last modified time | relevance | path

Searched refs:xflags (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_rmlock.c283 int liflags, xflags; in rm_init_flags() local
297 xflags = (opts & RM_NEW ? SX_NEW : 0); in rm_init_flags()
299 xflags | SX_NOWITNESS); in rm_init_flags()
302 xflags = (opts & RM_NEW ? MTX_NEW : 0); in rm_init_flags()
304 xflags | MTX_NOWITNESS); in rm_init_flags()
H A Dvfs_subr.c2093 b_xflags_t xflags; in flushbuflist() local
2113 xflags = nbp->b_xflags & (BX_VNDIRTY | BX_VNCLEAN); in flushbuflist()
2149 != xflags) in flushbuflist()
2378 buf_vlist_add(struct buf *bp, struct bufobj *bo, b_xflags_t xflags) in buf_vlist_add() argument
2387 KASSERT((xflags & BX_VNDIRTY) == 0 || (bo->bo_flag & BO_DEAD) == 0, in buf_vlist_add()
2391 bp->b_xflags |= xflags; in buf_vlist_add()
2392 if (xflags & BX_VNDIRTY) in buf_vlist_add()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.c255 unsigned int xflags; in efx_mcdi_request_start() local
285 xflags = 0; in efx_mcdi_request_start()
287 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_request_start()
308 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()
324 MCDI_HEADER_XFLAGS, xflags); in efx_mcdi_request_start()
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h117 int xflags; /* extra flags (not used when writing a gzip file) */ member
H A Dinflate.c736 state->head->xflags = (int)(hold & 0xff);
/f-stack/tools/libxo/libxo/
H A Dlibxo.c6921 xo_stack_flags (xo_xof_flags_t xflags) in xo_stack_flags() argument
6923 if (xflags & XOF_DTRT) in xo_stack_flags()