Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c228 #define NCF_WIP 0x80 macro
264 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP)) == 0); \
276 __predict_true((_nc_flag & (NCF_INVALID | NCF_WIP | NCF_WHITE)) == 0); \
2330 ncp->nc_flag = flag | NCF_WIP; in cache_enter_time()
2469 atomic_store_char(&ncp->nc_flag, ncp->nc_flag & ~NCF_WIP); in cache_enter_time()