Searched refs:NCF_TS (Results 1 – 1 of 1) sorted by relevance
458 #define NCF_TS 0x04 macro637 KASSERT((ncp->nc_flag & NCF_TS) != 0 || in cache_out_ts()833 if (__predict_false(ncp->nc_flag & NCF_TS)) { in cache_free_uma()2586 ncp_ts->nc_nc.nc_flag |= NCF_TS; in cache_enter_time()2625 MPASS((n2->nc_flag & (NCF_TS | NCF_DTS)) == in cache_enter_time()2626 (ncp->nc_flag & (NCF_TS | NCF_DTS))); in cache_enter_time()2629 KASSERT((n2->nc_flag & NCF_TS) != 0, in cache_enter_time()