Lines Matching defs:flags
67 #define PLCNT_INCR(pp, mnode, mtype, szc, flags) \
68 plcnt_inc_dec(pp, mtype, szc, 1l << PAGE_BSZS_SHIFT(szc), flags)
69 #define PLCNT_DECR(pp, mnode, mtype, szc, flags) \
70 plcnt_inc_dec(pp, mtype, szc, -1l << PAGE_BSZS_SHIFT(szc), flags)
272 void page_list_walk_init(uchar_t szc, uint_t flags, uint_t bin,
282 #define MTYPE_INIT(mtype, vp, vaddr, flags, pgsz) \
283 (mtype = mtype_init(vp, vaddr, &(flags), pgsz))
296 #define MTYPE_START(mnode, mtype, flags) \
297 (mtype = mtype_func(mnode, mtype, flags))
299 #define MTYPE_NEXT(mnode, mtype, flags) { \
300 if (flags & PGI_MT_RANGE) { \
301 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); \
308 #define MTYPE_PGR_INIT(mtype, flags, pp, mnode, pgcnt) \
309 (mtype = mtype_pgr_init(&flags, pp, mnode, pgcnt))
317 #define PC_BIN_MUTEX(mnode, bin, flags) ((flags & PG_FREE_LIST) ? \
394 * Internal PG_ flags.
402 * PGI range flags - should not overlap PGI flags