Searched refs:NCF_TS (Results 1 – 1 of 1) sorted by relevance
434 #define NCF_TS 0x04 macro613 KASSERT((ncp->nc_flag & NCF_TS) != 0 || in cache_out_ts()809 if (__predict_false(ncp->nc_flag & NCF_TS)) { in cache_free_uma()2562 ncp_ts->nc_nc.nc_flag |= NCF_TS; in cache_enter_time()2601 MPASS((n2->nc_flag & (NCF_TS | NCF_DTS)) == in cache_enter_time()2602 (ncp->nc_flag & (NCF_TS | NCF_DTS))); in cache_enter_time()2605 KASSERT((n2->nc_flag & NCF_TS) != 0, in cache_enter_time()